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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-01-23
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |4.9.0
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
With checking -g -O2 isn't needed:

fdi.c: In function ‘fdi_Ziphuft_build’:
fdi.c:1046:12: sorry, unimplemented: ms_abi attribute requires
-maccumulate-outgoing-args or subtarget optimization implying it
fdi.c:1046:12: internal compiler error: Segmentation fault
0xb7a3df crash_signal
    /home/marek/src/gcc/gcc/toplev.c:337
0x14cdc97 add_file_to_cache_tab
    /home/marek/src/gcc/gcc/input.c:296
0x14cdc97 lookup_or_add_file_to_cache_tab
    /home/marek/src/gcc/gcc/input.c:330
0x14cdc97 location_get_source_line(expanded_location, int*)
    /home/marek/src/gcc/gcc/input.c:704
0x14c89d4 diagnostic_show_locus(diagnostic_context*, diagnostic_info const*)
    /home/marek/src/gcc/gcc/diagnostic.c:304
0x14c921c diagnostic_report_diagnostic(diagnostic_context*, diagnostic_info*)
    /home/marek/src/gcc/gcc/diagnostic.c:800
0x14c9efb sorry(char const*, ...)
    /home/marek/src/gcc/gcc/diagnostic.c:1095
0xe3a394 init_cumulative_args(ix86_args*, tree_node*, rtx_def*, tree_node*,
int)
    /home/marek/src/gcc/gcc/config/i386/i386.c:6098
0x76a509 expand_call(tree_node*, rtx_def*, int)
    /home/marek/src/gcc/gcc/calls.c:2504
0x882562 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
    /home/marek/src/gcc/gcc/expr.c:10330
0x8912b0 store_expr(tree_node*, rtx_def*, int, bool)
    /home/marek/src/gcc/gcc/expr.c:5328
0x893731 expand_assignment(tree_node*, tree_node*, bool)
    /home/marek/src/gcc/gcc/expr.c:5114
0x78062b expand_call_stmt
    /home/marek/src/gcc/gcc/cfgexpand.c:2257
0x78062b expand_gimple_stmt_1
    /home/marek/src/gcc/gcc/cfgexpand.c:3157
0x78062b expand_gimple_stmt
    /home/marek/src/gcc/gcc/cfgexpand.c:3309
0x781b02 expand_gimple_basic_block
    /home/marek/src/gcc/gcc/cfgexpand.c:5149
0x785ee3 gimple_expand_cfg
    /home/marek/src/gcc/gcc/cfgexpand.c:5715
0x785ee3 execute
    /home/marek/src/gcc/gcc/cfgexpand.c:5935
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to