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++/48162] New: [4.7 Regression] 447.dealII in SPEC CPU 2006 failed to build


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

           Summary: [4.7 Regression] 447.dealII in SPEC CPU 2006 failed to
                    build
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 171073 gave

g++ -c -o data_out_base.o -DSPEC_CPU -DNDEBUG  -Iinclude
-DBOOST_DISABLE_THREADS -Ddeal_II_dimension=3 -O2 -ffast-math   
-DSPEC_CPU_LP64       data_out_base.cc
data_out_base.cc: In static member function 'static void
DataOutBase::write_eps(const std::vector<DataOutBase::Patch<dim, spacedim> >&,
const std::vector<std::basic_string<char> >&, const DataOutBase::EpsFlags&,
std::ostream&)':
data_out_base.cc:2245:23: internal compiler error: in finish_call_expr, at
cp/semantics.c:2159
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
specmake[1]: *** [data_out_base.o] Error 1
specmake[1]: *** Waiting for unfinished jobs....

Revision 171017 is OK.


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