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): Disab
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.
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
.gnu.linkonce.r._ZN19SystemCallExceptionC1E
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 --with-mpfr=/
: 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
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&action=edit
source reproducing the error
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 har
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66809
Michael Teske changed:
What|Removed |Added
CC||subscribe at teskor dot de
--- Comment