http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53765
Bug #: 53765 Summary: Internal errror in build_call_a at cp/call.c:342 Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: svart.ridd...@gmail.com Created attachment 27697 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27697 Input file that triggers the internal error. Using command line "g++ gcc-bug.cpp -std=c++0x" with the given attachment, g++ fails with an internal error : gcc-bug.cpp: In function ‘T operation(T, T) [with T = int, bool m = false]’: gcc-bug.cpp:22:35: instantiated from here gcc-bug.cpp:17:17: erreur interne du compilateur: dans build_call_a, à cp/call.c:342 See attached file for a minimal test case which displays the bug. Regards, Étienne