Index: gcc/testsuite/gcc.dg/lto/20091216-1_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/20091216-1_0.c	(revision 161355)
+++ gcc/testsuite/gcc.dg/lto/20091216-1_0.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-lto-do run } */
 
-asm (".globl start; start: nop");
+asm (".globl start_; start_: nop");
 
 int
 main ()
Index: gcc/testsuite/gcc.dg/lto/20081222_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/20081222_0.c	(revision 161355)
+++ gcc/testsuite/gcc.dg/lto/20081222_0.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-require-alias "" } */
 #include "20081222_0.h"
 
 extern void abort (void);
Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/20090914-2_0.c	(revision 161355)
+++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c	(working copy)
@@ -1,5 +1,6 @@
 /* { dg-lto-do run } */
 /* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "no .type" { *-*-darwin* } { "*" } { "" } } */
 
 /* Doesn't work without this dummy function with -fwhopr.  */
 int foo(void) { }
Index: gcc/testsuite/g++.dg/lto/20100302_0.C
===================================================================
--- gcc/testsuite/g++.dg/lto/20100302_0.C	(revision 161355)
+++ gcc/testsuite/g++.dg/lto/20100302_0.C	(working copy)
@@ -1,5 +1,5 @@
 // Test for ABI forward-compatibility aliases with LTO.
-// { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } { "*" } { "" } }
+// { dg-skip-if ""  { { ! { i?86-*-* x86_64-*-* } } || { *-*-darwin* } } { "*" } { "" } }
 // { dg-lto-options {"-flto -fabi-version=2"} }
 
 #include "20100302.h"
Index: gcc/testsuite/g++.dg/abi/mangle40.C
===================================================================
--- gcc/testsuite/g++.dg/abi/mangle40.C	(revision 161355)
+++ gcc/testsuite/g++.dg/abi/mangle40.C	(working copy)
@@ -1,7 +1,7 @@
 // PR c++/12909
 // { dg-do compile { target i?86-*-* x86_64-*-* } }
 // { dg-require-weak }
-// { dg-require-alias }
+// { dg-require-alias "" }
 // { dg-options "-mavx -Wabi -fabi-version=2" }
 // { dg-final { scan-assembler "weak\[^\n\]*_Z1fIDv4_fEvT_" } }
 // { dg-final { scan-assembler "weak\[^\n\]*_Z1fIU8__vectorfEvT_" } }
