Skip to content
Snippets Groups Projects
Commit 78cb77c1 authored by Nathan Sidwell's avatar Nathan Sidwell Committed by Nathan Sidwell
Browse files

attr-ctor1.C: XFAIL on hppa.

	* g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
	* g++.dg/opt/template1.C: Robustify assembler regexp

From-SVN: r78097
parent 428eae94
No related branches found
Tags v0.2163
No related merge requests found
2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
* g++.dg/opt/template1.C: Robustify assembler regexp
2004-02-19 Eric Botcazou <ebotcazou@libertysurf.fr>
 
* gcc.c-torture/execute/simd-4.x: Remove.
......
// { dg-options "-O2" }
// { dg-final { scan-assembler-not "foo1" } }
// { dg-final { scan-assembler-not "\n_?_ZN1AILi0EE4foo1Ev\[: \t\n\]" } }
template <int>
struct A {
......
......@@ -2,7 +2,9 @@
// Origin: <petr@scssoft.com>
// { dg-do compile }
// Requires section attribute support
class A
{
__attribute__((section("whatever"))) A();
__attribute__((section("whatever"))) A(); // { dg-bogus "" "" { xfail hppa*-*-hpux* } }
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment