Skip to content

Narrow compiler/options for skipping testcornerstoragerefwrap

Jö Fahlke requested to merge narrow-testskip-to-bad-config into master

We now only skip if

  • The compiler is gcc 8.2.*
  • The compile options include -ftree-loop-vectorize (possibly implicitly due to -O3)

We also complain loudly during cmake configure run, as this issue might miscompile other code than just the test.

Closes: #19 (closed), #21 (closed)

Edited by Jö Fahlke

Merge request reports