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

Patches to C++ front end have caused numerous regressions


I'm seeing numerous regressions in the C++ testsuite on
i686-pc-linux-gnu.  For example:

  FAIL: g++.old-deja/g++.jason/template28.C (test for excess errors)
  FAIL: g++.old-deja/g++.other/ctor1.C (test for excess errors)
  FAIL: g++.old-deja/g++.other/delete3.C (test for excess errors)
  FAIL: g++.old-deja/g++.other/main1.C (test for excess errors)
  FAIL: g++.old-deja/g++.pt/explicit34.C (test for excess errors)
  FAIL: g++.old-deja/g++.pt/memtemp17.C (test for excess errors)
  FAIL: g++.old-deja/g++.pt/memtemp7.C (test for excess errors)

The problem seem to include missing constructors and destructors, and
internal errors in cgraph_finalize_function.

I will revert the patches causing these problems under the 48-hour
rule if the problems are not corrected by then.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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