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

            Bug ID: 82415
           Summary: FAIL: gcc.target/i386/naked-1.c scan-assembler-not ret
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

The test fails because the assembler file contains a reference to a source
file:
...
# 10
"/home/vries/gcc_versions/data/test-vries/goacc-reduction-gimple-pretty-print/with/src/gcc/testsuite/gcc.target/i386/naked-1.c"
1
...
which happens to have 'ret' in it (in -pretty-).

Reply via email to