------- 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  <[EMAIL PROTECTED]>

        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

Reply via email to