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 tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations



------- Comment #7 from rguenth at gcc dot gnu dot org  2008-01-17 12:18 -------
Subject: Bug 34825

Author: rguenth
Date: Thu Jan 17 12:17:24 2008
New Revision: 131595

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

        PR tree-optimization/34825
        * tree-ssa-math-opts.c (is_division_by): Do not recognize
        x / x as division to handle.

        * gcc.dg/pr34825.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/pr34825.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-math-opts.c


-- 


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


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