public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083
       [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-08 13:39 ` octoploid at yandex dot com
  2013-11-08 14:36 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: octoploid at yandex dot com @ 2013-11-08 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

octoploid at yandex dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |congh at google dot com

--- Comment #1 from octoploid at yandex dot com ---
Started with r204538.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083
       [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
  2013-11-08 13:39 ` [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083 octoploid at yandex dot com
@ 2013-11-08 14:36 ` rguenth at gcc dot gnu.org
  2013-11-09 15:58 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-08 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-08
   Target Milestone|---                         |4.9.0
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Also a few gfortran testcases fail that way after the patch.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083
       [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
  2013-11-08 13:39 ` [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083 octoploid at yandex dot com
  2013-11-08 14:36 ` rguenth at gcc dot gnu.org
@ 2013-11-09 15:58 ` dominiq at lps dot ens.fr
  2013-11-10  6:38 ` vries at gcc dot gnu.org
  2013-11-11 19:03 ` congh at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-11-09 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat dot ethz
                   |                            |.ch

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
*** Bug 59059 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083
       [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-11-09 15:58 ` dominiq at lps dot ens.fr
@ 2013-11-10  6:38 ` vries at gcc dot gnu.org
  2013-11-11 19:03 ` congh at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2013-11-10  6:38 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |vries at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |congh at google dot com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083
       [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-11-10  6:38 ` vries at gcc dot gnu.org
@ 2013-11-11 19:03 ` congh at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: congh at gcc dot gnu.org @ 2013-11-11 19:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from congh at gcc dot gnu.org ---
Author: congh
Date: Mon Nov 11 19:03:39 2013
New Revision: 204683

URL: http://gcc.gnu.org/viewcvs?rev=204683&root=gcc&view=rev
Log:
2013-11-11  Cong Hou  <congh@google.com>

    PR tree-optimization/59050
    * tree-vect-data-refs.c (comp_dr_addr_with_seg_len_pair): Bug fix.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-data-refs.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-11 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-59050-4@http.gcc.gnu.org/bugzilla/>
2013-11-08 13:39 ` [Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083 octoploid at yandex dot com
2013-11-08 14:36 ` rguenth at gcc dot gnu.org
2013-11-09 15:58 ` dominiq at lps dot ens.fr
2013-11-10  6:38 ` vries at gcc dot gnu.org
2013-11-11 19:03 ` congh at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).