public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 11:46 ` jakub at gcc dot gnu.org
  2011-01-27 10:46 ` ebotcazou at gcc dot gnu.org
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 11:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:46 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm' jakub at gcc dot gnu.org
@ 2011-01-27 10:46 ` ebotcazou at gcc dot gnu.org
  2011-01-28 12:37 ` [Bug rtl-optimization/44174] [4.4/4.5 " ro at gcc dot gnu.org
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-01-27 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-27 08:39:39 UTC ---
Author: ebotcazou
Date: Thu Jan 27 08:39:33 2011
New Revision: 169325

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169325
Log:
    PR rtl-optimization/44174
    * gcc.target/i386/asm-6.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/asm-6.c
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug rtl-optimization/44174] [4.4/4.5 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:46 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm' jakub at gcc dot gnu.org
  2011-01-27 10:46 ` ebotcazou at gcc dot gnu.org
@ 2011-01-28 12:37 ` ro at gcc dot gnu.org
  2011-01-28 12:44 ` ebotcazou at gcc dot gnu.org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ro at gcc dot gnu.org @ 2011-01-28 12:37 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|i686-linux                  |i686-linux,
                   |                            |i386-pc-solaris2.1[01]
                 CC|                            |ro at gcc dot gnu.org
      Known to fail|                            |4.6.0

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-01-28 11:59:27 UTC ---
Between 20110121 and 20110127, the new gcc.target/i386/asm-6.c test started
failing again on mainline (i386-pc-solaris2.1[01], 32-bit only):

FAIL: gcc.target/i386/asm-6.c (test for excess errors)
Excess errors:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/i386/asm-6.c:14:3: error:
can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/i386/asm-6.c:14:3: error:
'asm' operand has impossible constraints


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

* [Bug rtl-optimization/44174] [4.4/4.5 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-01-28 12:37 ` [Bug rtl-optimization/44174] [4.4/4.5 " ro at gcc dot gnu.org
@ 2011-01-28 12:44 ` ebotcazou at gcc dot gnu.org
  2011-01-28 13:02 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-01-28 12:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-28 12:36:54 UTC ---
> Between 20110121 and 20110127, the new gcc.target/i386/asm-6.c test started
> failing again on mainline (i386-pc-solaris2.1[01], 32-bit only):

It probably never passed on Solaris.


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

* [Bug rtl-optimization/44174] [4.4/4.5 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-01-28 12:44 ` ebotcazou at gcc dot gnu.org
@ 2011-01-28 13:02 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-01-28 13:40 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " ebotcazou at gcc dot gnu.org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-01-28 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-01-28 12:40:52 UTC ---
> --- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-28 12:36:54 UTC ---
>> Between 20110121 and 20110127, the new gcc.target/i386/asm-6.c test started
>> failing again on mainline (i386-pc-solaris2.1[01], 32-bit only):
>
> It probably never passed on Solaris.

You're right: I somehow misread the PR and though the test had already
been introduced in november last year.

    Rainer


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-01-28 13:02 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-01-28 13:40 ` ebotcazou at gcc dot gnu.org
  2011-01-28 13:53 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-01-28 13:40 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.4/4.5 Regression] can't  |[4.4/4.5/4.6 Regression]
                   |find a register in class    |can't find a register in
                   |'CLOBBERED_REGS' while      |class 'CLOBBERED_REGS'
                   |reloading 'asm'             |while reloading 'asm'

--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-28 12:45:43 UTC ---
> You're right: I somehow misread the PR and though the test had already
> been introduced in november last year.

It did pass with GCC 4.3 on Solaris too so this is a regression.  Can you XFAIL
it on Solaris for the time being?


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2011-01-28 13:40 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " ebotcazou at gcc dot gnu.org
@ 2011-01-28 13:53 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-01-28 14:57 ` ebotcazou at gcc dot gnu.org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-01-28 13:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-01-28 13:04:36 UTC ---
> --- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-28 12:45:43 UTC ---
>> You're right: I somehow misread the PR and though the test had already
>> been introduced in november last year.
>
> It did pass with GCC 4.3 on Solaris too so this is a regression.  Can you XFAIL
> it on Solaris for the time being?

Sure.  The following patch does this:

2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

    * gcc.target/i386/asm-6.c: XFAIL on i?86-pc-solaris2.1[0-9] && ilp32.

diff -r a1670fd752ff gcc/testsuite/gcc.target/i386/asm-6.c
--- a/gcc/testsuite/gcc.target/i386/asm-6.c    Thu Jan 27 20:26:26 2011 +0100
+++ b/gcc/testsuite/gcc.target/i386/asm-6.c    Fri Jan 28 14:03:13 2011 +0100
@@ -3,6 +3,7 @@

 /* { dg-do compile } */
 /* { dg-options "-O2 -fpic" { target fpic } } */
+/* { dg-xfail-if "" { i?86-pc-solaris2.1[0-9] && ilp32 } } */

 int f0 (int, int, int, int, int);
 int f1 (void);

Ok for mainline (I'll post to gcc-patches anyway)?

    Rainer


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2011-01-28 13:53 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-01-28 14:57 ` ebotcazou at gcc dot gnu.org
  2011-02-02 18:07 ` dnovillo at gcc dot gnu.org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-01-28 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-28 14:29:30 UTC ---
> Ok for mainline (I'll post to gcc-patches anyway)?

Sure, thanks.


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2011-01-28 14:57 ` ebotcazou at gcc dot gnu.org
@ 2011-02-02 18:07 ` dnovillo at gcc dot gnu.org
  2011-04-04 18:31 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 " ro at gcc dot gnu.org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: dnovillo at gcc dot gnu.org @ 2011-02-02 18:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 17:56:42 UTC ---
Author: dnovillo
Date: Wed Feb  2 17:56:39 2011
New Revision: 169645

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169645
Log:
    PR rtl-optimization/44174
    * gcc.target/i386/asm-6.c: New test.

Added:
    branches/google/integration/gcc/testsuite/gcc.target/i386/asm-6.c
Modified:
    branches/google/integration/gcc/testsuite/ChangeLog


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2011-02-02 18:07 ` dnovillo at gcc dot gnu.org
@ 2011-04-04 18:31 ` ro at gcc dot gnu.org
  2011-04-04 18:50 ` ebotcazou at gcc dot gnu.org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-04 18:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Rainer Orth <ro at gcc dot gnu.org> 2011-04-04 18:30:50 UTC ---
gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on 20110127
and started to xpass on 20110331.  What's going on here?  Is this fixed for
real or just some fallout?


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2011-04-04 18:31 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 " ro at gcc dot gnu.org
@ 2011-04-04 18:50 ` ebotcazou at gcc dot gnu.org
  2011-04-16  9:58 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-04-04 18:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-04 18:50:30 UTC ---
> gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on 20110127
> and started to xpass on 20110331.  What's going on here?  Is this fixed for
> real or just some fallout?

This is purely a RA issue.  I presume this is the IRA improvement stuff.


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2011-04-04 18:50 ` ebotcazou at gcc dot gnu.org
@ 2011-04-16  9:58 ` jakub at gcc dot gnu.org
  2012-01-24  5:14 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16  9:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2011-04-16  9:58 ` jakub at gcc dot gnu.org
@ 2012-01-24  5:14 ` pinskia at gcc dot gnu.org
  2012-01-24 13:20 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-24  5:14 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.4/4.5/4.6/4.7            |[4.4/4.5/4.6 Regression]
                   |Regression] can't find a    |can't find a register in
                   |register in class           |class 'CLOBBERED_REGS'
                   |'CLOBBERED_REGS' while      |while reloading 'asm'
                   |reloading 'asm'             |

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-24 01:29:40 UTC ---
Since this was fixed on the trunk, can you remove the xfail?


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

* [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2012-01-24  5:14 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " pinskia at gcc dot gnu.org
@ 2012-01-24 13:20 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-13 12:51 ` [Bug rtl-optimization/44174] [4.5/4.6 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-01-24 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-01-24 12:55:38 UTC ---
> --- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-24 01:29:40 UTC ---
> Since this was fixed on the trunk, can you remove the xfail?

I already did so in April last year.

    Rainer


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

* [Bug rtl-optimization/44174] [4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2012-01-24 13:20 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-03-13 12:51 ` jakub at gcc dot gnu.org
  2012-05-02 13:08 ` zhou3 at lycos dot com
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

* [Bug rtl-optimization/44174] [4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2012-03-13 12:51 ` [Bug rtl-optimization/44174] [4.5/4.6 " jakub at gcc dot gnu.org
@ 2012-05-02 13:08 ` zhou3 at lycos dot com
  2012-07-02 10:54 ` rguenth at gcc dot gnu.org
  2013-04-12 16:17 ` [Bug rtl-optimization/44174] [4.6 " jakub at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: zhou3 at lycos dot com @ 2012-05-02 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

zhou3 at lycos dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zhou3 at lycos dot com

--- Comment #17 from zhou3 at lycos dot com 2012-05-02 13:07:07 UTC ---
this bug is not fixed in gcc 4.6.2

$ gcc -v
 specs
COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe
mingw32
../gcc-4.6.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++
--disab
le-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp
--disable-win3
2-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs
--bui
ld=mingw32 --prefix=/mingw
win32
gcc  4.6.2 (GCC)


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

* [Bug rtl-optimization/44174] [4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2012-05-02 13:08 ` zhou3 at lycos dot com
@ 2012-07-02 10:54 ` rguenth at gcc dot gnu.org
  2013-04-12 16:17 ` [Bug rtl-optimization/44174] [4.6 " jakub at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 10:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #18 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 10:53:01 UTC ---
The 4.5 branch is being closed, adjusting target milestone.


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

* [Bug rtl-optimization/44174] [4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'
       [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2012-07-02 10:54 ` rguenth at gcc dot gnu.org
@ 2013-04-12 16:17 ` jakub at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 16:17 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.7.0

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 16:17:22 UTC ---
The 4.6 branch has been closed, fixed in GCC 4.7.0.


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

end of thread, other threads:[~2013-04-12 16:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44174-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 11:46 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm' jakub at gcc dot gnu.org
2011-01-27 10:46 ` ebotcazou at gcc dot gnu.org
2011-01-28 12:37 ` [Bug rtl-optimization/44174] [4.4/4.5 " ro at gcc dot gnu.org
2011-01-28 12:44 ` ebotcazou at gcc dot gnu.org
2011-01-28 13:02 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-01-28 13:40 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " ebotcazou at gcc dot gnu.org
2011-01-28 13:53 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-01-28 14:57 ` ebotcazou at gcc dot gnu.org
2011-02-02 18:07 ` dnovillo at gcc dot gnu.org
2011-04-04 18:31 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 " ro at gcc dot gnu.org
2011-04-04 18:50 ` ebotcazou at gcc dot gnu.org
2011-04-16  9:58 ` jakub at gcc dot gnu.org
2012-01-24  5:14 ` [Bug rtl-optimization/44174] [4.4/4.5/4.6 " pinskia at gcc dot gnu.org
2012-01-24 13:20 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-03-13 12:51 ` [Bug rtl-optimization/44174] [4.5/4.6 " jakub at gcc dot gnu.org
2012-05-02 13:08 ` zhou3 at lycos dot com
2012-07-02 10:54 ` rguenth at gcc dot gnu.org
2013-04-12 16:17 ` [Bug rtl-optimization/44174] [4.6 " jakub 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).