This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/53381] [4.8 Regression] Bootstrap fails building stage1 libgcc
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 May 2012 06:44:35 +0000
- Subject: [Bug middle-end/53381] [4.8 Regression] Bootstrap fails building stage1 libgcc
- Auto-submitted: auto-generated
- References: <bug-53381-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53381
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-17 06:44:35 UTC ---
Can't you instead of using single_set just find the single set with GET_CODE
(SET_SRC (set)) == CALL (and only punt if there is none or more than one)?
That would handle e.g. the AVX marked call or this one just fine...