public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
@ 2003-06-01 13:52 debian-gcc@lists.debian.org
  2003-06-01 13:52 ` [Bug optimization/11054] " debian-gcc@lists.debian.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: debian-gcc@lists.debian.org @ 2003-06-01 13:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: debian-gcc@lists.debian.org
                CC: gcc-bugs@gcc.gnu.org
  GCC host triplet: m68k-linux

[forwarded from http://bugs.debian.org/194749]

works with 3.2.3 and HEAD 20030531.

gcc-3.3 fails to build sane-backends 1.0.12-1 on m68k with the
following internal error :

gcc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DV_MAJOR=1
-DV_MINOR=0 -DBACKEND_NAME=dc25 -DLIBDIR=/usr/lib/sane dc25.c -o dc25.o
dc25.c:213: warning: dereferencing type-punned pointer will break
strict-aliasing rules
dc25.c:310: warning: dereferencing type-punned pointer will break
strict-aliasing rules
dc25.c:323: warning: dereferencing type-punned pointer will break
strict-aliasing rules
dc25.c: In function `get_info':
dc25.c:616: internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1543

Building with -O1 or with gcc-3.2 (3.2.3-2) works fine. The same file
compiled with -fPIC gives no error.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
@ 2003-06-01 13:52 ` debian-gcc@lists.debian.org
  2003-06-02 10:35 ` dhazeghi@yahoo.com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc@lists.debian.org @ 2003-06-01 13:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From debian-gcc@lists.debian.org  2003-06-01 13:52 -------
Created an attachment (id=4124)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4124&action=view)
preprocessed source




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
  2003-06-01 13:52 ` [Bug optimization/11054] " debian-gcc@lists.debian.org
@ 2003-06-02 10:35 ` dhazeghi@yahoo.com
  2003-06-11 22:36 ` pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02 10:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|                            |m68k-linux
 GCC target triplet|                            |m68k-linux
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 10:35:20
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 10:35 -------
Confirmed on m68k-rtems as well with gcc 3.2.3, 3.3 branch and mainline (20030526).

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
  2003-06-01 13:52 ` [Bug optimization/11054] " debian-gcc@lists.debian.org
  2003-06-02 10:35 ` dhazeghi@yahoo.com
@ 2003-06-11 22:36 ` pinskia@physics.uc.edu
  2003-06-26 22:06 ` doko at cs dot tu-berlin dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-11 22:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |3.3.1


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
                   ` (2 preceding siblings ...)
  2003-06-11 22:36 ` pinskia@physics.uc.edu
@ 2003-06-26 22:06 ` doko at cs dot tu-berlin dot de
  2003-06-27  0:51 ` cvs-commit at gcc dot gnu dot org
  2003-06-27  6:58 ` wilson at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: doko at cs dot tu-berlin dot de @ 2003-06-26 22:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From doko at cs dot tu-berlin dot de  2003-06-26 22:06 -------
Subject: Re:  [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p

wilson at tuliptree dot org writes:

> Patch from mainline that fixes bug.
> 
> Here is a patch from mainline that fixes the bug.  I don't have
> access to m68k hardware so I have only tested this on the testcase.
> Since this is already on mainline there is unlikely to be problems
> with it, however, I haven't done the bootstrap test which is needed
> before a checkin, so I haven't checked it in yet.

- the patch fixes the bug on m68k-linux
- bootstrap succeeded on m68k-linux, testsuite still running
- bootstrap and testsuite succeeded on i386-linux, no new regressions.


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
                   ` (3 preceding siblings ...)
  2003-06-26 22:06 ` doko at cs dot tu-berlin dot de
@ 2003-06-27  0:51 ` cvs-commit at gcc dot gnu dot org
  2003-06-27  6:58 ` wilson at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-06-27  0:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-06-27 00:51 -------
Subject: Bug 11054

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	wilson@gcc.gnu.org	2003-06-27 00:50:56

Modified files:
	gcc            : ChangeLog rtlanal.c 

Log message:
	PR optimization/11054
	* rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
	and SIGN_EXTRACT.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.620&r2=1.16114.2.621
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtlanal.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.140.4.5&r2=1.140.4.6


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

* [Bug optimization/11054] [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p
  2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
                   ` (4 preceding siblings ...)
  2003-06-27  0:51 ` cvs-commit at gcc dot gnu dot org
@ 2003-06-27  6:58 ` wilson at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-06-27  6:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


wilson at gcc dot gnu dot org changed:

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


------- Additional Comments From wilson at gcc dot gnu dot org  2003-06-27 06:58 -------
I checked in the patch on the 3.3 branch.


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

end of thread, other threads:[~2003-06-27  6:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-01 13:52 [Bug optimization/11054] New: [3.3 regression] [m68k] ICE in reg_overlap_mentioned_p debian-gcc@lists.debian.org
2003-06-01 13:52 ` [Bug optimization/11054] " debian-gcc@lists.debian.org
2003-06-02 10:35 ` dhazeghi@yahoo.com
2003-06-11 22:36 ` pinskia@physics.uc.edu
2003-06-26 22:06 ` doko at cs dot tu-berlin dot de
2003-06-27  0:51 ` cvs-commit at gcc dot gnu dot org
2003-06-27  6:58 ` wilson 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).