https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70064
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ABI Summary|[6 Regression] wrong code |Wrong code with custom |with custom flags and quite |flags and quite big |big testcase @ i686 |testcase @ i686 --- Comment #6 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #5) > So, shall we silently disable -mred-zone for -fpic/-fPIE in 32-bit code? > Or error out in that combination? > Or disable it only if we need PIC pointer? > What about other cases where one can have calls in leaf functions (say the > various -p/-mfentry cases, or are those considered non-leaf)? > Or is this simply a user error? This is something to discuss on psABI level, but the problem is not a regression.