bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

4.0 patch 25 breaks with gcc 3.3


From: Christian Weisgerber
Subject: 4.0 patch 25 breaks with gcc 3.3
Date: Thu, 30 Jul 2009 22:39:04 +0200
User-agent: Mutt/1.4.2.3i

Bash-4.0 official patch 25 adds a section that looks to the compiler
like a nested C comment.  Obviously somebody recognized this and
added #if 0 ... #endif around the whole comment.

Alas, GCC 3.3 still errors out:

cc -c  -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../..
-I../../include -I../../lib   -O2 -pipe glob.c
glob.c:1023:69: missing terminating ' character

Apparently GCC 3.4 and later versions handle this as intended.

[I'm not subscribed to bug-bash.]
-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]