Enable gcc.dg/attr-aligned-3.c on Solaris

* gcc.dg/attr-aligned-3.c: Enable on *-*-solaris2.*.

From-SVN: r270042
This commit is contained in:
Rainer Orth 2019-03-31 09:26:22 +00:00 committed by Rainer Orth
parent e27f601405
commit 16216c7fbe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/attr-aligned-3.c: Enable on *-*-solaris2.*.
2019-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
* gdc.test/gdc-test.exp (gdc-copy-extra): Append copied files to

View File

@ -2,7 +2,7 @@
exceeds maximum 2147483648
Limit to ELF targets that are known to use MAX_OFILE_ALIGNMENT
(1 << 28) * BITS_PER_UNIT.
{ dg-do compile { target { { *-*-elf* *-*-gnu* } && { ! avr*-*-* } } } }
{ dg-do compile { target { { *-*-elf* *-*-gnu* *-*-solaris2.* } && { ! avr*-*-* } } } }
{ dg-require-effective-target size32plus }
{ dg-options "" } */