This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure
- From: "andreasmeier80 at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2007 19:24:49 -0000
- Subject: [Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure
- References: <bug-32941-7087@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from andreasmeier80 at gmx dot de 2007-08-09 19:24 -------
The regression was caused by the following patch
New Revision: 126951
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126951
Log:
2007-07-26 Richard Guenther <rguenther@suse.de>
toplev/
* configure.ac: Add types checking to stage1 checking flags.
* configure: Regenerate.
gcc/
* tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
verify_gimple_min_lval, verify_gimple_reference, verify_gimple_expr,
verify_gimple_modify_stmt, verify_gimple_stmt, verify_gimple_1,
verify_gimple): New functions.
* tree-flow.h (verify_gimple): Declare.
(verify_gimple_1): Declare.
* gimplify.c (cpt_same_type): Remove.
(gimplify_addr_expr): Remove checking code.
(check_pointer_types_r): Remove.
(gimplify_body): Call verify_gimple_1 instead of check_pointer_types_r.
Only verify if there were no errors.
* configure.ac: Add types checking flag.
* configure: Regenerate.
* config.in: Regenerate.
Modified:
trunk/ChangeLog
trunk/configure
trunk/configure.ac
trunk/gcc/config.in
trunk/gcc/configure
trunk/gcc/configure.ac
trunk/gcc/gimplify.c
trunk/gcc/tree-cfg.c
trunk/gcc/tree-flow.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941