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 ada/36957] ACATS ce3801b ICE emit_move_insn, at expr.c:3381 post tuple merge



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-07-28 20:33 -------
Subject: Bug 36957

Author: rguenth
Date: Mon Jul 28 20:32:32 2008
New Revision: 138217

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138217
Log:
2008-07-28  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/36957
        * tree-flow.h (tree_ssa_useless_type_conversion): Remove.
        (useless_type_conversion_p): Remove.
        (types_compatible_p): Remove.
        * gimple.h (tree_ssa_useless_type_conversion): Declare.
        (useless_type_conversion_p): Declare.
        (types_compatible_p): Declare.
        (gimple_expr_type): Return the base type only if it is
        trivially convertible to the subtype.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple.h
    trunk/gcc/tree-flow.h


-- 


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


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