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/59014] [4.7 Regression] wrong code at -Os and above on x86_64-linux-gnu


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

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed May  7 16:08:28 2014
New Revision: 210177

URL: http://gcc.gnu.org/viewcvs?rev=210177&root=gcc&view=rev
Log:
    Backported from mainline
    2013-11-27  Jakub Jelinek  <jakub@redhat.com>

    PR tree-optimization/59014
    * gcc.c-torture/execute/pr59014-2.c: New test.

    2013-11-26  Jakub Jelinek  <jakub@redhat.com>

    PR tree-optimization/59014
    * tree-vrp.c (register_edge_assert_for_1): Don't look
    through conversions from non-integral types or through
    narrowing conversions.

    * gcc.c-torture/execute/pr59014.c: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr59014-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr59014.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/gcc/tree-vrp.c


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