https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059
--- Comment #22 from Chip Kerchner <chip.kerchner at ibm dot com> --- (In reply to Chip Kerchner from comment #21) - Forgot one line of code > ---------------------- > #pragma GCC target "cpu=power10" > int main() { > float *b; > __vector_quad c; > __builtin_mma_disassemble_acc(b, &c); > return 0; > } > ----------------------