[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2009-01-20 Thread rob1weld at aol dot com
--- Comment #9 from rob1weld at aol dot com 2009-01-20 13:54 --- I was checking my Testsuite Results for UNSUPPORTED tests and arrived here. I thought I would try the code on i386-pc-solaris2.11 with gcc version 4.4.0 . When booted 32-bit and using -m64: # gcc -O2 -m64 -fPIC test.c (n

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-12-02 08:11 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-11-27 Thread krebbel at gcc dot gnu dot org
--- Comment #7 from krebbel at gcc dot gnu dot org 2006-11-27 16:34 --- Subject: Bug 29319 Author: krebbel Date: Mon Nov 27 16:34:19 2006 New Revision: 119256 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119256 Log: 2006-11-27 Michael Matz <[EMAIL PROTECTED]> And

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-11-27 Thread krebbel at gcc dot gnu dot org
--- Comment #6 from krebbel at gcc dot gnu dot org 2006-11-27 16:27 --- Subject: Bug 29319 Author: krebbel Date: Mon Nov 27 16:26:53 2006 New Revision: 119255 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119255 Log: 2006-11-27 Michael Matz <[EMAIL PROTECTED]> And

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-11-27 Thread krebbel at gcc dot gnu dot org
--- Comment #5 from krebbel at gcc dot gnu dot org 2006-11-27 16:20 --- Subject: Bug 29319 Author: krebbel Date: Mon Nov 27 16:20:24 2006 New Revision: 119254 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119254 Log: 2006-11-27 Michael Matz <[EMAIL PROTECTED]> And

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-11-19 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-11-19 16:18 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-10-24 Thread uweigand at gcc dot gnu dot org
--- Comment #3 from uweigand at gcc dot gnu dot org 2006-10-24 19:03 --- Sorry for missing that bug. The proposed patch is OK -- thanks for catching this. As to the general problem, I think you're right that we need to further constrain the range of accepted offsets. However, DISP_I

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-10-02 Thread matz at gcc dot gnu dot org
--- Comment #2 from matz at gcc dot gnu dot org 2006-10-02 11:35 --- Note that with this patch solves the bug for this testcase, but it still doesn't help with the general case. With this slightly changed testcase: % cat large-ofs2.c static char l_info[100]; void bug1 (unsigned long ta

[Bug target/29319] ICE unrecognizable insn: offset too large for larl (breaks glibc)

2006-10-02 Thread matz at gcc dot gnu dot org
--- Comment #1 from matz at gcc dot gnu dot org 2006-10-02 11:24 --- Created an attachment (id=12369) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12369&action=view) proposed patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29319