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 tree-optimization/35518] [4.4 Regression] FAIL: gcc.c-torture/execute/20040709-1.c execution at -O2 and above



------- Comment #20 from rguenth at gcc dot gnu dot org  2008-06-25 08:41 -------
Subject: Bug 35518

Author: rguenth
Date: Wed Jun 25 08:41:14 2008
New Revision: 137100

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137100
Log:
2008-06-25  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/35518
        * fold-const.c (fold_ternary): Strip trivial BIT_FIELD_REFs.
        * tree-sra.c (instantiate_element): Use fold_build3 to build
        BIT_FIELD_REFs.
        (try_instantiate_multiple_fields): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/tree-sra.c


-- 


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


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