https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89993
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89993
--- Comment #3 from H.J. Lu ---
hjl@gnu-cfl-1 pr89993]$ gcc -mstackrealign -O2 -S b.c
[hjl@gnu-cfl-1 pr89993]$ cat b.s
.file "b.c"
.text
.p2align 4,,15
.globl tst1Foo
.type tst1Foo, @function
tst1Foo:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89993
--- Comment #2 from H.J. Lu ---
(In reply to Uroš Bizjak from comment #1)
> (In reply to H.J. Lu from comment #0)
> > It looks like the default incoming stack isn't a constant:
> And where is the bug?
The bug is that -mstackrealign has different
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89993
--- Comment #1 from Uroš Bizjak ---
(In reply to H.J. Lu from comment #0)
> It looks like the default incoming stack isn't a constant:
And where is the bug?