This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/63188] [5 Regression] r214954 breaks bootstrap on x86_64-apple-darwin13
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Sep 2014 17:57:39 +0000
- Subject: [Bug bootstrap/63188] [5 Regression] r214954 breaks bootstrap on x86_64-apple-darwin13
- Auto-submitted: auto-generated
- References: <bug-63188-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63188
--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Bootstrap of revision r214972 with the patch
--- ../_clean/gcc/config/darwin.h 2014-06-27 18:25:13.000000000 +0200
+++ gcc/config/darwin.h 2014-09-05 18:28:29.000000000 +0200
@@ -499,7 +499,7 @@ extern GTY(()) int darwin_ms_struct;
#define NO_PROFILE_COUNTERS 1
#undef INIT_SECTION_ASM_OP
-#define INIT_SECTION_ASM_OP
+#define INIT_SECTION_ASM_OP ""
#undef INVOKE__main
just completed, testing in progress.