mangle40.C: Adjust dg-require-alias syntax.

2010-05-25  Jack Howarth <howarth@bromo.med.uc.edu>
	    Iain Sandoe  <iains@gcc.gnu.org>

	* g++.dg/abi/mangle40.C: Adjust dg-require-alias syntax.
	* gcc.c-torture/compile/pr44197.c: Require alias support.
	* gcc.dg/lto/20081222_0.c: Ditto.


Co-Authored-By: Iain Sandoe <iains@gcc.gnu.org>

From-SVN: r159837
This commit is contained in:
Jack Howarth 2010-05-25 17:26:38 +00:00 committed by Iain Sandoe
parent 1a17651b23
commit f80e2b00c9
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2010-05-25 Jack Howarth <howarth@bromo.med.uc.edu>
Iain Sandoe <iains@gcc.gnu.org>
* g++.dg/abi/mangle40.C: Adjust dg-require-alias syntax.
* gcc.c-torture/compile/pr44197.c: Require alias support.
* gcc.dg/lto/20081222_0.c: Ditto.
2010-05-25 Jakub Jelinek <jakub@redhat.com>
PR debug/42801

View File

@ -1,7 +1,7 @@
// PR c++/12909
// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-weak }
// { dg-require-alias }
// { dg-require-alias "" }
// { dg-options "-mavx -Wabi -fabi-version=2" }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIDv4_fEvT_" } }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIU8__vectorfEvT_" } }

View File

@ -1,3 +1,4 @@
/* { dg-require-alias "" } */
typedef unsigned short int __uint16_t;
enum
{

View File

@ -1,3 +1,4 @@
/* { dg-require-alias "" } */
#include "20081222_0.h"
extern void abort (void);