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]

r126731 - in /trunk/gcc: ChangeLog var-tracking.c


Author: ctice
Date: Wed Jul 18 21:08:05 2007
New Revision: 126731

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126731
Log:
Fix bootstrap on ia64, PR32764

2007-07-18  Caroline Tice  <ctice@apple.com>
        
        * var-tracking.c (find_src_status):  Check for  COND_EXEC insns
        and handle them correctly; check that src is not NULL before
        trying to use it.
        (find_src_set_src): Likewise.
        

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/var-tracking.c


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