Re: Adjust -fdump-ada-spec to C++14 switch (2)

2015-07-10 Thread Eric Botcazou
> We need to skip the constexpr default constructors. That's actually not sufficient so I have installed the attached patch instead. Tested on x86_64-suse-linux, applied on the mainline as obvious. 2015-07-10 Eric Botcazou c-family/ * c-ada-spec.h (cpp_operation): Revert latest chan

Adjust -fdump-ada-spec to C++14 switch (2)

2015-07-08 Thread Eric Botcazou
We need to skip the constexpr default constructors. Tested on x86_64-suse-linux, applied on the mainline as obvious. 2015-07-08 Eric Botcazou c-family/ * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR. * c-ada-spec.c (print_ada_declaration): Skip constexpr constructors. cp/

Adjust -fdump-ada-spec to C++14 switch

2015-07-07 Thread Eric Botcazou
The Ada side doesn't know what to do with the move constructors of C++11 so the attached patch makes -fdump-ada-spec skip them. Tested on x86_64-suse-linux, applied on the mainline as obvious. 2015-07-07 Eric Botcazou c-family/ * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR