On 6/1/23 01:24, Thomas Schwinge wrote:
But probably more importantly, this problem seems to not be triggering on all
multilib targets. For example, I just examined my tester's build logs and
couldn't see this on the H8/300 or V850 ports. Which begs the question, why?
..., which may be the case for those, too? In other words: the problem
only shows up if '-march=[...]' appears in the flags, which indeed may
not be a common thing? I'll cross-verify this with x86_64 and
'-march=[...]' flags.
Correct. Those do not use -march. They have distinct flags for turning
on sub-variants. So for example on the H8 -ms turns on H8/S code
generation, -msx turns on H8/S, etc. V850 has different options, but
follows the same basic principle.
Jeff