Re: [PATCH 16/19] RISC-V: improve a subset parsing diagnostic

Project / Subsystem

binutils / risc-v

Date

2026-04-29

Proposer

Jiawei <jiawei@iscas.ac.cn>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • None apparent; this is a straightforward improvement.

All attributes

project
binutils
subsystem
risc-v
patch_id
discussion_id
76727875-c183-4970-9979-3dce38c928fc@iscas.ac.cn
source_type
public_inbox
title
Re: [PATCH 16/19] RISC-V: improve a subset parsing diagnostic
headline
RISC-V: improve a subset parsing diagnostic
tldr
Improves an error message in RISC-V subset parsing to include the specific invalid extension.
proposer
Jiawei <jiawei@iscas.ac.cn>
consensus
Proposed
outcome
ready
sentiment_score
technical_tradeoffs
  • None apparent; this is a straightforward improvement.
series_id
binutils:risc-v: improve a subset parsing diagnostic
series_role
reply
series_parts
[]
tags
  • binutils
  • risc-v
  • subset parsing
  • error message
  • diagnostics
bugzilla_url
date
2026-04-29T00:00:00.000Z

Re: [PATCH 16/19] RISC-V: improve a subset parsing diagnostic

This patch enhances an error message in the RISC-V subset parsing code to include the specific invalid ISA extension that caused the error. This makes it easier for users to identify and correct problems in their assembler code. The improved diagnostic now reports the specific item along with the full argument.