public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11453] New: gcc > 3.3 ICE
@ 2003-07-07 12:56 joel dot soete at tiscali dot be
  2003-07-07 13:00 ` [Bug c/11453] " joel dot soete at tiscali dot be
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: joel dot soete at tiscali dot be @ 2003-07-07 12:56 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=11453

           Summary: gcc > 3.3 ICE
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel dot soete at tiscali dot be
                CC: gcc-bugs at gcc dot gnu dot org

Hi all,

Here is the description of the ICE I encounter with last gcc 3.3.1 (but also
with 3.3 but not with gcc-3.0):
+ gcc -v -save-temps -D__KERNEL__
-I/usr/src/kernel-source-2.4.21-pa02-lvm-107-20030707/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -D__linux__ -pipe -fno-strength-reduce -mno-space-regs
-mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1
-mschedule=7100 -D_JFS_4K -nostdinc -I /usr/lib/gcc-lib/hppa-linux/3.3.1/include
-DKBUILD_BASENAME=jfs_xtree -c -o jfs_xtree.o jfs_xtree.c
gcc: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc-lib/hppa-linux/3.3.1/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-sjlj-exceptions --enable-clocale=gnu --enable-debug --enable-objc-gc
hppa-linux
Thread model: posix
gcc version 3.3.1 20030626 (Debian prerelease)
 /usr/lib/gcc-lib/hppa-linux/3.3.1/cc1 -E -quiet -nostdinc -v
-I/usr/src/kernel-source-2.4.21-pa02-lvm-107-20030707/include -I
/usr/lib/gcc-lib/hppa-linux/3.3.1/include -D__GNUC__=3 -D__GNUC_MINOR__=3
-D__GNUC_PATCHLEVEL__=1 -D__KERNEL__ -D__linux__ -D_JFS_4K
-DKBUILD_BASENAME=jfs_xtree jfs_xtree.c -mno-space-regs -mfast-indirect-calls
-mdisable-fpregs -march=1.1 -mschedule=7100 -Wall -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common -fomit-frame-pointer
-fno-strength-reduce -ffunction-sections -O2 jfs_xtree.i
#include "..." search starts here:
#include <...> search starts here:
 /usr/src/kernel-source-2.4.21-pa02-lvm-107-20030707/include
 /usr/lib/gcc-lib/hppa-linux/3.3.1/include
End of search list.
 /usr/lib/gcc-lib/hppa-linux/3.3.1/cc1 -fpreprocessed jfs_xtree.i -quiet
-dumpbase jfs_xtree.c -mno-space-regs -mfast-indirect-calls -mdisable-fpregs
-march=1.1 -mschedule=7100 -auxbase-strip jfs_xtree.o -O2 -Wall
-Wstrict-prototypes -Wno-trigraphs -version -fno-strict-aliasing -fno-common
-fomit-frame-pointer -fno-strength-reduce -ffunction-sections -o jfs_xtree.s
GNU C version 3.3.1 20030626 (Debian prerelease) (hppa-linux)
	compiled by GNU C version 3.3.1 20030626 (Debian prerelease).
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=15788
jfs_xtree.c: In function `xtUpdate':
jfs_xtree.c:2351: error: insn does not satisfy its constraints:
(insn 7698 1165 1168 29 (nil) (set (reg:SI 24 %r24)
        (reg:SI 88 SAR [427])) 37 {*pa.md:2265} (nil)
    (nil))
jfs_xtree.c:2351: internal compiler error: in reload_cse_simplify_operands, at
reload1.c:8345
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I will attached jfs_xtree.[is] asap.

Thanks in advance for your attention,
    Joel


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

* [Bug c/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
@ 2003-07-07 13:00 ` joel dot soete at tiscali dot be
  2003-07-07 13:03 ` joel dot soete at tiscali dot be
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: joel dot soete at tiscali dot be @ 2003-07-07 13:00 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=11453



------- Additional Comments From joel dot soete at tiscali dot be  2003-07-07 13:00 -------
Created an attachment (id=4359)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4359&action=view)
precompiled version of jfs_xtree.c from linux kernel 2.4.21-pa2


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

* [Bug c/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
  2003-07-07 13:00 ` [Bug c/11453] " joel dot soete at tiscali dot be
@ 2003-07-07 13:03 ` joel dot soete at tiscali dot be
  2003-07-08  5:47 ` [Bug target/11453] " dhazeghi at yahoo dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: joel dot soete at tiscali dot be @ 2003-07-07 13:03 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=11453


joel dot soete at tiscali dot be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc > 3.3 ICE               |gcc > 3.3 ICE


------- Additional Comments From joel dot soete at tiscali dot be  2003-07-07 13:03 -------
I also have the pre-assembly file (jfs_xtree.s) but I doubt it will usefull; if
you need it, please ask me.

Joel


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
  2003-07-07 13:00 ` [Bug c/11453] " joel dot soete at tiscali dot be
  2003-07-07 13:03 ` joel dot soete at tiscali dot be
@ 2003-07-08  5:47 ` dhazeghi at yahoo dot com
  2003-07-08  5:48 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-08  5:47 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=11453


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
 GCC target triplet|                            |hppa-linux


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-08 05:47 -------
Confirmed broken on branch and mainline (20030707). However, reducing this is really 
unpleasant... Note that this bug belongs in the 'target' category, and only the flags -O2 -
mdisable-fpregs are necessary to reproduce this. If someone else would like to reduce this to a 
smaller testcase, that'd be great...


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (2 preceding siblings ...)
  2003-07-08  5:47 ` [Bug target/11453] " dhazeghi at yahoo dot com
@ 2003-07-08  5:48 ` dhazeghi at yahoo dot com
  2003-07-08 15:26 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-08  5:48 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=11453



------- Additional Comments From dhazeghi at yahoo dot com  2003-07-08 05:48 -------
Created an attachment (id=4361)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4361&action=view)
slightly reduced testcase.i


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (3 preceding siblings ...)
  2003-07-08  5:48 ` dhazeghi at yahoo dot com
@ 2003-07-08 15:26 ` cvs-commit at gcc dot gnu dot org
  2003-07-08 16:48 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-08 15:26 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=11453



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-08 15:26 -------
Subject: Bug 11453

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	danglin@gcc.gnu.org	2003-07-08 15:26:04

Modified files:
	gcc            : ChangeLog 
	gcc/config/pa  : pa.md 

Log message:
	PR Target/11453
	* pa.md: Disparage all mtsar constraints.
	(extzv, extv, insv): Don't fail on length of {32|64}.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.396&r2=2.397
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.md.diff?cvsroot=gcc&r1=1.126&r2=1.127


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (4 preceding siblings ...)
  2003-07-08 15:26 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-08 16:48 ` pinskia at physics dot uc dot edu
  2003-07-08 16:54 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-08 16:48 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=11453


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |danglin at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-08 16:48:05
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-08 16:48 -------
David Anglin already committed a patch for the mainline and is going to commit it for 3.3 branch 
after testing so assigning it to him.


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (5 preceding siblings ...)
  2003-07-08 16:48 ` pinskia at physics dot uc dot edu
@ 2003-07-08 16:54 ` dave at hiauly1 dot hia dot nrc dot ca
  2003-07-09  5:48 ` cvs-commit at gcc dot gnu dot org
  2003-07-09  6:02 ` danglin at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2003-07-08 16:54 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=11453



------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2003-07-08 16:54 -------
Subject: Re:  gcc > 3.3 ICE

> David Anglin already committed a patch for the mainline and is going to
> commit it for 3.3 branch 
> after testing so assigning it to him.

If all goes well, I will close the PR tonight.

Dave


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (6 preceding siblings ...)
  2003-07-08 16:54 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2003-07-09  5:48 ` cvs-commit at gcc dot gnu dot org
  2003-07-09  6:02 ` danglin at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-09  5:48 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=11453



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-09 05:48 -------
Subject: Bug 11453

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	danglin@gcc.gnu.org	2003-07-09 05:48:17

Modified files:
	gcc            : ChangeLog 
	gcc/config/pa  : pa.md 

Log message:
	PR Target/11453
	* pa.md: Disparage all mtsar constraints.
	(extzv, extv, insv): Don't fail on length of {32|64}.

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.643&r2=1.16114.2.644
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.116.2.9&r2=1.116.2.10


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

* [Bug target/11453] gcc > 3.3 ICE
  2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
                   ` (7 preceding siblings ...)
  2003-07-09  5:48 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-09  6:02 ` danglin at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: danglin at gcc dot gnu dot org @ 2003-07-09  6:02 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=11453


danglin at gcc dot gnu dot org changed:

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


------- Additional Comments From danglin at gcc dot gnu dot org  2003-07-09 06:02 -------
Fixed:
http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00826.html


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

end of thread, other threads:[~2003-07-09  6:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-07 12:56 [Bug c/11453] New: gcc > 3.3 ICE joel dot soete at tiscali dot be
2003-07-07 13:00 ` [Bug c/11453] " joel dot soete at tiscali dot be
2003-07-07 13:03 ` joel dot soete at tiscali dot be
2003-07-08  5:47 ` [Bug target/11453] " dhazeghi at yahoo dot com
2003-07-08  5:48 ` dhazeghi at yahoo dot com
2003-07-08 15:26 ` cvs-commit at gcc dot gnu dot org
2003-07-08 16:48 ` pinskia at physics dot uc dot edu
2003-07-08 16:54 ` dave at hiauly1 dot hia dot nrc dot ca
2003-07-09  5:48 ` cvs-commit at gcc dot gnu dot org
2003-07-09  6:02 ` danglin 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).