public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101869] New: [9/10/11/12 Regression] &enumclass::enumvalue is rejected
@ 2021-08-12  1:07 pinskia at gcc dot gnu.org
  2021-08-12  1:08 ` [Bug c++/101869] " pinskia at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-12  1:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101869
           Summary: [9/10/11/12 Regression] &enumclass::enumvalue is
                    rejected
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

Take:
enum E { A };
E operator & (E e)
{
  return e;
}
E f(void)
{
    return &E::A;
}

------ CUT ----
This used to work in GCC 4.7.x and stopped working in GCC 4.8.x.  Puting
parentheses around E::A allows it work.

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

end of thread, other threads:[~2023-07-07 10:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  1:07 [Bug c++/101869] New: [9/10/11/12 Regression] &enumclass::enumvalue is rejected pinskia at gcc dot gnu.org
2021-08-12  1:08 ` [Bug c++/101869] " pinskia at gcc dot gnu.org
2021-08-16  8:52 ` rguenth at gcc dot gnu.org
2022-03-30 21:50 ` mpolacek at gcc dot gnu.org
2022-05-27  9:45 ` [Bug c++/101869] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:45 ` jakub at gcc dot gnu.org
2023-03-16 17:14 ` jason at gcc dot gnu.org
2023-03-16 22:10 ` cvs-commit at gcc dot gnu.org
2023-04-18 20:46 ` [Bug c++/101869] [10/11/12 " cvs-commit at gcc dot gnu.org
2023-04-21 20:28 ` [Bug c++/101869] [10/11 " cvs-commit at gcc dot gnu.org
2023-04-22  0:22 ` cvs-commit at gcc dot gnu.org
2023-07-07 10:40 ` [Bug c++/101869] [11 " rguenth 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).