Re: [PATCH v1 07/16] Add version of make_attribute supporting string_slice.

2025-02-03 Thread Richard Sandiford
Alfie Richards writes: > gcc/ChangeLog: > > * attribs.cc (make_attribute): New function overload. > * attribs.h (make_attribute): New function overload. > --- > gcc/attribs.cc | 19 ++- > gcc/attribs.h | 1 + > 2 files changed, 19 insertions(+), 1 deletion(-) > > dif

[PATCH v1 07/16] Add version of make_attribute supporting string_slice.

2025-02-03 Thread Alfie Richards
gcc/ChangeLog: * attribs.cc (make_attribute): New function overload. * attribs.h (make_attribute): New function overload. --- gcc/attribs.cc | 19 ++- gcc/attribs.h | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/gcc/attribs.cc b/gcc/attrib