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++/28018] New: [4.2 regression] g++.dg/ext/complit1.C fails: in emit_move_insn, at expr.c:3275


I get the following error in the test suite:

FAIL: g++.dg/ext/complit1.C (internal compiler error)
FAIL: g++.dg/ext/complit1.C (test for excess errors)

This is fairly new.  20060530 worked.  The error is:

/home/tbm/x.c: In constructor 'Foo::Foo(int, int)':
/home/tbm/x.c:14: error: ISO C++ forbids assignment of arrays
/home/tbm/x.c: In constructor 'Foo::Foo(int, int)':
/home/tbm/x.c:14: internal compiler error: in emit_move_insn, at expr.c:3275
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

How odd.  20060530 seems to fail as well but I cannot remember seeing the test
failure when I built 20060530.


-- 
           Summary: [4.2 regression] g++.dg/ext/complit1.C fails: in
                    emit_move_insn, at expr.c:3275
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
 GCC build triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu


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


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