Move some i386 C++ tests into g++.target/i386.
2018-11-20 Martin Liska <mliska@suse.cz> * pr57362.C: Move to g++.target/i386 folder. * pr57548.C: Likewise. * pr59492.C: Likewise. * pr82625.C: Likewise. * pr85329-2.C: Likewise. * pr85329.C: Likewise. From-SVN: r266312
This commit is contained in:
parent
47df7e197b
commit
b613740815
@ -1,3 +1,12 @@
|
||||
2018-11-20 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* pr57362.C: Move to g++.target/i386 folder.
|
||||
* pr57548.C: Likewise.
|
||||
* pr59492.C: Likewise.
|
||||
* pr82625.C: Likewise.
|
||||
* pr85329-2.C: Likewise.
|
||||
* pr85329.C: Likewise.
|
||||
|
||||
2018-11-20 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/88069
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-ifunc "" } */
|
||||
|
||||
__attribute__((target("default")))
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-ifunc "" } */
|
||||
|
||||
int fum (); // Extra declaration that is merged with the second one.
|
@ -1,4 +1,4 @@
|
||||
// { dg-do assemble { target { { i?86-*-* x86_64-*-* } && fpic } } }
|
||||
// { dg-do assemble { target { fpic } } }
|
||||
// { dg-options "-mx32 -fPIC" }
|
||||
// { dg-require-ifunc "" }
|
||||
// { dg-require-effective-target maybe_x32 }
|
@ -1,7 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-ifunc "" } */
|
||||
/* { dg-options "-O2 -fdump-tree-optimized" } */
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
|
||||
__attribute__ ((target ("default")))
|
||||
static unsigned foo(const char *buf, unsigned size) {
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-ifunc "" } */
|
||||
|
||||
class b
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-ifunc "" } */
|
||||
|
||||
struct a
|
Loading…
Reference in New Issue
Block a user