http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51918
Bug #: 51918 Summary: [4.7 regression] g++.old-deja/g++.pt/ptrmem6.C FAILs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: r...@gcc.gnu.org Host: mips-sgi-irix6.5 Target: mips-sgi-irix6.5 Build: mips-sgi-irix6.5 Since at least 20111216 (the port didn't bootstrap for almost 3 months before that), the g++.old-deja/g++.pt/ptrmem6.C test FAILs on IRIX 6.5: FAIL: g++.old-deja/g++.pt/ptrmem6.C -std=c++11 (test for errors, line 28) This happens for both N32 and N64 ABIs, but only for C++11, -std=c++98 is fine. This is a regression from 4.6. Rainer