Commit f80e2b00 by Jack Howarth Committed by Iain Sandoe

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
parent 1a17651b
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> 2010-05-25 Jakub Jelinek <jakub@redhat.com>
PR debug/42801 PR debug/42801
......
// PR c++/12909 // PR c++/12909
// { dg-do compile { target i?86-*-* x86_64-*-* } } // { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-weak } // { dg-require-weak }
// { dg-require-alias } // { dg-require-alias "" }
// { dg-options "-mavx -Wabi -fabi-version=2" } // { dg-options "-mavx -Wabi -fabi-version=2" }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIDv4_fEvT_" } } // { dg-final { scan-assembler "weak\[^\n\]*_Z1fIDv4_fEvT_" } }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIU8__vectorfEvT_" } } // { dg-final { scan-assembler "weak\[^\n\]*_Z1fIU8__vectorfEvT_" } }
......
/* { dg-require-alias "" } */
typedef unsigned short int __uint16_t; typedef unsigned short int __uint16_t;
enum enum
{ {
......
/* { dg-require-alias "" } */
#include "20081222_0.h" #include "20081222_0.h"
extern void abort (void); extern void abort (void);
......
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