https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61573

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Program received signal SIGSEGV, Segmentation fault.
[Switching to process 20416]
invoke_set_current_function_hook (fndecl=0xa5a5a5a5a5a5a5a5) at
../../gcc/gcc/function.c:4408
4408                       ? DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl)
(gdb) bt
#0  invoke_set_current_function_hook (fndecl=0xa5a5a5a5a5a5a5a5) at
../../gcc/gcc/function.c:4408
#1  0x00000000007d248d in invoke_set_current_function_hook (fndecl=<optimized
out>) at ../../gcc/gcc/function.c:4405
#2  set_cfun (new_cfun=<optimized out>) at ../../gcc/gcc/function.c:4442
#3  0x00000000007d2610 in push_cfun (new_cfun=<optimized out>) at
../../gcc/gcc/function.c:4460
#4  0x00000000006931bb in analyze_function (node=node@entry=0x7ffff739a000) at
../../gcc/gcc/cgraphunit.c:641
#5  0x000000000069462c in analyze_functions () at
../../gcc/gcc/cgraphunit.c:1028
#6  0x0000000000695eb6 in finalize_compilation_unit () at
../../gcc/gcc/cgraphunit.c:2333
#7  0x0000000000551f64 in c_write_global_declarations () at
../../gcc/gcc/c/c-decl.c:10452
#8  0x00000000009cce9d in compile_file () at ../../gcc/gcc/toplev.c:562
#9  0x00000000009ceee5 in do_compile () at ../../gcc/gcc/toplev.c:1918
#10 toplev_main (argc=12, argv=0x7fffffffe338) at ../../gcc/gcc/toplev.c:1994
#11 0x00007ffff75fcfb0 in __libc_start_main () from /lib/libc.so.6
#12 0x0000000000534e41 in _start ()

Reply via email to