Broken only on gcc x64 v3/4

Hi everyone I’ve been debugging the opencolorio package for a day or two now and I’ve come up with some findings

  • gcc march=native causes a UB bug causing tests to fail, this only happens on x64 v3 and v4 to my knowledge.
  • clang march=native works flawlessly

besides using clang stdenv instead I wanted to ask how or if its possible to set meta.broken for only gcc on archs that are x64 v3 or v4. I looked at the docs and couldn’t figure out a good way to do it.

Also waiting on gnu bugzilla to create an account for me to report it to them.