OSDN Git Service

PR testsuite/37241
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Nov 2008 22:05:57 +0000 (22:05 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Nov 2008 22:05:57 +0000 (22:05 +0000)
* g++.dg/abi/key2.C: Adjust regexps to allow __ZTV1f and __ZTI1f
sharing one .section directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141565 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/key2.C

index 4a9e418..7ea6ea0 100644 (file)
@@ -1,5 +1,9 @@
 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
        * gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort
        if __PPU__ isn't defined.
@@ -16,7 +20,7 @@
        * gnat.dg/array5.adb New test.
 
 2008-11-03  Richard Guenther  <rguenther@suse.de>
-       Jakub Jelinek  <jakub@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/37573
        * gcc.c-torture/execute/pr37573.c: New testcase.
index 40cf1d5..0d1347a 100644 (file)
@@ -2,9 +2,9 @@
 // PR darwin/25908
 
 // { 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 __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
 {