[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2023-09-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #16 from Jonathan Wakely --- The std::format case looks like this: namespace x { inline namespace v { namespace detail { template struct bar; } template auto make(Arg); template class detail::bar

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2023-09-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2021-12-13 00:00:00 |2023-9-12 --- Comment #15 from

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2022-08-26 Thread herring at lanl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 S. Davis Herring changed: What|Removed |Added CC||herring at lanl dot gov --- Comment

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2018-11-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #13 from Jonathan Wakely --- No. I added workarounds to libstdc++ but the compiler bug is still present, nothing changed.

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #11 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:42:06 2016 New Revision: 240720 URL: https://gcc.gnu.org/viewcvs?rev=240720=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:36:22 2016 New Revision: 240719 URL: https://gcc.gnu.org/viewcvs?rev=240719=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Oct 3 14:35:28 2016 New Revision: 240714 URL: https://gcc.gnu.org/viewcvs?rev=240714=gcc=rev Log: Fix libstdc++ versioned namespace build PR libstdc++/68323 PR

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #8 from Jonathan Wakely --- I'm going to commit a workaround in so I don't do this again. --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -62,6 +62,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2013-11-22 00:00:00 |2016-9-30 --- Comment #7 from

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2015-06-01 Thread ge...@schorsch-tech.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #6 from ge...@schorsch-tech.de --- ups ... wrong bug .. please delete that submitted patch

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2015-06-01 Thread ge...@schorsch-tech.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 ge...@schorsch-tech.de changed: What|Removed |Added CC||ge...@schorsch-tech.de ---

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2015-03-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2015-03-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2015-03-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2013-11-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace

2013-11-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- It only affects --enable-symvers=gnu-versioned-namespace not the default config, but it makes regex unusable. We can work around it if needed by moving __regex_algo_impl out of the