re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64)
PR testsuite/20772 * g++.dg/opt/life1.C, g++.old-deja/g++.abi/aggregates.C, g++.old-deja/g++.abi/align.C, g++.old-deja/g++.abi/bitfields.C, g++.old-deja/g++.law/weak.C, g++.old-deja/g++.pt/asm2.C, gcc.dg/20000724-1.c, gcc.dg/pragma-align.c: Also test on x86_64-*-linux*. From-SVN: r108322
This commit is contained in:
parent
9fc023cc8d
commit
27b7cbdfbd
9 changed files with 25 additions and 9 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-12-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
PR testsuite/20772
|
||||
* g++.dg/opt/life1.C, g++.old-deja/g++.abi/aggregates.C,
|
||||
g++.old-deja/g++.abi/align.C, g++.old-deja/g++.abi/bitfields.C,
|
||||
g++.old-deja/g++.law/weak.C, g++.old-deja/g++.pt/asm2.C,
|
||||
gcc.dg/20000724-1.c, gcc.dg/pragma-align.c: Also test on
|
||||
x86_64-*-linux*.
|
||||
|
||||
2005-12-09 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
PR target/25311
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
// This testcase did not set up the pic register on IA-32 due
|
||||
// to bug in calculate_global_regs_live EH edge handling.
|
||||
// { dg-do compile { target i?86-*-linux* } }
|
||||
// { dg-do compile { target i?86-*-linux* x86_64-*-linux* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// { dg-require-effective-target fpic }
|
||||
// { dg-options "-O2 -fPIC" }
|
||||
|
||||
struct A { };
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// { dg-do run { target i?86-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// { dg-options "-malign-double" }
|
||||
// Origin: Alex Samuel <samuel@codesourcery.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// { dg-do run { target i?86-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// { dg-options "-malign-double" }
|
||||
// Origin: Alex Samuel <samuel@codesourcery.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// { dg-do run { target i?86-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-freebsd* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// { dg-options "-malign-double" }
|
||||
// Origin: Alex Samuel <samuel@codesourcery.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// { dg-do link { target i?86-*-linux* } }
|
||||
// { dg-do link { target i?86-*-linux* x86_64-*-linux* } }
|
||||
// { dg-options "-static" }
|
||||
// Bug: g++ fails to instantiate operator<<.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// { dg-do assemble { target i?86-*-linux* } }
|
||||
// { dg-do assemble { target i?86-*-linux* x86_64-*-linux* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// We'd use ebx with -fpic/-fPIC, so skip.
|
||||
// { dg-skip-if "" { i?86-*-* } { "-fpic" "-fPIC" } { "" } }
|
||||
// { dg-skip-if "" { *-*-* } { "-fpic" "-fPIC" } { "" } }
|
||||
// Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch>
|
||||
|
||||
typedef void (function_ptr)(int);
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do run { target i?86-*-linux* } } */
|
||||
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
|
||||
/* { dg-options "-O2 -fomit-frame-pointer" } */
|
||||
/* { dg-require-effective-target ilp32 } */
|
||||
|
||||
extern void abort (void);
|
||||
extern void exit (int);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Prove that HANDLE_SYSTEMV_PRAGMA alignment handling works somewhat. */
|
||||
|
||||
/* { dg-do run { target i?86-*-linux* i?86-*-*bsd* i?86-*-sco3.2v5* *-*-solaris2.* } } */
|
||||
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-*bsd* i?86-*-sco3.2v5* *-*-solaris2.* } } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue