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.