[Bug tree-optimization/106438] powerpc: ICE when building libgfortran with -flto: in insert_value_copy_on_edge, at tree-outof-ssa.cc:334

2022-07-25 Thread msc at linux dot ibm.com via Gcc-bugs
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=edit Failing command The failing command is the final link command to create libgfortran.so, so it's rather long. I'm

[Bug libfortran/106438] powerpc: ICE when building libgfortran with -flto: in insert_value_copy_on_edge, at tree-outof-ssa.cc:334

2022-07-25 Thread msc at linux dot ibm.com via Gcc-bugs
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.

[Bug libfortran/106438] New: powerpc: ICE when building libgfortran with -lto: in insert_value_copy_on_edge, at tree-outof-ssa.cc:334

2022-07-25 Thread msc at linux dot ibm.com via Gcc-bugs
: 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

[Bug c++/105956] internal compiler error: in iterative_hash_template_arg, at cp/pt.cc:1819

2022-06-13 Thread msc at linux dot ibm.com via Gcc-bugs
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.

[Bug c++/105956] internal compiler error: in iterative_hash_template_arg, at cp/pt.cc:1819

2022-06-13 Thread msc at linux dot ibm.com via Gcc-bugs
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=edit pre-processed source generated by -freport-bug

[Bug c++/105956] New: internal compiler error: in iterative_hash_template_arg, at cp/pt.cc:1819

2022-06-13 Thread msc at linux dot ibm.com via Gcc-bugs
: 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

[Bug target/104868] [12 Regression] powerpc: Compiling libgfortran with -flto failing with GCC 12

2022-03-11 Thread msc at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104868 --- Comment #9 from Matheus Castanho --- That one works. Thanks!

[Bug target/104868] [12 Regression] powerpc: Compiling libgfortran with -flto failing with GCC 12

2022-03-11 Thread msc at linux dot ibm.com via Gcc-bugs
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.

[Bug lto/104868] New: powerpc: Compiling libgfortran with -flto failing with GCC 12

2022-03-10 Thread msc at linux dot ibm.com via Gcc-bugs
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

[Bug target/100912] powerpc64le: ieee128 long double incorrectly printed when using shared libstdc++

2021-06-07 Thread msc at linux dot ibm.com via Gcc-bugs
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

[Bug target/100912] powerpc64le: ieee128 long double incorrectly printed when using shared libstdc++

2021-06-07 Thread msc at linux dot ibm.com via Gcc-bugs
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

[Bug libstdc++/100912] New: powerpc64le: ieee128 long double incorrectly printed when using shared libstdc++

2021-06-04 Thread msc at linux dot ibm.com via Gcc-bugs
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

[Bug c/97709] New: powerpc: ICE when building glibc with latest gcc

2020-11-03 Thread msc at linux dot ibm.com via Gcc-bugs
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=edit Pre-processed source with the issue This was first observed when upgrading

[Bug tree-optimization/92955] [10 regression] gcc.dg/vect/pr60505.c fails starting with r279392

2020-02-21 Thread msc at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955 --- Comment #6 from Matheus Castanho --- Hi. Any updates on this issue?

[Bug testsuite/92955] [10 regression] gcc.dg/vect/pr60505.c fails starting with r279392

2020-01-17 Thread msc at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92955 Matheus Castanho changed: What|Removed |Added CC||msc at linux dot ibm.com --- Comment