https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98839
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98839
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6e44c09b2df7282e0b519f241cf54438ab183b5e
commit r11-6915-g6e44c09b2df7282e0b519f241cf54438ab183b5e
Author: Jakub Jelinek
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98839
--- Comment #3 from seurer at gcc dot gnu.org ---
I tried that and it now compiles ok.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98839
--- Comment #2 from Jakub Jelinek ---
That is because most targets define POINTER_SIZE as (condition ? 64 : 32) or
constant while rs6000 as a variable holding it, therefore whether it chooses
unsigned or signed type for it then matters in these c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98839
seurer at gcc dot gnu.org changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
---