[Bug target/104829] [12 Regression] Pure 32-bit PowerPC build broken
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 20 20:25:38 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104829
--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Sebastian Huber
<sh@gcc.gnu.org>:
https://gcc.gnu.org/g:58465d673bb21fc234f642166ec0cf9e621787c3
commit r10-10859-g58465d673bb21fc234f642166ec0cf9e621787c3
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date: Fri Mar 11 21:15:18 2022 +0000
rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (PR104829)
Fixes: 77eccbf39ed5
rs6000.h has
#define PROCESSOR_POWERPC PROCESSOR_PPC604
#define PROCESSOR_POWERPC64 PROCESSOR_RS64A
which means that if you use things like -mcpu=powerpc -mvsx it will no
longer work after my latest .machine patch. This causes GCC build errors
in some cases, not a good idea (even if the errors are actually
pre-existing: using -mvsx with a machine that does not have VSX cannot
work properly).
2022-03-11 Segher Boessenkool <segher@kernel.crashing.org>
PR target/104829
* config/rs6000/rs6000.c (rs6000_machine_from_flags): Don't output
"ppc" and "ppc64" based on rs6000_cpu.
(cherry picked from commit 80fcc4b6afee72443bef551064826b3b4b6785e6)
More information about the Gcc-bugs
mailing list