https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106438
--- Comment #3 from Matheus Castanho ---
Created attachment 53350
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53350&action=edit
Failing command
The failing command is the final link command to create libgfortran.so, so it's
rather long
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106438
--- Comment #1 from Matheus Castanho ---
Small typo: I meant -flto, not -lto. The patch is OK though.
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: msc at linux dot ibm.com
Target Milestone: ---
Compiling libgfortran with -lto (see small patch [1] below) is failing on
powerpc64le
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105956
--- Comment #3 from Matheus Castanho ---
Sorry, looks like the original file was too large and didn't get attached when
I created the bug. I attached a gzip compressed version now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105956
--- Comment #2 from Matheus Castanho ---
Created attachment 53129
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53129&action=edit
pre-processed source generated by -freport-bug
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: msc at linux dot ibm.com
Target Milestone: ---
Bumped into this error while compiling boost.fiber with upstream GCC:
$ git gcc-descr HEAD
r12-9379-g1158fe43407568
$ "/tm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104868
--- Comment #9 from Matheus Castanho ---
That one works. Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104868
--- Comment #6 from Matheus Castanho ---
I can still reproduce the issue after applying the patch in previous comment.
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: msc at linux dot ibm.com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Compiling libgfortran with -flto (see patch [1]) on ppc64le used to work for a
good while until
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100912
--- Comment #4 from Matheus Castanho ---
Just for completeness, setting the rpath showed the same results:
~/build/gcc> /home/mscastanho/usr/bin/g++ -g -Wl,-rpath,$HOME/usr/lib64
~/test-ieee128.cpp -o test-shared
~/build/gcc> ./test-shared
6.95
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100912
--- Comment #3 from Matheus Castanho ---
Using objdump -dr ~/usr/lib64/libstdc++.so.6:
[...]
000c9340 <_ZSt16__convert_from_vRKP15__locale_structPciPKcz>:
c9340: 25 00 4c 3c addis r2,r12,37
c9344: c0 c5 42 38
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: msc at linux dot ibm.com
Target Milestone: ---
Steps to reproduce:
- Build gcc with IEEE128 as the default long double format (using GCC source
revision
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: msc at linux dot ibm.com
Target Milestone: ---
Created attachment 49499
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49499&action=edit
Pre-processed source with the issue
This was first observed when upgrad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955
--- Comment #6 from Matheus Castanho ---
Hi. Any updates on this issue?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955
Matheus Castanho changed:
What|Removed |Added
CC||msc at linux dot ibm.com
--- Comment
15 matches
Mail list logo