This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12935] internal compiler error with: -traditional -E and compiling sscanf.c from glibc-2.3.2


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12935



------- Additional Comments From jsm at polyomino dot org dot uk  2003-11-07 10:10 -------
Subject: Re:  internal compiler error with: -traditional -E and
 compiling sscanf.c from glibc-2.3.2

On Fri, 7 Nov 2003, pinskia at gcc dot gnu dot org wrote:

> The second bug is a bug that is not going to be fixed because
> -traditional is removed for 3.4 (for some reason it is not documented in
> <http://gcc.gnu.org/gcc-3.4/changes.html>).

Because it was removed in 3.3 and is documented in the 3.3 release notes.  
The second part of this bug report - the bug actually being reported -
uses -traditional with -E only (traditional preprocessing, which *is*
still supported, albeit that the glibc headers certainly don't support it)  
so the ICE is a bug (but one which may need more than just a .i file to
diagnose, being possibly a preprocessor bug).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]