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 target/51237] [4.7 Regression] FAIL: gcc.dg/tree-ssa/prefetch-[89].c (internal compiler error) caused by revision 181491


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-12-05 14:56:33 UTC ---
Fixed by revision 181531:

Author:    uros
Date:    Sun Nov 20 19:17:08 2011 UTC (2 weeks ago)
Changed paths:    5
Log Message:    
    * config/i386/i386.md (UNSPEC_MOVNTI): Remove.
    (UNSPEC_MOVNTQ): New unspec.
    * config/i386/mmx.md (sse_movntq): Rename from sse_movntdi.
    Use UNSPEC_MOVNTQ instead of UNSPEC_MOVNT.
    * config/i386/sse.md (sse2_movnti<mode>): Use UNSPEC_MOVNT instead of
    UNSPEC_MOVNTI.
    (STORENT_MODE): Add DI and V4DI modes.

see http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02016.html .


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