This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13226] New: ICE in ix86_function_arg_boundary, at config/i386/i386.c:2414
- From: "gcc-bug at vogtner dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Nov 2003 23:50:25 -0000
- Subject: [Bug c/13226] New: ICE in ix86_function_arg_boundary, at config/i386/i386.c:2414
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
1 extern int printf (__const char *__restrict __format, ...) ;
2
3 int main ()
4 {
5 typedef int v4si __attribute__ ((mode(V2DI)));
6 v4si d;
7 printf ("%d\n", d);
8
9 return 0;
10 }
to reproduce simply compile with gcc.
--
Summary: ICE in ix86_function_arg_boundary, at
config/i386/i386.c:2414
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gcc-bug at vogtner dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13226