[Bug middle-end/53381] [4.8 Regression] Bootstrap fails building stage1 libgcc

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 17 06:49:00 GMT 2012


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



More information about the Gcc-bugs mailing list