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++/56545] New: internal compiler error: in build_data_member_initialization, at cp/semantics.c:5790


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

             Bug #: 56545
           Summary: internal compiler error: in
                    build_data_member_initialization, at
                    cp/semantics.c:5790
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ericmartinchristiansen@gmail.com


What happened: I attempted to compile and got this message:

"""
echristiansen@jnu:/wg/stor6_home3/echristiansen/DropboxDontUse/Dropbox/t/2013_q1/salve/build$
make -j12
[ 12%] Built target gtest
[ 25%] Built target gtest_main
[ 37%] Building CXX object
CMakeFiles/runUnitTests.dir/src/testCanBuildFrom.cpp.o
/wg/stor6_home3/echristiansen/DropboxDontUse/Dropbox/t/2013_q1/salve/src/testCanBuildFrom.cpp:
In constructor âconstexpr Stringy<int>::Stringy()â:
/wg/stor6_home3/echristiansen/DropboxDontUse/Dropbox/t/2013_q1/salve/src/testCanBuildFrom.cpp:57:8:
internal compiler error: in build_data_member_initialization, at
cp/semantics.c:5790
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccSUtCpb.out file, please attach this to
your bugreport.
make[2]: *** [CMakeFiles/runUnitTests.dir/src/testCanBuildFrom.cpp.o] Error 1
make[1]: *** [CMakeFiles/runUnitTests.dir/all] Error 2
make: *** [all] Error 2
"""

System: Ubuntu 12.10 x64

Preprocessed source: Attached


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