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

            Bug ID: 81731
           Summary: FAIL: gcc.dg/torture/pr78218.c: Call has wrong number
                    of arguments
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

...
ptxas /tmp/cc3yCTB1.o, line 53; error   : Call has wrong number of parameters^M
ptxas fatal   : Ptx assembly aborted due to errors^M
nvptx-as: ptxas returned 255 exit status^M
compiler exited with status 1
output is:
ptxas /tmp/cc3yCTB1.o, line 53; error   : Call has wrong number of parameters^M
ptxas fatal   : Ptx assembly aborted due to errors^M
nvptx-as: ptxas returned 255 exit status^M

FAIL: gcc.dg/torture/pr78218.c   -O0  (test for excess errors)
...

The test-case has call:
...
  check (a);
...
to:
...
void __attribute__((noinline,noclone))
check ()
...

Reply via email to