This is the mail archive of the gcc-patches@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]

Re: Merging PCH to mainline


	Okay, then lets move on to the more serious failures.  Let me know
what additional information you would like.

David


Executing on host: /gcc-test/gcc/xgcc -B/gcc-test/gcc/ /src/GNU/gcc/gcc/testsuite/gcc.dg/pch/inline-2.h   -O0    -o inline-2.h.pch    (timeout = 300)
spawn /gcc-test/gcc/xgcc -B/gcc-test/gcc/ /u/dje/src/GNU/gcc/gcc/testsuite/gcc.dg/pch/inline-2.h -O0 -o inline-2.h.pch 
/u/dje/src/GNU/gcc/gcc/testsuite/gcc.dg/pch/inline-2.h:6: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
compiler exited with status 1
output is:
/u/dje/src/GNU/gcc/gcc/testsuite/gcc.dg/pch/inline-2.h:6: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

FAIL: gcc.dg/pch/inline-2.h (test for excess errors)
Excess errors:
/u/dje/src/GNU/gcc/gcc/testsuite/gcc.dg/pch/inline-2.h:6: internal compiler error: Segmentation fault


Starting program: cc1 inline-2.h -auxbase inline-2 -O0 --output-pch=inline-2.h.pch
 foo
Program received signal SIGSEGV, Segmentation fault.
0xd01733a0 in strlen () from /usr/lib/libc.a(shr.o)
(gdb) where
#0  0xd01733a0 in strlen () from /usr/lib/libc.a(shr.o)
#1  0x1001d5e4 in gt_pch_note_object (obj=0xafafafaf, 
    note_ptr_cookie=0xafafafaf, 
    note_ptr_fn=@0x2003ff5c: 0x10231b98 <gt_pch_p_S>)
    at /u/dje/src/GNU/gcc/gcc/ggc-common.c:266
#2  0x10231bdc in gt_pch_n_S (x=0x1) at /u/dje/src/GNU/gcc/gcc/stringpool.c:203
#3  0x101edbdc in gt_pch_nx_constant_descriptor_rtx (x_p=0x30042000)
    at gt-varasm.h:223
#4  0x101eddd0 in gt_pch_nx_varasm_status (x_p=0xafafafaf) at gt-varasm.h:259
#5  0x102598bc in gt_pch_nx_function (x_p=0x30032c00) at gtype-desc.c:1327
#6  0x10060bf8 in gt_pch_nx_lang_tree_node (x_p=0x3003c780) at gt-c-decl.h:390
#7  0x10061158 in gt_pch_nx_lang_tree_node (x_p=0x3003ef40) at gt-c-decl.h:526
#8  0x10231f88 in gt_pch_nx_string_pool_data (x_p=0x30033d60)
    at gt-stringpool.h:50
#9  0x1001db30 in gt_pch_save (f=0xf0206c20)
    at /u/dje/src/GNU/gcc/gcc/ggc-common.c:447
#10 0x102f8128 in c_common_write_pch () at /u/dje/src/GNU/gcc/gcc/c-pch.c:111
#11 0x102fffa8 in c_objc_common_finish_file ()
    at /u/dje/src/GNU/gcc/gcc/c-objc-common.c:362
#12 0x100342a4 in finish_file () at /u/dje/src/GNU/gcc/gcc/c-lang.c:219
#13 0x102d96ac in yyparse () at c-parse.y:341
#14 0x102f6a10 in c_common_parse_file (set_yydebug=-1347440721)
    at /u/dje/src/GNU/gcc/gcc/c-lex.c:165
#15 0x10001718 in compile_file () at /u/dje/src/GNU/gcc/gcc/toplev.c:2128
#16 0x10007828 in do_compile () at /u/dje/src/GNU/gcc/gcc/toplev.c:5352
#17 0x10007904 in toplev_main (argc=6, argv=0x2ff22940)
    at /u/dje/src/GNU/gcc/gcc/toplev.c:5382
#18 0x10000378 in main (argc=-1347440721, argv=0x1)
    at /u/dje/src/GNU/gcc/gcc/main.c:37
#19 0x10000204 in __start ()


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