This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]