This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13970] internal compiler error: Segmentation fault
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2004 00:45:59 -0000
- Subject: [Bug c++/13970] internal compiler error: Segmentation fault
- References: <20040202001518.13970.gianni@mariani.ws>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-02-02 00:45 -------
Yes. Backtrace is:
#0 _cpp_lex_direct (pfile=0x8607ab8) at ../../gcc/gcc/cpplex.c:817
#1 0x084abddc in _cpp_lex_token (pfile=0x8607ab8)
at ../../gcc/gcc/cpplex.c:710
#2 0x084ac947 in cpp_get_token (pfile=0x8607ab8)
at ../../gcc/gcc/cppmacro.c:1061
#3 0x081cd8ae in get_nonpadding_token () at ../../gcc/gcc/c-lex.c:319
#4 0x081ccc73 in c_lex_with_flags (value=0x40219c74, cpp_flags=0x40219c72 "")
at ../../gcc/gcc/c-lex.c:334
#5 0x08110d5b in cp_lexer_get_preprocessor_token (lexer=0x40285dc0,
token=0x40219c70) at ../../gcc/gcc/cp/parser.c:602
#6 0x08110b13 in cp_lexer_read_token (lexer=0x40285dc0)
at ../../gcc/gcc/cp/parser.c:492
Maybe a problem in the lexer?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |3.4.0 3.5.0
Known to work| |3.2.3
Last reconfirmed|0000-00-00 00:00:00 |2004-02-02 00:45:58
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13970