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]

r187140 - in /branches/google/gcc-4_6/gcc: Chan...


Author: dehao
Date: Fri May  4 03:03:45 2012
New Revision: 187140

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187140
Log:
Re-enable r185948

This patch handles the comparison of iv against its initial value
Previously, we only handle the comparison of iv against its bound.


Added:
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-5.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-6.c
Modified:
    branches/google/gcc-4_6/gcc/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/predict.c
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-2.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-3.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/predict-4.c


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