[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-09-01 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #27 from Dennis Clarke --- Okay .. thank you. So that should not be needed for a release version bootstrap.

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-09-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #26 from Eric Botcazou --- > Ehere is this "BUILD_CONFIG" documented? It's a developer option so it's not documented but in the configure script: ./configure --help [...] --with-build-config='NAME NAME2...'

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-09-01 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #25 from Dennis Clarke --- So this seems to be related to some env var BUILD_CONFIG ? Ehere is this "BUILD_CONFIG" documented?

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-09-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 Eric Botcazou changed: What|Removed |Added Target|sparc64-sun-solaris2.10 |

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-31 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #23 from Eric Botcazou --- OK, I can reproduce with BUILD_CONFIG set to empty: Comparing stages 2 and 3 Bootstrap comparison failure! gcc/go/parse.o differs make[2]: *** [compare] Error 1 $ grep BUILD_CONFIG config.log

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-30 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #22 from Dennis Clarke --- I think Rainer's patch as well as the addition of the env vars that point to "gobjcopy" and "gobjdump" have sorted this out. I get a clean three stage bootstrap now on an sparc-sun-solaris2.10 arch which

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #21 from Dennis Clarke --- update : after 11.7 hours the bootstrap completes with no errors. running gmake -k check now.

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #20 from Dennis Clarke --- (In reply to r...@cebitec.uni-bielefeld.de from comment #17) > > --- Comment #16 from Dennis Clarke --- > > This is excellent follow up ... > > Here is the diff on 7.2.0 gcc/config/sparc/sparc.c based on

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #19 from Dennis Clarke --- Regarding "BUILD_CONFIG" I have about ten log files and they all say : checking for default BUILD_CONFIG... I have never set that var to anything.

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #18 from Eric Botcazou --- > Sorry for the long delay: I've been mostly away for 6 weeks, only now > catching up. Really no need to apologize... > I've been seeing similar bootstrap comparison failures on Solaris/SPARC, > but only

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #17 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #16 from Dennis Clarke --- > This is excellent follow up and it looks like GNU binutils must be around > somewhere on the system for "Go" to build. Also, I always run

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #16 from Dennis Clarke --- This is excellent follow up and it looks like GNU binutils must be around somewhere on the system for "Go" to build. Also, I always run "gmake -k check" for the testsuite and not sure why it would look

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #15 from Richard Biener --- Note that dwarf2out.c causes the section to be emitted via static void dwarf2out_assembly_start (void) { #ifndef DWARF2_LINENO_DEBUGGING_INFO ASM_GENERATE_INTERNAL_LABEL (text_section_label,

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #12 from Dennis Clarke --- > I don't mean to ask what may seem obvious but does it make sense to > add a not required "dummy .text" section? I mean to say, is there a >

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #13 from Rainer Orth --- Created attachment 42065 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42065=edit proposed patch The following patch bootstrapped successfully on sparc-sun-solaris2.11 with as/ld and the comparison

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-28 Thread dclarke at blastwave dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #12 from Dennis Clarke --- I don't mean to ask what may seem obvious but does it make sense to add a not required "dummy .text" section? I mean to say, is there a valid reason why gas would add in a blank ".text" where none is

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3

2017-08-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 --- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Eric Botcazou --- [...] > Rainer, do you test Go in this configuration (system as + ld)? Sorry for the long delay: I've been mostly away for 6 weeks, only now

[Bug bootstrap/81926] go/parse.o differs between stage2 and stage3 for gcc 7.2.0

2017-08-22 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926 Eric Botcazou changed: What|Removed |Added Component|go |bootstrap Assignee|ian at