This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch
- From: "olegendo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Oct 2012 22:09:10 +0000
- Subject: [Bug c++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch
- Auto-submitted: auto-generated
- References: <bug-54988-4@http.gcc.gnu.org/bugzilla/>
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.