[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-05-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC|

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-04-18 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #24 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-04-18 21:27:04 UTC --- Author: mrs Date: Mon Apr 18 21:27:00 2011 New Revision: 172671 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=172671 Log: 2011-04-18 Jack

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-16 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #22 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-03-16 18:19:16 UTC --- Author: mrs Date: Wed Mar 16 18:19:12 2011 New Revision: 171058 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171058 Log: 2011-03-16 Jack

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-16 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #23 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-03-16 18:27:41 UTC --- Author: mrs Date: Wed Mar 16 18:27:36 2011 New Revision: 171059 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171059 Log: 2011-03-16 Jack

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #21 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-14 06:10:09 UTC --- We also need to scratch the section of http://gcc.gnu.org/gcc-4.6/changes.html under Darwin/Mac OS X which says... LTO-support. Darwin has benefited

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #9 from Iain Sandoe iains at gcc dot gnu.org 2011-03-13 10:07:50 UTC --- my +1 generally to comment #8, We are (re)-discussing with the Apple developer for ld (obviously that can't be in this forum). IMO, 'as' is trying to check if

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #10 from Steven Bosscher steven at gcc dot gnu.org 2011-03-13 19:48:41 UTC --- The easiest way to fix this is maybe to just have more than one GNU_LTO segment. AFAIU the limit of 255 sections is a limit per segment. It is not

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #11 from Iain Sandoe iains at gcc dot gnu.org 2011-03-13 20:19:31 UTC --- (In reply to comment #10) The easiest way to fix this is maybe to just have more than one GNU_LTO segment. AFAIU the limit of 255 sections is a limit per

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #12 from Iain Sandoe iains at gcc dot gnu.org 2011-03-13 20:32:56 UTC --- (In reply to comment #11) (In reply to comment #10) The easiest way to fix this is maybe to just have more than one GNU_LTO segment. AFAIU the limit of 255

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #13 from Steven Bosscher steven at gcc dot gnu.org 2011-03-13 20:41:12 UTC --- Alright, multiple segments will not work. Or even if they do, it is another solution that may or may not work in the future depending on the whims of

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #14 from Iain Sandoe iains at gcc dot gnu.org 2011-03-13 20:54:03 UTC --- (In reply to comment #13) Alright, multiple segments will not work. Or even if they do, it is another solution that may or may not work in the future

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #15 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-13 21:54:17 UTC --- FYI, it it comes down to having a dependency on libelf or heavily lobbying Apple to fix the broke change made to the assembler in Xcode 4.0.1 and 4.1, I

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #16 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-13 22:45:57 UTC --- Actually the situation with Xcode 3.2.5 is pretty grim as well. Currently only Xcode 3.2.2 is available for download from connect.apple.com. So people

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #17 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-03-14 02:47:53 UTC --- Author: mrs Date: Mon Mar 14 02:47:49 2011 New Revision: 170929 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170929 Log: 2011-03-13 Jack

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 m...@gcc.gnu.org mrs at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #19 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-14 02:57:50 UTC --- Should I create a new PR for following the progress of the re-implementation of LTO on darwin?

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-13 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #20 from Mike Stump mikestump at comcast dot net 2011-03-14 03:09:08 UTC --- I'm ambivalent. If people developing or following would like one, feel free to create one. Depending on how safe it is, we could put it in sooner, and by

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #4 from Iain Sandoe iains at gcc dot gnu.org 2011-03-12 09:56:07 UTC --- confirmed that: (a) we create too many sections for the gcc.dg/torture/builtin-attr-1.c testcase (598) (b) that 'as' does not detect this @XCode 3.2.5 looking

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Target|x86_64-apple-darwin10

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-12 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #6 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-12 22:49:40 UTC --- Opened radar Bug ID# 9126174 for this issue with builtin-attr-1.s attached as the example of the potential assembler bug in Xcode 3.2.6 and 4.0.1.

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-11 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #1 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-12 02:16:22 UTC --- $ ../gcc-4.6-20110311/configure --prefix=/sw --prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-03-11 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #2 from Jack Howarth howarth at nitro dot med.uc.edu 2011-03-12 03:57:23 UTC --- This bug also manifests itself in the testsuite results from a normal bootstrap on x86_64-apple-darwin10. Using... Using built-in specs.