Re: [C++ Patch] Fix four more locations

2019-01-08 Thread Paolo Carlini
Hi, On 08/01/19 11:24, Christophe Lyon wrote: On Mon, 7 Jan 2019 at 18:08, Paolo Carlini wrote: Hi, should be straightforward material. Tested x86_64-linux, as usual. Thanks, Paolo. / Hi, The new g++.dg/diagnostic/thread1.C passes on aarch64, but fails on arm: FAIL: g

Re: [C++ Patch] Fix four more locations

2019-01-08 Thread Christophe Lyon
On Mon, 7 Jan 2019 at 18:08, Paolo Carlini wrote: > > Hi, > > should be straightforward material. Tested x86_64-linux, as usual. > > Thanks, Paolo. > > / > Hi, The new g++.dg/diagnostic/thread1.C passes on aarch64, but fails on arm: FAIL: g++.dg/diagnostic/thread1.C -std=c++

Re: [C++ Patch] Fix four more locations

2019-01-07 Thread Jason Merrill
OK. Jason

[C++ Patch] Fix four more locations

2019-01-07 Thread Paolo Carlini
Hi, should be straightforward material. Tested x86_64-linux, as usual. Thanks, Paolo. / /cp 2019-01-07 Paolo Carlini * decl.c (start_decl): Improve two error_at locations. (expand_static_init): Likewise. /testsuite 2019-01-07 Paolo Carlini *