Remove reference to Solaris 2.[56]
* g++.dg/other/unused1.C: Remove *-*-solaris2.[56]* from dg-skip-if list. From-SVN: r249359
This commit is contained in:
parent
adb7eaa2ba
commit
fe1ae16592
|
@ -1,3 +1,8 @@
|
|||
2017-06-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* g++.dg/other/unused1.C: Remove *-*-solaris2.[56]* from
|
||||
dg-skip-if list.
|
||||
|
||||
2017-06-19 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR ipa/81112
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-g" } */
|
||||
/* { dg-skip-if "" { { hppa*-*-hpux* *-*-solaris2.[56]* powerpc-ibm-aix* } && { ! hppa*64*-*-* } } } */
|
||||
/* { dg-skip-if "" { { hppa*-*-hpux* powerpc-ibm-aix* } && { ! hppa*64*-*-* } } } */
|
||||
|
||||
/* Make sure we didn't eliminate casted types because we thought they were
|
||||
unused. */
|
||||
|
|
Loading…
Reference in New Issue