[Bug middle-end/45632] const function pointer propagation issues with inlining

2011-10-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45632 --- Comment #2 from Martin Jambor 2011-10-21 14:07:53 UTC --- Is the second call to func() in main we pass the pointer p again, p2 being basically thrown away, I think that is a mistake because this way, there isn't actually any call to b_foo in

[Bug middle-end/45632] const function pointer propagation issues with inlining

2010-09-10 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug middle-end/45632] const function pointer propagation issues with inlining

2010-09-10 Thread andi-gcc at firstfloor dot org
--- Comment #1 from andi-gcc at firstfloor dot org 2010-09-10 08:50 --- Created an attachment (id=21763) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21763&action=view) testcase, compiled with -O3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45632