public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15859] New: compilation abandoned
@ 2004-06-07 17:30 pluto at pld-linux dot org
  2004-06-07 17:53 ` [Bug ada/15859] [3.3 regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-06-07 17:30 UTC (permalink / raw)
  To: gcc-bugs

../../xgcc -B../../ -c -g -O2   -g -O2   -W -Wall -gnatpg -I. 
-I/home/users/builder/rpm/BUILD/gcc-3.3.4/gcc/ada a-ncelfu.ads 
 
+===========================GNAT BUG DETECTED==============================+ 
| 3.3.4 (PLD Linux) (alpha-pld-linux-gnu) GCC error:                       | 
| in subreg_hard_regno, at emit-rtl.c:928                                  | 
| Error detected at a-ngcefu.adb:487:58 [a-ncelfu.ads:20:1]                | 
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            | 
| Include the entire contents of this bug box in the report.               | 
| Include the exact gcc or gnatmake command that you entered.              | 
| Also include sources listed below in gnatchop format                     | 
| concatenated together with no headers between files.                     | 
+==========================================================================+ 
 
ps). 
gcc 3.3.3 works fine.

-- 
           Summary: compilation abandoned
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at pld-linux dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alpha-pld-linux
  GCC host triplet: alpha-pld-linux
GCC target triplet: alpha-pld-linux


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


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

* [Bug ada/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
@ 2004-06-07 17:53 ` pinskia at gcc dot gnu dot org
  2004-06-08  8:34 ` [Bug target/15859] " charlet at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07 17:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
            Summary|compilation abandoned       |[3.3 regression] compilation
                   |                            |abandoned
   Target Milestone|---                         |3.3.4


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


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

* [Bug target/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
  2004-06-07 17:53 ` [Bug ada/15859] [3.3 regression] " pinskia at gcc dot gnu dot org
@ 2004-06-08  8:34 ` charlet at gcc dot gnu dot org
  2004-06-08 13:52 ` qboosh at pld-linux dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-06-08  8:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-06-08 08:34 -------
I'd suggest upgrading to GCC 3.4 which likely fixes this problem.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |target


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


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

* [Bug target/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
  2004-06-07 17:53 ` [Bug ada/15859] [3.3 regression] " pinskia at gcc dot gnu dot org
  2004-06-08  8:34 ` [Bug target/15859] " charlet at gcc dot gnu dot org
@ 2004-06-08 13:52 ` qboosh at pld-linux dot org
  2004-06-08 14:00 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: qboosh at pld-linux dot org @ 2004-06-08 13:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From qboosh at pld-linux dot org  2004-06-08 13:52 -------
Too late for us, we're just finishing distro line based on gcc 3.3.x.
Anyway, gcc 3.4.0 build on alpha-linux crashes even earlier (just built ./xnmake
program catches SIGSEGV).

But back to topic...
this regression seems to be caused by this change:
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/config/alpha/alpha.h.diff?r1=1.213&r2=1.214
backported to 3.3.4 here:
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/config/alpha/alpha.h.diff?r1=1.185.4.4&r2=1.185.4.5

Despite description:
* alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
it disallows not only SImode, but also e.g. SCmode, thus triggering ICE
(I tested that mode==21, i.e. SCmode just before this abort()).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qboosh at pld-linux dot org


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


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

* [Bug target/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
                   ` (2 preceding siblings ...)
  2004-06-08 13:52 ` qboosh at pld-linux dot org
@ 2004-06-08 14:00 ` pinskia at gcc dot gnu dot org
  2004-06-13 14:10 ` pinskia at gcc dot gnu dot org
  2004-06-13 14:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-08 14:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-08 14:00 -------
Will not fix as this requires an ABI change.  See bug 15718.

The xnmake problem is bug 13470, this is a 64bit problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug target/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
                   ` (3 preceding siblings ...)
  2004-06-08 14:00 ` pinskia at gcc dot gnu dot org
@ 2004-06-13 14:10 ` pinskia at gcc dot gnu dot org
  2004-06-13 14:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13 14:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-13 14:10 -------
Reopening for marking as a dup of ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |


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


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

* [Bug target/15859] [3.3 regression] compilation abandoned
  2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
                   ` (4 preceding siblings ...)
  2004-06-13 14:10 ` pinskia at gcc dot gnu dot org
@ 2004-06-13 14:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13 14:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-13 14:11 -------


*** This bug has been marked as a duplicate of 15718 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-06-13 14:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-07 17:30 [Bug ada/15859] New: compilation abandoned pluto at pld-linux dot org
2004-06-07 17:53 ` [Bug ada/15859] [3.3 regression] " pinskia at gcc dot gnu dot org
2004-06-08  8:34 ` [Bug target/15859] " charlet at gcc dot gnu dot org
2004-06-08 13:52 ` qboosh at pld-linux dot org
2004-06-08 14:00 ` pinskia at gcc dot gnu dot org
2004-06-13 14:10 ` pinskia at gcc dot gnu dot org
2004-06-13 14:11 ` 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).