Re: [PATCH 07/13] gdb/csky: remove uses of sprintf
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Andrew" == Andrew Burgess <[email protected]> writes: Andrew> to gdbsupport/common-utils.h. This is fine except that gcc is unable to Andrew> track the format literal through the template call, so I think we'd Andrew> actually have to do: It might work if instead the 'buf' argument were a gdb::array_view, which I think can be implicitly constructed from an array. Tom