[Bug c++/71937] New: [4.9.3] failure in cc1plus on very large fuction

jmgjdubois at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Jul 19 21:30:00 GMT 2016


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

            Bug ID: 71937
           Summary: [4.9.3] failure in cc1plus on very large fuction
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jmgjdubois at gmail dot com
  Target Milestone: ---

C++ source comes from a Basic to C++ translator. Original Basic source code
includes a very large function translating to a huge C++ function.

Backtrace :
g++: internal compiler error: Killed (program cc1plus)
0x40c61c execute
        ../../gcc/gcc.c:2854
0x40c9e4 do_spec_1
        ../../gcc/gcc.c:4658
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855
0x40d859 do_spec_1
        ../../gcc/gcc.c:5312
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855
0x40d859 do_spec_1
        ../../gcc/gcc.c:5312
0x40d5c3 do_spec_1
        ../../gcc/gcc.c:5427
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855
0x40d859 do_spec_1
        ../../gcc/gcc.c:5312
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855
0x40d859 do_spec_1
        ../../gcc/gcc.c:5312
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855
0x40d859 do_spec_1
        ../../gcc/gcc.c:5312
0x40f2a6 process_brace_body
        ../../gcc/gcc.c:5941
0x40f2a6 handle_braces
        ../../gcc/gcc.c:5855


More information about the Gcc-bugs mailing list