This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/17279] internal compiler error with 128 bit integers
- 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: 12 Nov 2004 03:37:25 -0000
- Subject: [Bug target/17279] internal compiler error with 128 bit integers
- References: <20040902091148.17279.amgastineau@yahoo.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12 03:37 -------
Fixed in 3.4.3, we reject it:
t.c: In function 'main':
t.c:3: error: unable to emulate 'TI'
But if we don't do the typedef we still get an error:
t.c:4: internal compiler error: in expand_mult, at expmed.c:3001
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2004-09-02 17:03:08 |2004-11-12 03:37:24
date| |
Target Milestone|--- |3.4.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17279