https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69282

--- Comment #1 from Jim Wilson <wilson at gcc dot gnu.org> ---
With an aarch64-linux-gnu cross compiler:

palantir:2654$ ./xgcc -B./ -O3 -S tmp.c
tmp.c: In function 'fn1':
tmp.c:3:5: error: incorrect type of vector CONSTRUCTOR elements
 int fn1(void) {
     ^~~

{_38, _110, _108, _106}

vect_c_1.14_113 = {_38, _110, _108, _106};
tmp.c:3:5: internal compiler error: verify_gimple failed
0xb05349 verify_gimple_in_cfg(function*, bool)
        ../../gcc-svn/gcc/tree-cfg.c:5120
0x9fad9a execute_function_todo
        ../../gcc-svn/gcc/passes.c:1958
0x9fb70b execute_todo
        ../../gcc-svn/gcc/passes.c:2010
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
palantir:2655$

Reply via email to