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++/13970] internal compiler error: Segmentation fault


------- 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


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