[Bug c++/95310] [concepts] Unrelated template parameters printed in diagnostic

2020-10-19 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310 --- Comment #4 from Patrick Palka --- (In reply to ensadc from comment #3) > When verifying the fix, I noticed a new bug: Thanks for the heads up. > > > template requires true > using iter_reference_t = decltype(*T{}); > > template > s

[Bug c++/95310] [concepts] Unrelated template parameters printed in diagnostic

2020-10-16 Thread ensadc at mailnesia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310 --- Comment #3 from ensadc at mailnesia dot com --- When verifying the fix, I noticed a new bug: template requires true using iter_reference_t = decltype(*T{}); template struct result { using type = iter_reference_t; }; template conce

[Bug c++/95310] [concepts] Unrelated template parameters printed in diagnostic

2020-10-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310 --- Comment #2 from Jonathan Wakely --- Fixed on trunk by r11-3372-d6587211c02c4e2566c4e545c09757f3fbb7adab

[Bug c++/95310] [concepts] Unrelated template parameters printed in diagnostic

2020-05-27 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95310 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|