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
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
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
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
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
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
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
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
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
>
>