------- Comment #2 from hjl dot tools at gmail dot com  2009-04-28 14:03 -------
For gcc, I got

/export/gnu/import/svn/gcc-test/usr/bin/gcc  -DSPEC_CPU2000_LP64
-Dalloca=_alloca         -ffast-math -O3 -ffast-math -funroll-loops 
-Dalloca=_alloca toplev.c -S
...
toplev.c: In function ‘main’:
toplev.c:3300: error: type mismatch in pointer plus expression
char *

char *

char *

vect_var_.1998_970 = vect_var_.1997_968 + vect_cst_.1999_969;

toplev.c:3300: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

For mesa,

 /export/gnu/import/svn/gcc-test/usr/bin/gcc  -DSPEC_CPU2000_LP64 fog.c      
-ffast-math -O3 -ffast-math -funroll-loops
fog.c: In function ‘gl_fog_index_pixels’:
fog.c:333: error: invalid conversion in gimple call
vector unsigned int

vector int

vect_var_.167_404 = __builtin_ia32_cvttps2dq (vect_var_.166_402);

fog.c:333: error: invalid conversion in gimple call
vector unsigned int

vector int

vect_var_.167_405 = __builtin_ia32_cvttps2dq (vect_var_.166_403);

fog.c:333: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

For perlbmk,

/export/gnu/import/svn/gcc-test/usr/bin/gcc  -DSPEC_CPU2000_LP64 
-DSPEC_CPU2000_LINUX_I386 -DSPEC_CPU2000_NEED_BOOL -DSPEC_CPU2000_GLIBC22      
 -ffast-math -O3 -ffast-math -funroll-loops  sv.c -S
sv.c: In function ‘Perl_sv_upgrade’:
sv.c:656: error: type mismatch in pointer plus expression
IV *

IV *

IV *

vect_vec_iv_.1212_799 = vect_vec_iv_.1212_798 + vect_cst_.1211_797;

sv.c:656: error: type mismatch in pointer plus expression
IV *

IV *

IV *

vect_var_.1213_801 = vect_vec_iv_.1212_798 + vect_cst_.1214_800;

sv.c:656: error: type mismatch in pointer plus expression
double *

double *

double *

vect_vec_iv_.1237_862 = vect_vec_iv_.1237_861 + vect_cst_.1236_860;

sv.c:656: error: type mismatch in pointer plus expression
double *

double *

double *

vect_var_.1238_864 = vect_vec_iv_.1237_861 + vect_cst_.1239_863;

sv.c:656: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39943

Reply via email to