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 rtl-optimization/26855] [4.2 Regression] ICE in add_deps_for_def with -fmodulo-sched -maltivec



------- Comment #12 from zadeck at gcc dot gnu dot org  2006-05-23 01:18 -------
Subject: Bug 26855

Author: zadeck
Date: Tue May 23 01:17:29 2006
New Revision: 114010

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114010
Log:
2006-05-22  Kenneth Zadeck <zadeck@naturalbridge.com>

        PR rtl-optimization/26375
        PR rtl-optimization/26855
        * df-problems (df_ru_bb_local_compute_process_def): Removed update
        to gen set.
        (df_ru_bb_local_compute): Reversed statements and removed bogus
        comment explaining why they should be in wrong order.
        (df_ru_dump, df_rd_dump): Enhanced debug info.     
        * modulo-sched.c (sms_schedule, tree_opt_pass pass_sms): Enhanced
        debug info.       
        * ddg.c (add_deps_for_def): Converted use of reaching defs to
        reaching uses and fixed space problem.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ddg.c
    trunk/gcc/df-problems.c
    trunk/gcc/modulo-sched.c


-- 


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


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