Commit 01da712b by Rainer Orth Committed by Rainer Orth

Fix g++.dg/cpp0x/inh-ctor30.C

	* g++.dg/cpp0x/inh-ctor30.C: Allow for alternate mangled form.

From-SVN: r256569
parent c969e34e
2018-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2018-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/cpp0x/inh-ctor30.C: Allow for alternate mangled form.
2018-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libfortran/67412 PR libfortran/67412
* gfortran.dg/execute_command_line_2.f90: Remove dg-xfail-run-if * gfortran.dg/execute_command_line_2.f90: Remove dg-xfail-run-if
on *-*-solaris2.10. on *-*-solaris2.10.
......
// PR c++/81860 // PR c++/81860
// { dg-do compile { target c++11 } } // { dg-do compile { target c++11 } }
// { dg-final { scan-assembler "_ZN1AIjEC2Ev" } } // { dg-final { scan-assembler "_ZN1AIjEC\[12\]Ev" } }
template <typename T> template <typename T>
struct A struct A
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment