> > We could add -mflip-micromips complementing -mflip-mips16 and use > > that for testing too. Chances are it'd reveal further issues. > > Looking at how > > -mflip-mips16 has been implemented it does not appear to me adding > > -mflip-micromips would be a lot of effort. > > I'm in favour of adding such a switch since the testsuite doesn't cover > a mixture of MIPS and microMIPS code.
It certainly seems that we need a bit more coverage here in order that we can mostly stick to testing one or two MIPS configurations per commit. We'll have some MIPS machines in the compile farm shortly which may allow us to at least do the full all-config build of the toolchain more easily even if that doesn't extend to testing all the configs. > > Regards, > Robert > > gcc/ > * config/mips/mips.h (micromips_globals): Declare. OK, thanks. Matthew