from config/nios2/nios2.c: error ("`custom-%s=' argument requires " "numeric digits", N2FPU_NAME (code)); "numeric digits" sounds like a taugology to me. The diagnostic should be reworded. While doing that, the quotes should be replaced with %< and %>, like in the other diagnostics in that file.
Author: sandra Date: Sat Oct 27 21:34:43 2018 New Revision: 265561 URL: https://gcc.gnu.org/viewcvs?rev=265561&root=gcc&view=rev Log: 2018-10-27 Sandra Loosemore <sandra@codesourcery.com> PR target/80024 gcc/ * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Fix error message. Modified: trunk/gcc/ChangeLog trunk/gcc/config/nios2/nios2.c
Fixed on mainline now.