public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19421] New: [4.0 regression] ICE
@ 2005-01-13 10:16 corsepiu at gcc dot gnu dot org
  2005-01-13 10:19 ` [Bug target/19421] " corsepiu at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-13 10:16 UTC (permalink / raw)
  To: gcc-bugs

The code from the attachment cause m68k-rtems-gcc to ICE if being compiled with
-msoft-float -O2.

# m68k-rtems4.7-gcc -O2 -msoft-float -o tmp.o -c paranoia.c
paranoia.c: In function 'paranoia':
paranoia.c:1238: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

# m68k-rtems4.7-gcc --version
m68k-rtems4.7-gcc (GCC) 4.0.0 20050112 (experimental)

Optimization levels less than -02 do not trigger the ICE.

-- 
           Summary: [4.0 regression] ICE
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: corsepiu at gcc dot gnu dot org
                CC: cjohns at cybertec dot com dot au,gcc-bugs at gcc dot
                    gnu dot org,joel at oarcorp dot com
GCC target triplet: m68k-*


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


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

* [Bug target/19421] [4.0 regression] ICE
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
@ 2005-01-13 10:19 ` corsepiu at gcc dot gnu dot org
  2005-01-13 10:19 ` corsepiu at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-13 10:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2005-01-13 10:18 -------
Created an attachment (id=7948)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7948&action=view)
Code to reproduce the ICE

Sorry for the size of the example (stripped down from RTEMS paranoia.c), but I
have not been able to further reduce it.


-- 


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


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

* [Bug target/19421] [4.0 regression] ICE
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
  2005-01-13 10:19 ` [Bug target/19421] " corsepiu at gcc dot gnu dot org
@ 2005-01-13 10:19 ` corsepiu at gcc dot gnu dot org
  2005-01-13 13:41 ` [Bug target/19421] [4.0 regression] ICE with solf-float on m68k pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-13 10:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0
      Known to work|                            |3.2.3


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


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

* [Bug target/19421] [4.0 regression] ICE with solf-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
  2005-01-13 10:19 ` [Bug target/19421] " corsepiu at gcc dot gnu dot org
  2005-01-13 10:19 ` corsepiu at gcc dot gnu dot org
@ 2005-01-13 13:41 ` pinskia at gcc dot gnu dot org
  2005-01-14 10:11 ` [Bug target/19421] [4.0 regression] ICE with soft-float " corsepiu at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-13 13:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 regression] ICE        |[4.0 regression] ICE with
                   |                            |solf-float on m68k
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-13 13:41 ` [Bug target/19421] [4.0 regression] ICE with solf-float on m68k pinskia at gcc dot gnu dot org
@ 2005-01-14 10:11 ` corsepiu at gcc dot gnu dot org
  2005-01-14 14:18 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-14 10:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 regression] ICE with   |[4.0 regression] ICE with
                   |solf-float on m68k          |soft-float on m68k


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-14 10:11 ` [Bug target/19421] [4.0 regression] ICE with soft-float " corsepiu at gcc dot gnu dot org
@ 2005-01-14 14:18 ` pinskia at gcc dot gnu dot org
  2005-01-14 14:39 ` joel at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-14 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-14 14:18 -------
Hmm, I cannot reproduce it on 20050113 with a cross from ppc-darwin compiled at -O0.

-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-01-14 14:18 ` pinskia at gcc dot gnu dot org
@ 2005-01-14 14:39 ` joel at gcc dot gnu dot org
  2005-01-14 14:40 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: joel at gcc dot gnu dot org @ 2005-01-14 14:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at gcc dot gnu dot org  2005-01-14 14:39 -------
(In reply to comment #2)
> Hmm, I cannot reproduce it on 20050113 with a cross from ppc-darwin compiled
at -O0.

Can you reproduce it at -O2?


-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-01-14 14:39 ` joel at gcc dot gnu dot org
@ 2005-01-14 14:40 ` pinskia at gcc dot gnu dot org
  2005-01-14 14:45 ` joel at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-14 14:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-14 14:40 -------
(In reply to comment #3)
> (In reply to comment #2)
> > Hmm, I cannot reproduce it on 20050113 with a cross from ppc-darwin compiled
> at -O0.
> 
> Can you reproduce it at -O2?
No what I had meant is that cc1 was compiled at -O0.

-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-01-14 14:40 ` pinskia at gcc dot gnu dot org
@ 2005-01-14 14:45 ` joel at gcc dot gnu dot org
  2005-01-14 14:50 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: joel at gcc dot gnu dot org @ 2005-01-14 14:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at gcc dot gnu dot org  2005-01-14 14:45 -------
Wierd.. we are on x86-gnu-linux so would be using a totally different host
compiler.  I am using a gcc 3.4.3 and don't know what Ralf is using.

Does it fail when cc1 is compiled at a higher optimization level?

Are you saying it looks more like cc1 is being miscompiled on the x86 host?

-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-01-14 14:45 ` joel at gcc dot gnu dot org
@ 2005-01-14 14:50 ` pinskia at gcc dot gnu dot org
  2005-01-14 15:16 ` corsepiu at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-14 14:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-14 14:50 -------
What options are used to configure gcc, maybe it has something to do with that (what I mean a 
different default CPU is done).
I configured with "../configure --target=m68k-rtems4.7"

-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-01-14 14:50 ` pinskia at gcc dot gnu dot org
@ 2005-01-14 15:16 ` corsepiu at gcc dot gnu dot org
  2005-01-21 17:28 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-14 15:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2005-01-14 15:15 -------
(In reply to comment #6)
I on Fedora Core 3 and am using FC3's toolchain.

> What options are used to configure gcc, maybe it has something to do
> with that (what I mean a different default CPU is done).
> I configured with "../configure --target=m68k-rtems4.7"

/opt/rtems-4.7/bin/m68k-rtems4.7-gcc -v
Using built-in specs.
Configured with: ../gcc-4.0.0/configure --prefix=/opt/rtems-4.7
--mandir=/opt/rtems-4.7/man --infodir=/opt/rtems-4.7/info
--build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu
--target=m68k-rtems4.7 --with-gnu-as --with-gnu-ld --with-newlib --verbose
--with-system-zlib --disable-nls --enable-version-specific-runtime-libs
--enable-threads=rtems --enable-languages=c,c++
Thread model: rtems
gcc version 4.0.0 20050112 (experimental)

I am building gcc one-tree-style with newlib-CVS merged via symlinks into GCC's
 source-tree.
 

-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-01-14 15:16 ` corsepiu at gcc dot gnu dot org
@ 2005-01-21 17:28 ` mmitchel at gcc dot gnu dot org
  2005-01-23 12:26 ` corsepiu at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-01-21 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-01-21 17:28 -------
m68k is not a primary or secondary platform; removing target milestone.

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


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-01-21 17:28 ` mmitchel at gcc dot gnu dot org
@ 2005-01-23 12:26 ` corsepiu at gcc dot gnu dot org
  2005-01-23 12:27 ` corsepiu at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-23 12:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2005-01-23 12:26 -------
Created an attachment (id=8044)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8044&action=view)
Example 2 to reproduce the ICE

There seems to be some improvement on this PR. pr19421.c doesn't trigger the
ICE anymore with 4.0.0 as of 20050121.

The original code, pr19421.c had been derived from, however still ICEs for
certain CFLAGS. I am attaching a somewhat rawer version (pr19421-1.c) of the
original code.

For me, compiling pr19421-1.c ICEs for
# m68k-rtems4.7-gcc -o tmp.o -c pr19421-1.c -O2 -msoft-float
pr19421-1.c: In function 'paranoia':
pr19421-1.c:2084: internal compiler error: Segmentation fault

but doesn't ICE for
# m68k-rtems4.7-gcc -o tmp.o -c pr19421-1.c -O1 -msoft-float
and
# m68k-rtems4.7-gcc -o tmp.o -c pr19421-1.c -O2

# m68k-rtems4.7-gcc --version
m68k-rtems4.7-gcc (GCC) 4.0.0 20050121 (experimental)

Also, this ICE doesn't seem to depend on the version of host compiler being
used to compile m68k-rtems4.7-gcc. On FC3, both, a gcc-3.4.2 compiled
m68k-rtems4.7-gcc and a gcc4.0.0 compiled m68k-rtems-gcc, expose the same
behavior.


-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-01-23 12:26 ` corsepiu at gcc dot gnu dot org
@ 2005-01-23 12:27 ` corsepiu at gcc dot gnu dot org
  2005-01-26  8:07 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-01-23 12:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #7948 is|0                           |1
           obsolete|                            |


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-01-23 12:27 ` corsepiu at gcc dot gnu dot org
@ 2005-01-26  8:07 ` cvs-commit at gcc dot gnu dot org
  2005-01-26  9:18 ` steven at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-26  8:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-26 08:07 -------
Subject: Bug 19421

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hubicka@gcc.gnu.org	2005-01-26 08:07:05

Modified files:
	gcc            : ChangeLog tree-inline.c 

Log message:
	PR tree-optimization/19421
	* tree-inline.c (copy_body_r): Do not walk subtrees after substituting.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7279&r2=2.7280
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.168&r2=1.169



-- 


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


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

* [Bug target/19421] [4.0 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-01-26  8:07 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-26  9:18 ` steven at gcc dot gnu dot org
  2005-03-05 19:54 ` [Bug target/19421] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-01-26  9:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-26 09:18 -------
Honza, did you add the wrong PR number?  I think you mean 19241... 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-01-26  9:18 ` steven at gcc dot gnu dot org
@ 2005-03-05 19:54 ` pinskia at gcc dot gnu dot org
  2005-07-22 23:33 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:54 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2005-03-05 19:54 ` [Bug target/19421] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-07-22 23:33 ` pinskia at gcc dot gnu dot org
  2005-07-29 16:24 ` corsepiu at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 23:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2005-07-22 23:33 ` pinskia at gcc dot gnu dot org
@ 2005-07-29 16:24 ` corsepiu at gcc dot gnu dot org
  2005-08-19  5:15 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-07-29 16:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0.0                       |4.0.0 4.0.1


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (17 preceding siblings ...)
  2005-07-29 16:24 ` corsepiu at gcc dot gnu dot org
@ 2005-08-19  5:15 ` pinskia at gcc dot gnu dot org
  2005-08-19 16:11 ` joel at oarcorp dot com
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-19  5:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|m68k-*                      |m68k-rtems


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (18 preceding siblings ...)
  2005-08-19  5:15 ` pinskia at gcc dot gnu dot org
@ 2005-08-19 16:11 ` joel at oarcorp dot com
  2005-08-19 16:49 ` pinskia at gcc dot gnu dot org
  2005-08-22  2:41 ` mmitchel at gcc dot gnu dot org
  21 siblings, 0 replies; 23+ messages in thread
From: joel at oarcorp dot com @ 2005-08-19 16:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at oarcorp dot com  2005-08-19 16:02 -------
Subject: Re:  [4.0/4.1 regression] ICE with soft-float on
 m68k


Why did you turn this from m68k-* to m68k-rtems?
It was reported against m68k-rtems but would have
be duplicated on at least m68k-elf if not any
other m68k target.  Even the fix is clearly
not RTEMS specific.

--joel


-- 


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (19 preceding siblings ...)
  2005-08-19 16:11 ` joel at oarcorp dot com
@ 2005-08-19 16:49 ` pinskia at gcc dot gnu dot org
  2005-08-22  2:41 ` mmitchel at gcc dot gnu dot org
  21 siblings, 0 replies; 23+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-19 16:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-19 16:49 -------
(In reply to comment #12)
> Subject: Re:  [4.0/4.1 regression] ICE with soft-float on
>  m68k
> Why did you turn this from m68k-* to m68k-rtems?
> It was reported against m68k-rtems but would have
> be duplicated on at least m68k-elf if not any
> other m68k target.  Even the fix is clearly
> not RTEMS specific.

Because I could not reproduce it with a cross to m68k-linux-gnu from powerpc-
darwin on the mainline.

-- 


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


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

* [Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k
  2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
                   ` (20 preceding siblings ...)
  2005-08-19 16:49 ` pinskia at gcc dot gnu dot org
@ 2005-08-22  2:41 ` mmitchel at gcc dot gnu dot org
  21 siblings, 0 replies; 23+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  2:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 02:38 -------
m68k is not a primary or secondary platform; removing target milestone.

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


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


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

end of thread, other threads:[~2005-08-22  2:38 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-13 10:16 [Bug target/19421] New: [4.0 regression] ICE corsepiu at gcc dot gnu dot org
2005-01-13 10:19 ` [Bug target/19421] " corsepiu at gcc dot gnu dot org
2005-01-13 10:19 ` corsepiu at gcc dot gnu dot org
2005-01-13 13:41 ` [Bug target/19421] [4.0 regression] ICE with solf-float on m68k pinskia at gcc dot gnu dot org
2005-01-14 10:11 ` [Bug target/19421] [4.0 regression] ICE with soft-float " corsepiu at gcc dot gnu dot org
2005-01-14 14:18 ` pinskia at gcc dot gnu dot org
2005-01-14 14:39 ` joel at gcc dot gnu dot org
2005-01-14 14:40 ` pinskia at gcc dot gnu dot org
2005-01-14 14:45 ` joel at gcc dot gnu dot org
2005-01-14 14:50 ` pinskia at gcc dot gnu dot org
2005-01-14 15:16 ` corsepiu at gcc dot gnu dot org
2005-01-21 17:28 ` mmitchel at gcc dot gnu dot org
2005-01-23 12:26 ` corsepiu at gcc dot gnu dot org
2005-01-23 12:27 ` corsepiu at gcc dot gnu dot org
2005-01-26  8:07 ` cvs-commit at gcc dot gnu dot org
2005-01-26  9:18 ` steven at gcc dot gnu dot org
2005-03-05 19:54 ` [Bug target/19421] [4.0/4.1 " pinskia at gcc dot gnu dot org
2005-07-22 23:33 ` pinskia at gcc dot gnu dot org
2005-07-29 16:24 ` corsepiu at gcc dot gnu dot org
2005-08-19  5:15 ` pinskia at gcc dot gnu dot org
2005-08-19 16:11 ` joel at oarcorp dot com
2005-08-19 16:49 ` pinskia at gcc dot gnu dot org
2005-08-22  2:41 ` mmitchel 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).