Commit 38db79a6 by Jakub Jelinek

re PR testsuite/37241 (FAIL: g++.dg/abi/key2.C)

	PR testsuite/37241
	* g++.dg/abi/key2.C: Adjust regexps to allow __ZTV1f and __ZTI1f
	sharing one .section directive.

From-SVN: r141565
parent f7790b41
2008-11-03 Jakub Jelinek <jakub@redhat.com> 2008-11-03 Jakub Jelinek <jakub@redhat.com>
PR testsuite/37241
* g++.dg/abi/key2.C: Adjust regexps to allow __ZTV1f and __ZTI1f
sharing one .section directive.
PR target/37812 PR target/37812
* gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort * gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort
if __PPU__ isn't defined. if __PPU__ isn't defined.
...@@ -16,7 +20,7 @@ ...@@ -16,7 +20,7 @@
* gnat.dg/array5.adb New test. * gnat.dg/array5.adb New test.
2008-11-03 Richard Guenther <rguenther@suse.de> 2008-11-03 Richard Guenther <rguenther@suse.de>
Jakub Jelinek <jakub@redhat.com> Jakub Jelinek <jakub@redhat.com>
PR middle-end/37573 PR middle-end/37573
* gcc.c-torture/execute/pr37573.c: New testcase. * gcc.c-torture/execute/pr37573.c: New testcase.
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// PR darwin/25908 // PR darwin/25908
// { dg-do compile { target *-*-darwin* } } // { dg-do compile { target *-*-darwin* } }
// { dg-final { scan-assembler ".globl __ZTV1f\\n .weak_definition __ZTV1f\\n .section __DATA,__const_coal,coalesced" } } // { dg-final { scan-assembler ".globl __ZTV1f\\n .weak_definition __ZTV1f(\\n .section __DATA,__const_coal,coalesced)?\\n .align" } }
// { dg-final { scan-assembler ".globl __ZTS1f\\n .weak_definition __ZTS1f\\n .section __TEXT,__const_coal,coalesced" } } // { dg-final { scan-assembler ".globl __ZTS1f\\n .weak_definition __ZTS1f\\n .section __TEXT,__const_coal,coalesced" } }
// { dg-final { scan-assembler ".globl __ZTI1f\\n .weak_definition __ZTI1f\\n .section __DATA,__const_coal,coalesced" } } // { dg-final { scan-assembler ".globl __ZTI1f\\n .weak_definition __ZTI1f(\\n .section __DATA,__const_coal,coalesced)?\\n .align" } }
class f class f
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment