public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds
@ 2004-12-23 22:43 pinskia at gcc dot gnu dot org
  2004-12-23 22:44 ` [Bug target/19142] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23 22:43 UTC (permalink / raw)
  To: gcc-bugs

the following testcase ICEs (even at -O0):
double
__fixunsdfdi (double a)
{
  const double hi = a / (((unsigned long long) 1) << (sizeof (int) * 8));
  return hi;
}

-- 
           Summary: [4.0 Regression] ppc-darwin no longer builds
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/19142] [4.0 Regression] ppc-darwin no longer builds
  2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
@ 2004-12-23 22:44 ` pinskia at gcc dot gnu dot org
  2004-12-23 22:45 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23 22:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/19142] [4.0 Regression] ppc-darwin no longer builds
  2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
  2004-12-23 22:44 ` [Bug target/19142] " pinskia at gcc dot gnu dot org
@ 2004-12-23 22:45 ` pinskia at gcc dot gnu dot org
  2004-12-24  1:43 ` amodra at bigpond dot net dot au
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 22:45 -------
Confirmed via: <http://gcc.gnu.org/ml/gcc-regression/2004-12/msg00066.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at bigpond dot net
                   |                            |dot au
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-23 22:45:31
               date|                            |


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


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

* [Bug target/19142] [4.0 Regression] ppc-darwin no longer builds
  2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
  2004-12-23 22:44 ` [Bug target/19142] " pinskia at gcc dot gnu dot org
  2004-12-23 22:45 ` pinskia at gcc dot gnu dot org
@ 2004-12-24  1:43 ` amodra at bigpond dot net dot au
  2004-12-24  1:51 ` cvs-commit at gcc dot gnu dot org
  2004-12-24  2:14 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-12-24  1:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |amodra at bigpond dot net
                   |dot org                     |dot au
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-12-23 22:45:31         |2004-12-24 01:43:50
               date|                            |


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


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

* [Bug target/19142] [4.0 Regression] ppc-darwin no longer builds
  2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-24  1:43 ` amodra at bigpond dot net dot au
@ 2004-12-24  1:51 ` cvs-commit at gcc dot gnu dot org
  2004-12-24  2:14 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-24  1:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-24 01:51 -------
Subject: Bug 19142

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	amodra@gcc.gnu.org	2004-12-24 01:51:05

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: rs6000.c 

Log message:
	PR target/19142
	* config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Allow
	DFmode for 32-bit again.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6949&r2=2.6950
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&r1=1.767&r2=1.768



-- 


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


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

* [Bug target/19142] [4.0 Regression] ppc-darwin no longer builds
  2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-12-24  1:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-24  2:14 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-24  2:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-24 02:14 -------
I can confirm that the patch applied fixes the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-12-24  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-23 22:43 [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds pinskia at gcc dot gnu dot org
2004-12-23 22:44 ` [Bug target/19142] " pinskia at gcc dot gnu dot org
2004-12-23 22:45 ` pinskia at gcc dot gnu dot org
2004-12-24  1:43 ` amodra at bigpond dot net dot au
2004-12-24  1:51 ` cvs-commit at gcc dot gnu dot org
2004-12-24  2:14 ` pinskia 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).