Re: C++ PATCH to -Wunused with C++17 structured bindings

2017-05-23 Thread Jakub Jelinek
On Tue, May 23, 2017 at 09:45:10PM -0400, Jason Merrill wrote: > Someone on IRC complained that there was no way to suppress -Wunused > on structured bindings. It seemed to me that the way the feature > works, we shouldn't warn about the bindings individually; users need > to give each of the subo

Re: [PATCH] Fix a SPARC -mcbcond compare-and-branch out of range failure.

2017-05-23 Thread Eric Botcazou
> The compare-and-branch distance was calculated incorrectly. This occurred > because a -mflat sibcall returned an instruction count of 2 instead of 3. > Fix sparc.md to match the output_sibcall() code in sparc.c. > > * config/sparc/sparc.md: Set the number of instructions correctly >

<    1   2