[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1032118: marked as done (riscv64: error: too few arguments to function 'long unsigned int __riscv_vsetvlmax_e8mf8(void)')



Your message dated Sun, 3 Dec 2023 11:46:14 +0100
with message-id <47b2fd31-a79b-46af-b169-9b5e5cd14d39@debian.org>
and subject line fixed in recent uploads
has caused the Debian Bug report #1032118,
regarding riscv64: error: too few arguments to function 'long unsigned int __riscv_vsetvlmax_e8mf8(void)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1032118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032118
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-snapshot

riscv64 intrisincs are currently broken.

% cat t.c
#include <riscv_vector.h>

int main()
{
   size_t vl = __riscv_vsetvlmax_e8mf8();
   return vl;
}

Gives:

g++  -march=rv64gcv1p0   t.c
t.c: In function 'int main()':
t.c:5:39: error: too few arguments to function 'long unsigned int
__riscv_vsetvlmax_e8mf8(void)'
    5 |    size_t vl = __riscv_vsetvlmax_e8mf8();
      |                ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from t.c:1:
/usr/lib/gcc-snapshot/lib/gcc/riscv64-linux-gnu/13/include/riscv_vector.h:94:25:
note: declared here
   94 | #pragma riscv intrinsic "vector"
      |                         ^~~~~~~~

--- End Message ---
--- Begin Message ---
fixed in recent uploads

--- End Message ---

Reply to: