[Bug 591723] New: vim: wrongly parsed gcc error output
http://bugzilla.novell.com/show_bug.cgi?id=591723 http://bugzilla.novell.com/show_bug.cgi?id=591723#c0 Summary: vim: wrongly parsed gcc error output Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jslaby@novell.com QAContact: qa@suse.de CC: hvogel@novell.com, bernhard@bwalle.de Found By: --- Blocker: --- ==> Makefile <== CFLAGS=-Wall all: c.o ==> c.c <== #include "c.h" ==> c.h <== static inline a() { ERROR(); } $ vim +mak c.c cc -Wall -c -o c.o c.c In file included from c.c:1:0: <----- this is presented as the first error c.h:2:15: warning: return type defaults to ‘int’ c.h: In function ‘a’: c.h:2:1: warning: implicit declaration of function ‘ERROR’ Press ENTER or type command to continue -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=591723 http://bugzilla.novell.com/show_bug.cgi?id=591723#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |hvogel@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=591723 https://bugzilla.novell.com/show_bug.cgi?id=591723#c Hendrik Vogelsang <hvogel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hvogel@suse.com |idonmez@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=591723 https://bugzilla.novell.com/show_bug.cgi?id=591723#c1 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Jiri Slaby <jslaby@suse.com> 2013-05-07 09:04:35 UTC --- Gone it seems to be... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com