[Bug c++/42336] [4.5 Regression] ICE with pointer-to-member-function argument in template function

hubicka at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 10 23:42:00 GMT 2010



------- Comment #17 from hubicka at gcc dot gnu dot org  2010-01-10 23:42 -------
Well, since we want to make more similar changes in foreseeable future, I would
prefer to see ipa-sra enabled in 4.5 and problems fixed.  It is excercising
quite new type of transformations. In general I am not sure plan of doing all
datastructure/function call conventions changes via clonning is coolest idea.
These transforms tends to be quite busy so we would need to do a lot of
copying.

Usual top-down inliner should not look into future of topological order anyway.
While current implementation of incremental inlining can theoretically bring in
nonoptimized bodies too, I am not sure it is good idea.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42336



More information about the Gcc-bugs mailing list