[Bug c++/13166] [DR136] not implemented

2018-09-19 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13166

Volker Reichelt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Volker Reichelt  ---
Fixed by Paolo's patches for PR59480.

*** This bug has been marked as a duplicate of bug 59480 ***

[Bug c++/13166] [DR136] not implemented

2017-01-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13166

Martin Sebor  changed:

   What|Removed |Added

 CC||msebor at gcc dot gnu.org
  Known to fail||3.3, 4.5.3, 4.8.3, 4.9.3,
   ||5.3.0, 6.3.0, 7.0

--- Comment #8 from Martin Sebor  ---
GCc 7.0 still accepts the small test case from comment #2.  Clang rejects it
with:

t.C:4:13: error: friend declaration specifying a default argument must be a
  definition
friend int compare_unsigned(int if_v_signed = 0);
   ^
1 error generated.

[Bug c++/13166] [DR136] not implemented

2014-01-07 Thread o.freyermuth at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13166

Oliver Freyermuth o.freyermuth at googlemail dot com changed:

   What|Removed |Added

 CC||o.freyermuth at googlemail dot 
com

--- Comment #7 from Oliver Freyermuth o.freyermuth at googlemail dot com ---
I can still see [DR136] not being implemented in gcc version 4.8.2 , as I just
noticed some code not compiling anymore with recent Clang 3.4 which by now
implemented DR136:
http://llvm.org/viewvc/llvm-project?view=revisionrevision=184889 . 
g++ still compiles it fine although DR136 is violated (code in question is e.g.
string.h of commoncpp2-1.8.0 ).


[Bug c++/13166] DR136 not implemented

2005-10-22 Thread lerdsuwa at gcc dot gnu dot org


--- Comment #6 from lerdsuwa at gcc dot gnu dot org  2005-10-22 13:57 
---
Won't work on it for a long while.


-- 

lerdsuwa at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|lerdsuwa at gcc dot gnu dot |unassigned at gcc dot gnu
   |org |dot org
 Status|ASSIGNED|NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13166