This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2005 18:17:34 -0000
- Subject: [Bug target/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran
- References: <bug-24193-50@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-04 18:17 -------
Confirmed, reduced testcase:
void g (__int128_t *dest, long dstride, long rank)
{
long n;
for (n = 0; n < rank; n++)
dest[n * dstride] = 1;
}
So TImode is fully supported on ia64.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-10-04 18:17:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24193