Re: [C++ PATCH] P0003R5 - removal of dynamic exception specification from C++17

2016-12-07 Thread Jason Merrill
On Wed, Dec 7, 2016 at 2:00 PM, Jakub Jelinek wrote: > I think throw() is still so commonly used that emitting deprecation warning > for it is undesirable (in any mode). Agreed. > + location_t loc = token->location; > >/* Consume the `throw'. */ >cp_lexer_consume_token (parser->lexer);

Re: [PATCH] PR fortran/65173 -- kill off old_cl_list from gfc_namespace.

2016-12-07 Thread Paul Richard Thomas
Hi Steve, "Accidence" == state of fixing non-deterministic ICEs? :-) OK for trunk. Thanks for dealing with this kind of dead wood. Cheers Paul On 8 December 2016 at 06:10, Steve Kargl wrote: > On Wed, Dec 07, 2016 at 08:51:11PM -0800, Steve Kargl wrote: >> On Wed, Dec 07, 2016 at 07:55:01PM

<    1   2