[Bug target/86027] string literals get corrupted with -O3 and gas on solaris i386

2018-06-06 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86027 --- Comment #4 from Michael Teske --- I found the fix for my problem: + 2018-02-05 Rainer Orth + + Backport from mainline + 2018-01-30 Rainer Orth + + PR bootstrap/84017 + * configure.ac (gcc_cv_as_shf_merge):

[Bug target/86027] string literals get corrupted with -O3 and gas on solaris i386

2018-06-04 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86027 --- Comment #3 from Michael Teske --- Another addition, I now tried the gcc-7 snapshot 20180531 and it is fixed here as well. I guess I'll used this one or wait for 7.3.1.

[Bug target/86027] string literals get corrupted with -O3 and gas on solaris i386

2018-06-04 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86027 --- Comment #2 from Michael Teske --- Comparing the assembler output got my guess confirmed. The generated code on 7.3.0 starts with: .file "comperr.cpp" .text .section

[Bug target/86027] string literals get corrupted with -O3 and gas on solaris i386

2018-06-03 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86027 --- Comment #1 from Michael Teske --- Interestingly it works fine with gcc 8.1.0 and ../configure --prefix=/opt/gcc-8.1.0-gas --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-gmp=/opt/csw

[Bug target/86031] New: bootstrap comparison failure on solaris i386

2018-06-02 Thread subscribe at teskor dot de
: target Assignee: unassigned at gcc dot gnu.org Reporter: subscribe at teskor dot de Target Milestone: --- Configure line: ../configure --prefix=/opt/gcc-8.1.0-gas --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-gmp=/opt/csw --with-mpfr

[Bug c++/86027] New: string literals get corrupted with -O3 and gas on solaris i386

2018-06-01 Thread subscribe at teskor dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: subscribe at teskor dot de Target Milestone: --- Created attachment 44224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44224=edit source reproducing the error GCC is Configu

[Bug libgcc/66809] stage 1 build failure in libgcc on sparc-sun-solaris2.10

2018-04-09 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66809 --- Comment #7 from Michael Teske --- (In reply to Eric Botcazou from comment #6) > > Why not add the directory to the RPATH of the created binaries? ... > > Are there any reasons against > > doing it? > > Yes, I don't think that we want to

[Bug libgcc/66809] stage 1 build failure in libgcc on sparc-sun-solaris2.10

2018-04-09 Thread subscribe at teskor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66809 Michael Teske changed: What|Removed |Added CC||subscribe at teskor dot de --- Comment