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/47239] [4.6 Regression] (int)&func & 3 is always optimized to 0 on some targets


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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-11 14:23:23 UTC ---
Author: rguenth
Date: Tue Jan 11 14:23:20 2011
New Revision: 168661

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168661
Log:
2011-01-11  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/47239
    * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-ccp.c


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