Re: [PATCH, alpha] PR target/85095

2018-06-17 Thread coypu
Ping. Anything else to do for this? Thanks.

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-17 Thread Christophe Lyon
On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) wrote: > > On 15/06/18 15:30, Christophe Lyon wrote: > > Hello, > > > > As suggested in [1], the attached patch removes all definitions and > > uses of __ARM_ARCH__ and uses __ARM_ARCH instead. The later is indeed > > defined by the

Re: RFC: What should go in our header?

2018-06-17 Thread Ed Smith-Rowland
On 06/15/2018 11:52 AM, Jonathan Wakely wrote: C++20 adds a header, which should define all the library feature test macros, as well as implementation-specific macros like _GLIBCXX_RELEASE and __GLIBCXX__. We should decide whether to implement by simply including and then adding the feature

Re: [patch] Streamline debug info for up-level references

2018-06-17 Thread Eric Botcazou
> Looks good to me. Rather than removing dwarf2/pr37726.c can you try > turning that into a guality test that verifies the debug experience is the > same (or better) than before? I realize guality stuff is fragile but you > can restrict it to -O0 if you like (not sure if dg-skip-if supports