public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/40797] [4.5/4.6 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-16 13:27 ` rguenth at gcc dot gnu.org
  2011-04-28 15:37 ` [Bug rtl-optimization/40797] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-16 13:27 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.2                       |4.5.3

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-16 13:03:28 UTC ---
GCC 4.5.2 is being released, adjusting target milestone.


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

* [Bug rtl-optimization/40797] [4.5/4.6/4.7 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:27 ` [Bug rtl-optimization/40797] [4.5/4.6 Regression] ICE in df_refs_verify, at df-scan.c:4361 rguenth at gcc dot gnu.org
@ 2011-04-28 15:37 ` rguenth at gcc dot gnu.org
  2012-07-02 13:36 ` [Bug rtl-optimization/40797] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 15:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.3                       |4.5.4

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-28 14:51:45 UTC ---
GCC 4.5.3 is being released, adjusting target milestone.


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

* [Bug rtl-optimization/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:27 ` [Bug rtl-optimization/40797] [4.5/4.6 Regression] ICE in df_refs_verify, at df-scan.c:4361 rguenth at gcc dot gnu.org
  2011-04-28 15:37 ` [Bug rtl-optimization/40797] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
@ 2012-07-02 13:36 ` rguenth at gcc dot gnu.org
  2013-03-05 23:23 ` [Bug target/40797] " steven at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-02 13:36 ` [Bug rtl-optimization/40797] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-03-05 23:23 ` steven at gcc dot gnu.org
  2013-03-06  0:46 ` kkojima at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: steven at gcc dot gnu.org @ 2013-03-05 23:23 UTC (permalink / raw)
  To: gcc-bugs


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |target

--- Comment #10 from Steven Bosscher <steven at gcc dot gnu.org> 2013-03-05 23:22:58 UTC ---
Since nobody else seems to run into any of these problems (including
the valgrind failures) this is almost certainly an SH target bug.


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-03-05 23:23 ` [Bug target/40797] " steven at gcc dot gnu.org
@ 2013-03-06  0:46 ` kkojima at gcc dot gnu.org
  2013-03-06  0:55 ` olegendo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: kkojima at gcc dot gnu.org @ 2013-03-06  0:46 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2013-03-06 00:45:48 UTC ---
I've tried current 4.6/4.7/4.8 with --enable-checking=df on sh4-linux
and found that the ice has gone for both original and reduced test cases.
I'd like to close this PR unless new test case pops up.


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-03-06  0:46 ` kkojima at gcc dot gnu.org
@ 2013-03-06  0:55 ` olegendo at gcc dot gnu.org
  2013-03-06  1:09 ` kkojima at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: olegendo at gcc dot gnu.org @ 2013-03-06  0:55 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #12 from Oleg Endo <olegendo at gcc dot gnu.org> 2013-03-06 00:54:36 UTC ---
(In reply to comment #11)
> I've tried current 4.6/4.7/4.8 with --enable-checking=df on sh4-linux
> and found that the ice has gone for both original and reduced test cases.
> I'd like to close this PR unless new test case pops up.

I'd like to add a test case to the test suite for this PR first, if that's OK.


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2013-03-06  0:55 ` olegendo at gcc dot gnu.org
@ 2013-03-06  1:09 ` kkojima at gcc dot gnu.org
  2013-03-11  1:04 ` olegendo at gcc dot gnu.org
  2013-03-11 19:51 ` olegendo at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: kkojima at gcc dot gnu.org @ 2013-03-06  1:09 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #13 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2013-03-06 01:08:19 UTC ---
(In reply to comment #12)
> I'd like to add a test case to the test suite for this PR first, if that's OK.

Sounds good idea.


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2013-03-06  1:09 ` kkojima at gcc dot gnu.org
@ 2013-03-11  1:04 ` olegendo at gcc dot gnu.org
  2013-03-11 19:51 ` olegendo at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: olegendo at gcc dot gnu.org @ 2013-03-11  1:04 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #14 from Oleg Endo <olegendo at gcc dot gnu.org> 2013-03-11 01:04:17 UTC ---
Author: olegendo
Date: Mon Mar 11 01:04:13 2013
New Revision: 196590

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196590
Log:
    PR target/40797
    * gcc.c-torture/compile/pr40797.c: New.


Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr40797.c
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361
       [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2013-03-11  1:04 ` olegendo at gcc dot gnu.org
@ 2013-03-11 19:51 ` olegendo at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: olegendo at gcc dot gnu.org @ 2013-03-11 19:51 UTC (permalink / raw)
  To: gcc-bugs


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

Oleg Endo <olegendo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #15 from Oleg Endo <olegendo at gcc dot gnu.org> 2013-03-11 19:50:49 UTC ---
(In reply to comment #12)
> (In reply to comment #11)
> > I've tried current 4.6/4.7/4.8 with --enable-checking=df on sh4-linux
> > and found that the ice has gone for both original and reduced test cases.
> > I'd like to close this PR unless new test case pops up.
> 
> I'd like to add a test case to the test suite for this PR first, if that's OK.

Done.


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40797-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:27 ` [Bug rtl-optimization/40797] [4.5/4.6 Regression] ICE in df_refs_verify, at df-scan.c:4361 rguenth at gcc dot gnu.org
2011-04-28 15:37 ` [Bug rtl-optimization/40797] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
2012-07-02 13:36 ` [Bug rtl-optimization/40797] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-03-05 23:23 ` [Bug target/40797] " steven at gcc dot gnu.org
2013-03-06  0:46 ` kkojima at gcc dot gnu.org
2013-03-06  0:55 ` olegendo at gcc dot gnu.org
2013-03-06  1:09 ` kkojima at gcc dot gnu.org
2013-03-11  1:04 ` olegendo at gcc dot gnu.org
2013-03-11 19:51 ` olegendo 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).