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 target/80162] [5/6 Regression] ICE on invalid code (address of register variable)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80162

--- Comment #8 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Tue Mar 28 03:22:25 2017
New Revision: 246517

URL: https://gcc.gnu.org/viewcvs?rev=246517&root=gcc&view=rev
Log:
        PR tree-optimization/80162
        * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
        function name.  Limit recursion depth.
        (record_temporary_equivalences): Corresponding changes.

        PR tree-optimization/80162
        * gcc.c-torture/compile/pr80216.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr80216.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-dom.c

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