[Bug target/89993] Inconsistent incoming stack boundary

2019-04-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89993 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/89993] Inconsistent incoming stack boundary

2019-04-10 Thread hjl.tools at gmail dot com
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:

[Bug target/89993] Inconsistent incoming stack boundary

2019-04-08 Thread hjl.tools at gmail dot com
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

[Bug target/89993] Inconsistent incoming stack boundary

2019-04-08 Thread ubizjak at gmail dot com
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?