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/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC


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

--- Comment #17 from davem at gcc dot gnu.org 2011-11-04 20:26:07 UTC ---
Author: davem
Date: Fri Nov  4 20:25:59 2011
New Revision: 180982

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180982
Log:
Fix sparc regression due to recent movcc pattern changes.

    PR target/49965
    * config/sparc/sparc.c (sparc_expand_conditional_move): Handle the
    fact that sparc_emit_float_lib_cmp modifies the comparison in
    operands[1].

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc.c


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