public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21283] [4.0/4.1 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 22:09 ` pinskia at gcc dot gnu dot org
  2005-10-31  0:11 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 22:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/21283] [4.0/4.1 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:09 ` [Bug target/21283] [4.0/4.1 regression] ICE with doubles pinskia at gcc dot gnu dot org
@ 2005-10-31  0:11 ` pinskia at gcc dot gnu dot org
  2006-02-28 20:49 ` [Bug target/21283] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-31  0:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


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

* [Bug target/21283] [4.0/4.1/4.2 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:09 ` [Bug target/21283] [4.0/4.1 regression] ICE with doubles pinskia at gcc dot gnu dot org
  2005-10-31  0:11 ` pinskia at gcc dot gnu dot org
@ 2006-02-28 20:49 ` mmitchel at gcc dot gnu dot org
  2006-04-23 17:44 ` sayle at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug target/21283] [4.0/4.1/4.2 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-28 20:49 ` [Bug target/21283] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-04-23 17:44 ` sayle at gcc dot gnu dot org
  2006-04-23 21:27 ` [Bug target/21283] [4.0/4.1 " roger at eyesopen dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-04-23 17:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sayle at gcc dot gnu dot org  2006-04-23 17:44 -------
Subject: Bug 21283

Author: sayle
Date: Sun Apr 23 17:44:46 2006
New Revision: 113198

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113198
Log:

        PR target/21283
        * config/fr30/fr30.md (define_split): Avoid calling gen_lowpart on
        a SImode SUBREG of a floating point register after no_new_pseudos.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/fr30/fr30.md


-- 


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


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

* [Bug target/21283] [4.0/4.1 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-04-23 17:44 ` sayle at gcc dot gnu dot org
@ 2006-04-23 21:27 ` roger at eyesopen dot com
  2006-04-24  5:31 ` sayle at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: roger at eyesopen dot com @ 2006-04-23 21:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from roger at eyesopen dot com  2006-04-23 21:27 -------
This has now been fixed on mainline.  I've confirmed that a cross-compiler
to fr30-elf can currently compile all of newlib without problems.  If anyone
has an fr30 board or a simulator to check the testsuite that would be great.


-- 

roger at eyesopen dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1/4.2 regression] ICE|[4.0/4.1 regression] ICE
                   |with doubles                |with doubles
   Target Milestone|4.1.1                       |4.2.0


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


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

* [Bug target/21283] [4.0/4.1 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-04-23 21:27 ` [Bug target/21283] [4.0/4.1 " roger at eyesopen dot com
@ 2006-04-24  5:31 ` sayle at gcc dot gnu dot org
  2006-04-26 19:00 ` [Bug target/21283] [4.0 " roger at eyesopen dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-04-24  5:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sayle at gcc dot gnu dot org  2006-04-24 05:31 -------
Subject: Bug 21283

Author: sayle
Date: Mon Apr 24 05:31:28 2006
New Revision: 113215

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113215
Log:

        PR target/21283
        * config/fr30/fr30.md (define_split): Avoid calling gen_lowpart on
        a SImode SUBREG of a floating point register after no_new_pseudos.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/fr30/fr30.md


-- 


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


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

* [Bug target/21283] [4.0 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-04-24  5:31 ` sayle at gcc dot gnu dot org
@ 2006-04-26 19:00 ` roger at eyesopen dot com
  2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: roger at eyesopen dot com @ 2006-04-26 19:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from roger at eyesopen dot com  2006-04-26 18:59 -------
This has now been fixed on the 4.1 branch.  Unfortunately, its difficult to
determine whether this patch is still needed on the 4.0 branch, or if other
backports are also required, as libiberty and top-level configure are now
incompatible between the gcc-4_0-branch and mainline "src", making an uberbaum
build of a 4.0 cross-compiler almost impossible.


-- 

roger at eyesopen dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0.1 4.1.0                 |4.0.1
      Known to work|3.4.5                       |3.4.5 4.1.1 4.2.0
            Summary|[4.0/4.1 regression] ICE    |[4.0 regression] ICE with
                   |with doubles                |doubles
   Target Milestone|4.2.0                       |4.1.1


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


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

* [Bug target/21283] [4.0 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-04-26 19:00 ` [Bug target/21283] [4.0 " roger at eyesopen dot com
@ 2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
  2006-05-25 16:32 ` pinskia at gcc dot gnu dot org
  2007-01-18  3:53 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mmitchel at gcc dot gnu dot org  2006-05-25 02:36 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug target/21283] [4.0 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
@ 2006-05-25 16:32 ` pinskia at gcc dot gnu dot org
  2007-01-18  3:53 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-25 16:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-05-25 16:31 -------
Actually this was fixed in 4.1.1 so changing the milestone again.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.0.4


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


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

* [Bug target/21283] [4.0 regression] ICE with doubles
       [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-05-25 16:32 ` pinskia at gcc dot gnu dot org
@ 2007-01-18  3:53 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-01-18  3:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from gdr at gcc dot gnu dot org  2007-01-18 03:53 -------
Fixed in GCC-4.1.1
Won't fix for GCC-4.0.x


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.0.4                       |4.1.1


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


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

end of thread, other threads:[~2007-01-18  3:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21283-361@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:09 ` [Bug target/21283] [4.0/4.1 regression] ICE with doubles pinskia at gcc dot gnu dot org
2005-10-31  0:11 ` pinskia at gcc dot gnu dot org
2006-02-28 20:49 ` [Bug target/21283] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-04-23 17:44 ` sayle at gcc dot gnu dot org
2006-04-23 21:27 ` [Bug target/21283] [4.0/4.1 " roger at eyesopen dot com
2006-04-24  5:31 ` sayle at gcc dot gnu dot org
2006-04-26 19:00 ` [Bug target/21283] [4.0 " roger at eyesopen dot com
2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
2006-05-25 16:32 ` pinskia at gcc dot gnu dot org
2007-01-18  3:53 ` gdr at gcc dot gnu dot 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).