public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/111471] New: Incorrect NTTP printing in the error messages
@ 2023-09-19  7:33 mateusz.pusz at gmail dot com
  2023-09-19 16:17 ` [Bug c++/111471] " ppalka at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mateusz.pusz at gmail dot com @ 2023-09-19  7:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111471

            Bug ID: 111471
           Summary: Incorrect NTTP printing in the error messages
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mateusz.pusz at gmail dot com
  Target Milestone: ---

Please see the following example https://godbolt.org/z/qajTKdnGq:

There are many similar issues:

```
required for the satisfaction of 'ReferenceOf<typename
std::remove_const<decltype (Q::reference)>::type, V>' [with Q =
mp_units::quantity<{}, double>; V = _ZTAXtlN8mp_units3isq5speedEEE]
```

The `{}` part above does not help at all and should print the actual type of
the NTTP somewhere. `_ZTAXtlN8mp_units3isq5speedEEE` should be properly
demangled. 

```
note: the expression 'implicitly_convertible({}, QS) [with T =
mp_units::kind_of_<{}>; QS = _ZTAXtlN8mp_units3isq5speedEEE]' evaluated to
'false'
```

Again, lack of demangling and mysterious `{}`.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-21  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19  7:33 [Bug c++/111471] New: Incorrect NTTP printing in the error messages mateusz.pusz at gmail dot com
2023-09-19 16:17 ` [Bug c++/111471] " ppalka at gcc dot gnu.org
2023-09-20 16:11 ` cvs-commit at gcc dot gnu.org
2023-09-22 10:32 ` cvs-commit at gcc dot gnu.org
2024-05-21  9:17 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).