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 preprocessor/12545] [3.4 Regression] segv with missing input file


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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-09 15:39:36
               date|                            |
            Summary|segv with missing input file|[3.4 Regression] segv with
                   |                            |missing input file
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-09 15:39 -------
Here is the backtrace:
(gdb) bt
#0  _cpp_lex_direct (pfile=0x85202e0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cpplex.c:759
#1  0x080b78d3 in _cpp_lex_token (pfile=0x85202e0) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/cpplex.c:652
#3  0x080605dd in c_lex (value=0x8466e64) at /home/gates/pinskia/src/gnu/gcc/src/gcc/c-
lex.c:319
#4  0x08049bdf in yylex () at c-parse.y:2875
#5  0x0804a643 in yyparse () at bison.simple:431
#6  0x080525db in c_parse_file () at c-parse.y:3033
#7  0x080a3c6b in c_common_parse_file (set_yydebug=139593008) at /home/gates/pinskia/src/
gnu/gcc/src/gcc/c-opts.c:1226
#8  0x083029b4 in toplev_main (argc=139593008, argv=0x8528379) at /home/gates/pinskia/
src/gnu/gcc/src/gcc/toplev.c:1792
#9  0x080c453e in main (argc=139593008, argv=0x8520530) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/main.c:35


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