[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-06-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #19 from CVS Commits --- The releases/gcc-11 branch has been updated by Sebastian Huber : https://gcc.gnu.org/g:d87e0e297b1cba73a0c055d2a3e9267d288f435a commit r11-10084-gd87e0e297b1cba73a0c055d2a3e9267d288f435a Author: Segher

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-06-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #18 from CVS Commits --- The releases/gcc-10 branch has been updated by Sebastian Huber : https://gcc.gnu.org/g:58465d673bb21fc234f642166ec0cf9e621787c3 commit r10-10859-g58465d673bb21fc234f642166ec0cf9e621787c3 Author: Segher

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-12 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Segher Boessenkool changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #16 from CVS Commits --- The master branch has been updated by Segher Boessenkool : https://gcc.gnu.org/g:80fcc4b6afee72443bef551064826b3b4b6785e6 commit r12-7628-g80fcc4b6afee72443bef551064826b3b4b6785e6 Author: Segher

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #15 from joseph at codesourcery dot com --- I confirm that the second patch does fix the problem I see.

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Segher Boessenkool changed: What|Removed |Added Attachment #52599|0 |1 is obsolete|

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #13 from Peter Bergner --- (In reply to jos...@codesourcery.com from comment #12) > I still get the same error (and the same ".machine ppc") with that patch > applied. Confirmed, the patch doesn't fix the issue for me either:

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #12 from joseph at codesourcery dot com --- I still get the same error (and the same ".machine ppc") with that patch applied.

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #11 from Segher Boessenkool --- Created attachment 52599 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52599=edit proposed patch This patch should restore the previous behaviour. Joseph, can you test it please?

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #10 from Segher Boessenkool --- (In reply to jos...@codesourcery.com from comment #6) > The generated .s file has ".machine ppc". Maybe there is some > inconsistency arising from the use of -mvsx -mfloat128 for this 32-bit >

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #9 from Joseph S. Myers --- Created attachment 52598 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52598=edit generated assembly Assembly output attached.

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #8 from Joseph S. Myers --- Created attachment 52597 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52597=edit preprocessed source Preprocessed source attached.

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #7 from Peter Bergner --- (In reply to jos...@codesourcery.com from comment #6) > The compilation command is: Can you attach the _kf_to_sd.i preprocessed file from your command so I can more easily try your exact compile options

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #6 from joseph at codesourcery dot com --- The compilation command is: /scratch/jmyers/glibc/many12/build/compilers/powerpc-linux-gnu/gcc/./gcc/xgcc -B/scratch/jmyers/glibc/many12/build/compilers/powerpc-linux-gnu/gcc/./gcc/

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #5 from Segher Boessenkool --- No difference with binutils-2.38 .

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread sebastian.huber--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Sebastian Huber changed: What|Removed |Added CC||sebastian.huber@embedded-br

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 --- Comment #3 from Segher Boessenkool --- I cannot reproduce it either. The machine instruction that gives the error is lfiwzx, a power7 insn; GCC will not generate this instruction unless you are compiling for power7 or later. That is not

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-08 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Peter Bergner changed: What|Removed |Added CC||bergner at gcc dot gnu.org --- Comment

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2022-03-07 Ever confirmed|0

[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken

2022-03-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829 Andrew Pinski changed: What|Removed |Added Summary|Pure 32-bit PowerPC build |[12 Regression] Pure 32-bit