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/52361] gcc.dg/pr48141.c times out with checking enabled


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

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-24 12:48:00 UTC ---
Author: rguenth
Date: Fri Feb 24 12:47:56 2012
New Revision: 184552

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184552
Log:
2012-02-24  Richard Guenther  <rguenther@suse.de>

    PR middle-end/52361
    * gimple.c (walk_gimple_op): Use predicates with less redundant
    tests.
    (is_gimple_reg_type): Move inline ...
    * gimple.h (is_gimple_reg_type): ... here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple.c
    trunk/gcc/gimple.h


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