[Bug c/27578] ICE during build of libstdc++-v3

2006-05-12 Thread edmar at freescale dot com
--- Comment #1 from edmar at freescale dot com 2006-05-12 18:42 --- Created an attachment (id=11449) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11449&action=view) File generated with --save-temps This is the .ii file that causes ICE. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c++/27578] ICE during build of libstdc++-v3

2006-05-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-12 18:52 --- I can also reproduce this on a cross compiler to powerpc-linux-gnu. and it is a front-end issue. Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27578] ICE during build of libstdc++-v3

2006-05-12 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-12 18:59 --- extern ssize_t readv (int __fd, __const struct iovec *__attribute__((altivec(vector__))), int __count); That is invalid code. Hmm, I wonder if someone uses __vector somewhere. -- pinskia at gcc dot gnu dot org