public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61804] New: rejects-valid if parenthesized temporary is incremented
@ 2014-07-15  0:25 richard-gccbugzilla at metafoo dot co.uk
  2014-07-16  8:48 ` [Bug c++/61804] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: richard-gccbugzilla at metafoo dot co.uk @ 2014-07-15  0:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61804
           Summary: rejects-valid if parenthesized temporary is
                    incremented
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: richard-gccbugzilla at metafoo dot co.uk

Related to PR56239, GCC rejects valid on this:

  struct T { void operator++(int); };
  void f() { (T())++; }


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

end of thread, other threads:[~2014-07-17  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15  0:25 [Bug c++/61804] New: rejects-valid if parenthesized temporary is incremented richard-gccbugzilla at metafoo dot co.uk
2014-07-16  8:48 ` [Bug c++/61804] " paolo.carlini at oracle dot com
2014-07-17  8:32 ` paolo at gcc dot gnu.org
2014-07-17  8:33 ` paolo.carlini at oracle dot com

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