public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38621] [4.3/4.4/4.5/4.6/4.7 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 13:43 ` rguenth at gcc dot gnu.org
  2012-03-13 13:53 ` [Bug target/38621] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 13:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:13:27 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug target/38621] [4.5/4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:43 ` [Bug target/38621] [4.3/4.4/4.5/4.6/4.7 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2 rguenth at gcc dot gnu.org
@ 2012-03-13 13:53 ` jakub at gcc dot gnu.org
  2012-07-02 13:46 ` [Bug target/38621] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 13:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:46:22 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:43 ` [Bug target/38621] [4.3/4.4/4.5/4.6/4.7 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2 rguenth at gcc dot gnu.org
  2012-03-13 13:53 ` [Bug target/38621] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:46 ` rguenth at gcc dot gnu.org
  2012-07-16 22:25 ` olegendo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

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] 7+ messages in thread

* [Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-02 13:46 ` [Bug target/38621] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2012-07-16 22:25 ` olegendo at gcc dot gnu.org
  2012-07-18  1:12 ` kkojima at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: olegendo at gcc dot gnu.org @ 2012-07-16 22:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olegendo at gcc dot gnu.org
      Known to work|                            |4.6.4, 4.7.2
      Known to fail|                            |

--- Comment #10 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-16 22:24:11 UTC ---
I've tried to reproduce the issue with rev 189549 (GCC 4.8),
GCC 4.7.2 20120711 (prerelease) and GCC 4.6.4 20120716 (prerelease).
It seems this is no longer an issue.


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

* [Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-07-16 22:25 ` olegendo at gcc dot gnu.org
@ 2012-07-18  1:12 ` kkojima at gcc dot gnu.org
  2012-07-18  7:58 ` olegendo at gcc dot gnu.org
  2012-07-18 18:58 ` olegendo at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: kkojima at gcc dot gnu.org @ 2012-07-18  1:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2012-07-18 01:11:47 UTC ---
(In reply to comment #10)
> I've tried to reproduce the issue with rev 189549 (GCC 4.8),
> GCC 4.7.2 20120711 (prerelease) and GCC 4.6.4 20120716 (prerelease).
> It seems this is no longer an issue.

4.6 and 4.7 are failing with -fschedule-insns for me.  We changed
the default behavior so that -fno-schedule-insns is default.
4.8 doesn't fail even with -fschedule-insns.  I guess that your
patches for index addressing fix it on trunk.  Perhaps we can
close this PR because it's fixed on trunk and looks no hope to fix
it for 4.6 and 4.7 compilers with -fschedule-insns.


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

* [Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-07-18  1:12 ` kkojima at gcc dot gnu.org
@ 2012-07-18  7:58 ` olegendo at gcc dot gnu.org
  2012-07-18 18:58 ` olegendo at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: olegendo at gcc dot gnu.org @ 2012-07-18  7:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-18 07:57:07 UTC ---
Author: olegendo
Date: Wed Jul 18 07:56:57 2012
New Revision: 189605

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


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


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

* [Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2
       [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-07-18  7:58 ` olegendo at gcc dot gnu.org
@ 2012-07-18 18:58 ` olegendo at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: olegendo at gcc dot gnu.org @ 2012-07-18 18:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #13 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-18 18:57:38 UTC ---
(In reply to comment #11)
> (In reply to comment #10)
> > I've tried to reproduce the issue with rev 189549 (GCC 4.8),
> > GCC 4.7.2 20120711 (prerelease) and GCC 4.6.4 20120716 (prerelease).
> > It seems this is no longer an issue.
> 
> 4.6 and 4.7 are failing with -fschedule-insns for me.  We changed
> the default behavior so that -fno-schedule-insns is default.
> 4.8 doesn't fail even with -fschedule-insns.  I guess that your
> patches for index addressing fix it on trunk.  Perhaps we can
> close this PR because it's fixed on trunk and looks no hope to fix
> it for 4.6 and 4.7 compilers with -fschedule-insns.

OK.  I think it's better to take any -fschedule-insns follow ups to PR 22553.


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

end of thread, other threads:[~2012-07-18 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-38621-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 13:43 ` [Bug target/38621] [4.3/4.4/4.5/4.6/4.7 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2 rguenth at gcc dot gnu.org
2012-03-13 13:53 ` [Bug target/38621] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:46 ` [Bug target/38621] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2012-07-16 22:25 ` olegendo at gcc dot gnu.org
2012-07-18  1:12 ` kkojima at gcc dot gnu.org
2012-07-18  7:58 ` olegendo at gcc dot gnu.org
2012-07-18 18:58 ` 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).