Darwin, c++, testsuite - adjust alignas4.C for Darwin's asm syntax.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 6 Jun 2019 19:16:31 +0000 (19:16 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 6 Jun 2019 19:16:31 +0000 (19:16 +0000)
commit89ce70d636643fd839871787b301795600dd5364
tree6ae8ebb6c35efed237e5589bce806b2bc3e64f0f
parent34a4a9c2b5d4feb349d19eb9453947bfbb8cc5f1
Darwin, c++, testsuite - adjust alignas4.C for Darwin's asm syntax.

Darwin produces aligned zerofill directives for the objects represented.
We can scan for these using "lp64" and "ilp32" to catch operation on both
X86 and PowerPC ports (the test is for the alignment which is the trailing
value in the zerofill directive, as a power of two).

gcc/testsuite/ChangeLog:

2019-06-06  Iain Sandoe  <iain@sandoe.co.uk>

* g++.dg/cpp0x/alignas4.C: Amend test to check for zerofill syntax
on Darwin.

From-SVN: r272018
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alignas4.C