[Bug middle-end/83557] missing last char in printf fmt string

2017-12-24 Thread x37a5709 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83557 --- Comment #3 from m68k --- Thanks for the feedback of this forgotten/unexpected behavior. The funny part of this is, that the rules are not easy to adopt see what printf("%c\r\n", 'A');    5      .LC1:    6 0002 25630D0A        

[Bug middle-end/83557] missing last char in printf fmt string

2017-12-24 Thread x37a5709 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83557 --- Comment #2 from m68k --- Thanks for the feedback of this forgotten/unexpected behavior. The funny part of this is, that the rules are not easy to adopt see what printf("%c\r\n", 'A'); 5.LC1: 6 0002 25630D0A

[Bug middle-end/83557] missing last char in printf fmt string

2017-12-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83557 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---