This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/81731] New: FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 05 Aug 2017 11:04:24 +0000
- Subject: [Bug testsuite/81731] New: FAIL: gcc.dg/torture/pr78218.c: Call has wrong number of arguments
- Auto-submitted: auto-generated
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 ()
...