Commit d340d4cd by Uros Bizjak

ms-compat-1.C: Change double underscore to single underscore in scan directives.

        * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
        single underscore in scan directives.

From-SVN: r126401
parent 32a11c08
2007-07-06 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
single underscore in scan directives.
2007-07-05 Mark Mitchell <mark@codesourcery.com>
PR c++/32245
......@@ -13,7 +18,8 @@
* gcc.dg/vect/costmodel/ppc: New directory.
* gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: New.
* gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c: New test.
* gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c:
New test.
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: New test.
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: New test.
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31c.c: New test.
......@@ -27,7 +33,7 @@
* gcc.dg/vect/costmodel/ppc/costmodel-vect-68c.c: New test.
* gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c: New test.
* gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: New test.
* gcc.dg/vect/costmodel/i386/costmodel-vect-68.c: Now vectorized.
* gcc.dg/vect/costmodel/i386/costmodel-vect-68.c: Now vectorized.
2007-07-05 Tobias Burnus <burnus@net-b.de>
/* { dg-require-visibility "" } */
/* { dg-options "-fvisibility-ms-compat" } */
/* { dg-final { scan-not-hidden "__ZTI1S" } } */
/* { dg-final { scan-hidden "__ZTI1T" } } */
/* { dg-final { scan-not-hidden "__ZTI1U" } } */
/* { dg-final { scan-not-hidden "__ZN1U6hide_4Ev" } } */
/* { dg-final { scan-not-hidden "_ZTI1S" } } */
/* { dg-final { scan-hidden "_ZTI1T" } } */
/* { dg-final { scan-not-hidden "_ZTI1U" } } */
/* { dg-final { scan-not-hidden "_ZN1U6hide_4Ev" } } */
class S {
virtual void hide_2();
......
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