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/72824] [5/6 Regression] Signed floating point zero semantics broken at optimization level -O3 (tree-loop-distribute-patterns)


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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Aug 15 08:31:05 2016
New Revision: 239461

URL: https://gcc.gnu.org/viewcvs?rev=239461&root=gcc&view=rev
Log:
        PR tree-optimization/72824
        * tree-loop-distribution.c (const_with_all_bytes_same)
        <case VECTOR_CST>: Fix a typo.

        * gcc.c-torture/execute/ieee/pr72824-2.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/ieee/pr72824-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-loop-distribution.c

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