[Bug target/19746] printf() optimisation ignores longcall attribute

2016-01-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19746 Martin Sebor changed: What|Removed |Added Last reconfirmed|2005-05-09 01:18:53 |2016-1-27 CC|

[Bug target/19746] printf() optimisation ignores longcall attribute

2005-02-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-02-07 11:28 --- Note that if you declare __builtin_printf and __builtin_puts with __attribute__((__longcall__)) as well as printf and puts, you will get the behaviour you expect. The following patch also works, but I'm u

[Bug target/19746] printf() optimisation ignores longcall attribute

2005-02-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-02-07 07:19 --- Confirmed for current 3.4 branch and mainline. -- What|Removed |Added Status|U