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++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988

Oleg Endo <olegendo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olegendo at gcc dot gnu.org

--- Comment #9 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-10-31 22:09:10 UTC ---
(In reply to comment #8)
> Author: olegendo
> Date: Tue Oct 30 09:07:08 2012
> New Revision: 192982
> 
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192982
> Log:
>     PR target/54988
>     * config/sh/sh.md (tstqi_t_zero): Rename to *tstqi_t_zero.
>     (*tst<mode>_t_zero): New insns.
>     * config/sh/iterators.md (lowpart_be, lowpart_le): New mode attributes.
> 
>     PR target/54988
>     * gcc.target/sh/pr53988.c: New.
> 
> 
> Added:
>     trunk/gcc/testsuite/gcc.target/sh/pr53988.c
> Modified:
>     trunk/gcc/ChangeLog
>     trunk/gcc/config/sh/iterators.md
>     trunk/gcc/config/sh/sh.md
>     trunk/gcc/testsuite/ChangeLog

Sorry for the typo in the PR number of the ChangeLog.  ChangeLog fixed, commit
message posted to PR 53988.


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