weak1.C: Suppress on Darwin.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 12 Jun 2007 22:49:16 +0000 (22:49 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 12 Jun 2007 22:49:16 +0000 (22:49 +0000)
* g++.dg/warn/weak1.C: Suppress on Darwin.
* g++.dg/other/unused1.C: Accept tabs or spaces in assembly.

From-SVN: r125659

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/unused1.C
gcc/testsuite/g++.dg/warn/weak1.C

index ee237de..7d677eb 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-12  Geoff Keating  <geoffk@apple.com>
+
+       * g++.dg/warn/weak1.C: Suppress on Darwin.
+       * g++.dg/other/unused1.C: Accept tabs or spaces in assembly.
+
 2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR middle-end/31579
index ce436a0..e7e9215 100644 (file)
@@ -44,5 +44,5 @@ int bar5 (void)
 /* { dg-final { scan-assembler "foo" } } */
 /* { dg-final { scan-assembler "boo" } } */
 /* { dg-final { scan-assembler "cue" } } */
-/* { dg-final { scan-assembler "(string|ascii?)z?\t\"class2(\"|\\\\000)" } } */
-/* { dg-final { scan-assembler "(string|ascii?)z?\t\"printer(\"|\\\\000)" } } */
+/* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"class2(\"|\\\\0)" } } */
+/* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"printer(\"|\\\\0)" } } */
index 034716a..8802a8f 100644 (file)
@@ -1,7 +1,9 @@
-// The PA HP-UX dynamic loader doesn't support unsatisfied weak symbols.
 // { dg-do run }
 // { dg-require-weak "" }
+// The PA HP-UX dynamic loader doesn't support unsatisfied weak symbols.
 // { dg-skip-if "No unsat" { hppa*-*-hpux* } { "*" } { "" } }
+// The darwin loader does, but they do need to exist at link time.
+// { dg-skip-if "No link unsat" { *-*-darwin* } { "*" } { "" } }
 
 extern void foo (void) __attribute__ ((weak));