[Bug c++/96193] No ADL in dependent call with explicit template arguments

2021-08-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96193 Jonathan Wakely changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRM

[Bug c++/96193] No ADL in dependent call with explicit template arguments

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96193 --- Comment #5 from Andrew Pinski --- (In reply to Johel Ernesto Guerrero Peña from comment #4) > It actually fails for dependent calls. See https://godbolt.org/z/E64Pbb. This seems to have been fixed in GCC 11+.

[Bug c++/96193] No ADL in dependent call with explicit template arguments

2020-07-24 Thread johelegp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96193 Johel Ernesto Guerrero Peña changed: What|Removed |Added URL||https://godbolt.org/z/E64Pb