This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49735] [4.7 Regression] mips64-elf libgcc build fails with apparently infinite recursion.
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 3 Aug 2011 20:00:28 +0000
- Subject: [Bug tree-optimization/49735] [4.7 Regression] mips64-elf libgcc build fails with apparently infinite recursion.
- Auto-submitted: auto-generated
- References: <bug-49735-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49735
--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-08-03 20:00:22 UTC ---
Hmm, it looks like recursive_inlining_p predicate broke with presence of
aliases. I will take a look.