Commit 95799cd1 by John David Anglin Committed by John David Anglin

lambda-conv.C: Skip scan-assembler check on *-*-hpux10*.

	* g++.dg/cpp0x/lambda/lambda-conv.C: Skip scan-assembler check on
	*-*-hpux10*.

From-SVN: r170368
parent 192997cf
2011-02-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/cpp0x/lambda/lambda-conv.C: Skip scan-assembler check on
*-*-hpux10*.
2011-02-21 Jakub Jelinek <jakub@redhat.com> 2011-02-21 Jakub Jelinek <jakub@redhat.com>
PR debug/47106 PR debug/47106
......
// Test for conversion from stateless lambda to function pointer. // Test for conversion from stateless lambda to function pointer.
// { dg-options -std=c++0x } // { dg-options -std=c++0x }
// { dg-final { scan-assembler "weak\[^\n\r\]*_?_ZZ1fvENKUlvE_cvPFvvEEv" { target { ! { *-*-darwin* *-*-mingw* *-*-cygwin } } } } } // { dg-final { scan-assembler "weak\[^\n\r\]*_?_ZZ1fvENKUlvE_cvPFvvEEv" { target { ! { *-*-darwin* *-*-mingw* *-*-cygwin *-*-hpux10* } } } } }
inline void f() inline void f()
{ {
......
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