public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* ostream operator<< for volatile void *
@ 2021-04-16  0:34 NightStrike
  2021-04-16  6:59 ` Jonathan Wakely
  0 siblings, 1 reply; 6+ messages in thread
From: NightStrike @ 2021-04-16  0:34 UTC (permalink / raw)
  To: gcc-help

Currently, printing a "void *" works fine, and printing a "volatile
void *" fails with a very unclear error.  This appears to be due to
the nonexistence of a function that can handle a volatile pointer.
While I am guessing that it is not covered by the standard, would GCC
folks consider having a GCC extension that can properly print it?

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

end of thread, other threads:[~2021-04-23 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  0:34 ostream operator<< for volatile void * NightStrike
2021-04-16  6:59 ` Jonathan Wakely
2021-04-16  7:40   ` NightStrike
2021-04-16  7:42     ` Jonathan Wakely
2021-04-16  8:07     ` Marc Glisse
2021-04-23 16:04       ` Jonathan Wakely

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).