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

Heinrich Schuchardt <xypron.glpk at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xypron.glpk at gmx dot de

--- Comment #1 from Heinrich Schuchardt <xypron.glpk at gmx dot de> ---
gcc/config/riscv/riscv-ext.def contains the list of known extensions and their
versions. 

If extension versions are provided, they should be checked against this list.
If no version is provided, the default version should be appended automatically
to the extension.
GCC should respect the required behavior of the requested version of the
extension.

Reply via email to