https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771
Florian Weimer changed:
What|Removed |Added
Resolution|--- |WORKSFORME
CC|
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-16 14:38 ---
Note that code in tree-ssa-structalias.c explicitly disables some call stuff
for
malloc labled calls.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-07-16 08:40 ---
Note that sticking attribute realloc on realloc might just work because realloc
takes the old memory pointer as argument which makes it
1) escape
2) potentially read from / written to
So we only can manage to t
--- Comment #1 from bkorb at gnu dot org 2007-07-15 22:53 ---
I'd take ownership, but I cannot.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771