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

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


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

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