On Sat, 24 Aug 2013, niXman wrote:
I regularly build trunk for MinGW, but this error I see for the first time.
[...]
{standard input}: Assembler messages: {standard input}:76: Error: bad register name `%xmm31' {standard input}:77: Error: invalid register for .seh_savexmm
If this appeared very recently, it is likely related to the AVX512 merge. I wouldn't expect such asm to be produced without -mavx512, maybe a bad interaction with mingw-specific code?
-- Marc Glisse