fix changelog error
From-SVN: r166472
This commit is contained in:
parent
9b7d050937
commit
3a5b7298d2
3 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
2010-11-08 Xinliang David Li <davidxl@google.com>
|
||||
|
||||
PR/46316
|
||||
PR tree-optimization/46316
|
||||
* tree-vrp.c (adjust_range_with_scev): Check double_int
|
||||
overflow.
|
||||
* double-int.h (double_int_mul_with_sign): New function.
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
2010-11-08 Xinliang David Li <davidxl@google.com>
|
||||
|
||||
PR/46316
|
||||
* gcc.dg/tree-ssa/pr46316.c: New test.
|
||||
PR tree-optimization/46316
|
||||
* gcc.c-torture/execute/pr46316.c: New test.
|
||||
|
||||
2010-11-08 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
long long __attribute__((noinline,noclone))
|
Loading…
Add table
Reference in a new issue