This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14256] New: Vector extensions cause internal compiler error
- From: "bmerry at cs dot uct dot ac dot za" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 08:48:58 -0000
- Subject: [Bug c/14256] New: Vector extensions cause internal compiler error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following simple program produces the following error message. I include the
unpreprocessed source code since no header files are used. The machine is an
Athlon Thunderbird, although no -march or -mcpu arguments were given. Removing
the bogus function call makes the problem go away.
bmerry@goldfish:~/tmp$ gcc-3.3 -c internal.c
internal.c: In function `main':
internal.c:4: internal compiler error: in ix86_function_arg_boundary, at
config/i386/i386.c:2422
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
int main()
{
int f __attribute__ ((mode(V4SI)));
cheddar(f);
}
--
Summary: Vector extensions cause internal compiler error
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bmerry at cs dot uct dot ac dot za
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14256