This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/81731] New: FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments


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 ()
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]