[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2013-11-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 Richard Biener changed: What|Removed |Added Resolution|INVALID |WORKSFORME --- Comment #9 from Richard B

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2013-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 --- Comment #8 from Andrew Pinski --- (In reply to swalter from comment #7) > (In reply to Andrew Pinski from comment #6) > > The header file malloc.h (which is non-standard by the way) has the > > attribute malloc on the malloc function call. >

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2013-11-20 Thread swalter at lexmark dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 --- Comment #7 from swalter at lexmark dot com --- (In reply to Andrew Pinski from comment #6) > The header file malloc.h (which is non-standard by the way) has the > attribute malloc on the malloc function call. > > So this is invalid. Sorry, c

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2013-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2012-10-18 Thread swalter at lexmark dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 --- Comment #5 from swalter at lexmark dot com 2012-10-18 13:41:13 UTC --- Thanks for looking into this, Richard. I should have mentioned that you'll need to build with optimization turned on. Expected behavior: test.c built with -O -fno

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2012-10-18 Thread bren at ragh dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 Brendan Chandler changed: What|Removed |Added CC||bren at ragh dot us --- Comm

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2012-10-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2012-10-17 Thread swalter at lexmark dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 --- Comment #2 from swalter at lexmark dot com 2012-10-17 16:14:33 UTC --- Created attachment 28463 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28463 malloc implementation for test.c

[Bug c/54954] malloc optimizations not disabled by -fno-builtin

2012-10-17 Thread swalter at lexmark dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54954 --- Comment #1 from swalter at lexmark dot com 2012-10-17 16:10:29 UTC --- Created attachment 28462 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28462 Bug testcase