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

gee <jojelino at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.6 regression] internal   |[4.6 regression] internal
                   |compiler error:             |compiler error:
                   |segmentation fault          |process_function_and_variab
                   |                            |le_attributes
                   |                            |gcc/cgraphunit.c:847

--- Comment #1 from gee <jojelino at gmail dot com> 2010-11-29 18:58:28 UTC ---
[New Thread 2200.0x1464]
[New Thread 2200.0x10e8]

Program received signal SIGSEGV, Segmentation fault.
process_function_and_variable_attributes (first=<value optimized out>,
    first_var=0x0) at ../.././gcc/cgraphunit.c:847
847               && TREE_PUBLIC (node->decl))
(gdb) bt
#0  process_function_and_variable_attributes (first=<value optimized out>,
    first_var=0x0) at ../.././gcc/cgraphunit.c:847
#1  0x0065bc76 in cgraph_analyze_functions () at ../.././gcc/cgraphunit.c:880
#2  0x0065dfb9 in cgraph_finalize_compilation_unit ()
    at ../.././gcc/cgraphunit.c:1022
#3  0x0041c8bc in c_write_global_declarations () at ../.././gcc/c-decl.c:9837
#4  0x006670cb in compile_file (argc=0x2, argv=0x52aa530)
    at ../.././gcc/toplev.c:813
#5  do_compile (argc=0x2, argv=0x52aa530) at ../.././gcc/toplev.c:2205
#6  toplev_main (argc=0x2, argv=0x52aa530) at ../.././gcc/toplev.c:2268
#7  0x00c4e510 in main (argc=0x2, argv=0x52aa530) at ../.././gcc/main.c:36

Reply via email to