public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/89025] Wrong point of declaration for enumeration names
       [not found] <bug-89025-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-13 20:42 ` mpolacek at gcc dot gnu.org
  2020-04-13 20:46 ` mpolacek at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-04-13 20:42 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
This is tricky; we can't just move the start_enum code in
cp_parser_enum_specifier before parsing the enum-base, because at that point we
don't have the underlying type yet.

None of the other compilers I've tried implement seem to implement this.

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

* [Bug c++/89025] Wrong point of declaration for enumeration names
       [not found] <bug-89025-4@http.gcc.gnu.org/bugzilla/>
  2020-04-13 20:42 ` [Bug c++/89025] Wrong point of declaration for enumeration names mpolacek at gcc dot gnu.org
@ 2020-04-13 20:46 ` mpolacek at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-04-13 20:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
(In reply to Marek Polacek from comment #1)
> None of the other compilers I've tried implement seem to implement this.

s/implement//

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

end of thread, other threads:[~2020-04-13 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-89025-4@http.gcc.gnu.org/bugzilla/>
2020-04-13 20:42 ` [Bug c++/89025] Wrong point of declaration for enumeration names mpolacek at gcc dot gnu.org
2020-04-13 20:46 ` mpolacek 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).