This is the mail archive of the gcc-cvs@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]

r156434 - in /branches/ibm/gcc-4_4-branch/gcc: ...


Author: meissner
Date: Mon Feb  1 22:51:27 2010
New Revision: 156434

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156434
Log:
Fix infinite loop optimizing sqrt(sqrt(x)) -> pow(x,0.25) -> sqrt(sqrt(x)).

Removed:
    branches/ibm/gcc-4_4-branch/gcc/testsuite/gcc.target/powerpc/vsx-vrsave.c
Modified:
    branches/ibm/gcc-4_4-branch/gcc/ChangeLog.ibm
    branches/ibm/gcc-4_4-branch/gcc/builtins.c
    branches/ibm/gcc-4_4-branch/gcc/testsuite/ChangeLog.ibm
    branches/ibm/gcc-4_4-branch/gcc/tree.h


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