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 optimization/12282] builtin function return value ignored


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From steven at gcc dot gnu dot org  2003-09-15 08:57 -------
The patch that breaks this is:

2003-09-13  Diego Novillo  <dnovillo@redhat.com>
                                                                                
        * tree-flow-inline.h (is_optimizable_addr_expr): Remove.  Update
        all users.
        * tree-ssa-dom.c (optimize_stmt): Do not propagate SSA names from
        redundant expressions across abnormal edges.

The problem is in the removal of is_optimizable_addr_expr, the second part does
not cause the problem.


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