[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-27 Thread tbm at cyrius dot com


--- Comment #8 from tbm at cyrius dot com  2006-09-27 14:03 ---
gcc/testsuite/gcc.dg/compat/scalar-return-4_y.c fails with this ICE.  Do you
know if this is the same or a different problem?  This is on ARM old ABI, fails
with 4.1 and 4.2.  4.0 works.


-- 

tbm at cyrius dot com changed:

   What|Removed |Added

 CC||tbm at cyrius dot com


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-27 Thread tbm at cyrius dot com


--- Comment #9 from tbm at cyrius dot com  2006-09-27 14:04 ---
../../src/gcc/testsuite/gcc.dg/compat/scalar-return-4_y.c:41: error:
unrecognizable insn:
(insn 39 20 21 3 (set (reg:HI 0 r0)
(subreg:HI (mem/c:CQI (plus:SI (reg/f:SI 11 fp)
(const_int -16 [0xfff0])) [0 S2 A8]) 0)) -1 (nil)
(nil))
../../src/gcc/testsuite/gcc.dg/compat/scalar-return-4_y.c:41: internal compiler
error: in extract_insn, at recog.c:2077


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-27 Thread tbm at cyrius dot com


--- Comment #10 from tbm at cyrius dot com  2006-09-27 14:06 ---
And gcc.c-torture/execute/20050121-1.c

(sid)[EMAIL PROTECTED]:~/build/gcc-snapshot-20060922/build/gcc$ ./xgcc -B. -o x 
-c
../../src/gcc/testsuite/gcc.c-torture/execute/20050121-1.c
../../src/gcc/testsuite/gcc.c-torture/execute/20050121-1.c: In function
'foo_char':
../../src/gcc/testsuite/gcc.c-torture/execute/20050121-1.c:33: error:
unrecognizable insn:
(insn 55 36 37 2 (set (reg:HI 0 r0)
(subreg:HI (mem/c:CQI (plus:SI (reg/f:SI 11 fp)
(const_int -24 [0xffe8])) [0 S2 A8]) 0)) -1 (nil)
(nil))
../../src/gcc/testsuite/gcc.c-torture/execute/20050121-1.c:33: internal
compiler error: in extract_insn, at recog.c:2077


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-27 Thread pbrook at gcc dot gnu dot org


--- Comment #11 from pbrook at gcc dot gnu dot org  2006-09-27 14:12 ---
I ICE in comment #10 looks like it may be a different problem.


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread bugreports at nn7 dot de


--- Comment #6 from bugreports at nn7 dot de  2006-09-20 16:38 ---
I am getting exactly the same here on ppc (so it is not just arm specific):

$ c++ -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --disable-softfloat
--enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32
--enable-checking=release powerpc-linux-gnu
Thread model: posix
gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)


-- 

bugreports at nn7 dot de changed:

   What|Removed |Added

 CC||bugreports at nn7 dot de


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



Re: [Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread Andrew Pinski
On Wed, 2006-09-20 at 16:38 +, bugreports at nn7 dot de wrote:
 
 --- Comment #6 from bugreports at nn7 dot de  2006-09-20 16:38 ---
 I am getting exactly the same here on ppc (so it is not just arm specific):

Yes it is.  The bug you are getting with PPC is a different bug and
should be filed separately.

Thanks,
Andrew Pinski



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread pinskia at physics dot uc dot edu


--- Comment #7 from pinskia at physics dot uc dot edu  2006-09-20 17:16 
---
Subject: Re:  [4.1/4.2 regression] ICE in extract_insn,
at recog.c:2084 (unrecognizable insn) [arm]

On Wed, 2006-09-20 at 16:38 +, bugreports at nn7 dot de wrote:
 
 --- Comment #6 from bugreports at nn7 dot de  2006-09-20 16:38 ---
 I am getting exactly the same here on ppc (so it is not just arm specific):

Yes it is.  The bug you are getting with PPC is a different bug and
should be filed separately.

Thanks,
Andrew Pinski


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-13 Thread pbrook at gcc dot gnu dot org


--- Comment #5 from pbrook at gcc dot gnu dot org  2006-09-13 19:00 ---
This is looking like a latent reload bug.
I don't see anything in r105121 that could cause this bug. I can reproduce it
on non-linux and non-eabi arm targets.


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-08-25 Thread pbrook at gcc dot gnu dot org


-- 

pbrook at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pbrook at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2006-08-10 12:00:52 |2006-08-25 16:17:59
   date||


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-08-20 Thread mmitchel at gcc dot gnu dot org


-- 

mmitchel at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P3  |P1


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-08-11 Thread janis at gcc dot gnu dot org


--- Comment #4 from janis at gcc dot gnu dot org  2006-08-11 19:24 ---
A regression hunt using an arm-ep93xx-linux-gnueabi cross compiler on
powerpc-linux, with the testcase minimal.c, identified the following patch:

http://gcc.gnu.org/viewcvs?view=revrev=105121

r105121 | kazu | 2005-10-08 18:17:20 + (Sat, 08 Oct 2005)

This is a large merge from the csl-arm-branch to mainline.  The test does not
fail for a cross compiler built from revision 104998, the last revision on that
branch before the merge, suggesting that his is a problem with the merge
itself. 


-- 


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



[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-08-11 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   GCC host triplet|arm-ep93xx-linux-gnueabi|
 GCC target triplet||arm-ep93xx-linux-gnueabi
   Keywords||ice-on-valid-code
   Target Milestone|--- |4.1.2


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