This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54965] [4.6] sorry, unimplemented: inlining failed in call to 'foo': function not considered for inlining
- From: "siarhei.siamashka at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Oct 2012 01:56:34 +0000
- Subject: [Bug tree-optimization/54965] [4.6] sorry, unimplemented: inlining failed in call to 'foo': function not considered for inlining
- Auto-submitted: auto-generated
- References: <bug-54965-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54965
--- Comment #1 from Siarhei Siamashka <siarhei.siamashka at gmail dot com> 2012-10-18 01:56:34 UTC ---
Created attachment 28476
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28476
pixman-combine-float.i.gz - the original full preprocessed source
Applying the changes from
http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=526b36a8a249c8c8698ca48ffeb8bff552f5a6fd
to 'passes.c' in GCC 4.6 branch "fixes" the reduced testcase. But pixman still
can't be compiled successfully, so also attaching the original full
preprocessed source.