This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52361] gcc.dg/pr48141.c times out with checking enabled
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 24 Feb 2012 12:48:00 +0000
- Subject: [Bug tree-optimization/52361] gcc.dg/pr48141.c times out with checking enabled
- Auto-submitted: auto-generated
- References: <bug-52361-4@http.gcc.gnu.org/bugzilla/>
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