https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116340

            Bug ID: 116340
           Summary: gcc.dg/tree-ssa/abs-4.c is a mess
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: amylaar at gcc dot gnu.org
  Target Milestone: ---

gcc.dg/tree-ssa/abs-4.c mixes single and double precision computations and then
tests for the tallies of scans over all the functions.
That means that we got a combinatorial explosion for targets with no hard float
support,
targets with just single precision hard float support, targets with just double
precision hard float support, and targets with both single and double precision
hard float support.

Reply via email to