This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin
- From: "dominiq at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 03 Jul 2017 15:54:28 +0000
- Subject: [Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin
- Auto-submitted: auto-generated
- References: <bug-81033-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
--- Comment #12 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Mon Jul 3 15:53:56 2017
New Revision: 249926
URL: https://gcc.gnu.org/viewcvs?rev=249926&root=gcc&view=rev
Log:
2017-07-03 Dominique d'Humieres <dominiq@lps.ens.fr>
PR target/81033
* config/darwin.c (darwin_function_switched_text_sections):
Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
in two pieces, and suppress the use of buf.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.c