Re: [PATCH] doc: Remove claim about ISO C

2019-11-21 Thread Harald van Dijk
On 21/11/2019 22:15, Joseph Myers wrote: On Thu, 21 Nov 2019, Harald van Dijk wrote: Hi, The patch to make -fcommon the default introduces a bogus claim into the GCC documentation. I already raised this issue on the patch itself, where it was unfortunately ignored. Please find attached a

[PATCH] doc: Remove claim about ISO C

2019-11-21 Thread Harald van Dijk
would violate, both -fcommon and -fno-common are fully compatible with all versions of ISO C. Cheers, Harald van Dijk * doc/invoke.texi (-fcommon): Remove claim about ISO C. --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14141,9 +14141,9 @@ than one compilation unit. The

Re: [PATCH] PR85678: Change default to -fno-common

2019-10-26 Thread Harald van Dijk
many targets implies a speed and code size penalty on global variable +references. It is mainly useful to enable legacy code to link without errors. ...can this inaccurate characterization be left out of the documentation? Cheers, Harald van Dijk

[C++ PATCH, PING^3] PR60531 - Wrong error about unresolved overloaded function

2019-05-31 Thread Harald van Dijk
another ping On 12/05/2019 17:57, Harald van Dijk wrote: ping again On 26/04/2019 19:58, Harald van Dijk wrote: ping On 13/04/2019 10:01, Harald van Dijk wrote: Hi, For PR60531, GCC wrongly rejects function templates with explicitly specified template arguments as overloaded. They are

Re: [C++ PATCH, PING^2] PR60531 - Wrong error about unresolved overloaded function

2019-05-12 Thread Harald van Dijk
ping again On 26/04/2019 19:58, Harald van Dijk wrote: ping On 13/04/2019 10:01, Harald van Dijk wrote: Hi, For PR60531, GCC wrongly rejects function templates with explicitly specified template arguments as overloaded. They are resolved by resolve_nondeduced_context, which is normally

[C++ PATCH, PING] PR60531 - Wrong error about unresolved overloaded function

2019-04-26 Thread Harald van Dijk
ping On 13/04/2019 10:01, Harald van Dijk wrote: Hi, For PR60531, GCC wrongly rejects function templates with explicitly specified template arguments as overloaded. They are resolved by resolve_nondeduced_context, which is normally called by cp_default_conversion through decay_conversion, but

[C++ PATCH] PR60531 - Wrong error about unresolved overloaded function

2019-04-13 Thread Harald van Dijk
copyright disclaimer or copyright assignment; says that is not necessary for small changes, which I trust this is. If it is needed after all, please let me know what specifically will be required. Cheers, Harald van Dijk PR c++/60531 * typeck.c (cp_build_binary_op): See if overload can

[PATCH, RFC] Make generic functions work with 'auto' return types (PR64969)

2015-02-20 Thread Harald van Dijk
opyright disclaimer for this change should not be a problem. Who should I contact about that? Cheers, Harald van Dijk gcc/cp/ PR 64969 * cp-tree.h (tsubst_flags): Add tf_auto. * pt.c (make_auto_1): Encode auto with a level of 0. (tsu

Re: r201440 - in /branches/gcc-4_8-branch: gcc/Chan...

2014-04-11 Thread Harald van Dijk
ssage. Cheers, Harald van Dijk On 02/08/13 17:41, kreb...@gcc.gnu.org wrote: > Author: krebbel > Date: Fri Aug 2 15:41:10 2013 > New Revision: 201440 > > URL: http://gcc.gnu.org/viewcvs?rev=201440&root=gcc&view=rev > Log: > 2013-08-02 Andreas Krebbel > >