[Bug c++/82307] unscoped enum-base incorrect cast

2017-10-24 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/82307] unscoped enum-base incorrect cast

2017-10-24 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 --- Comment #7 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Oct 24 13:49:13 2017 New Revision: 254046 URL: https://gcc.gnu.org/viewcvs?rev=254046&root=gcc&view=rev Log: /cp 2017-10-24 Mukesh Kapoor Paolo Carlini

[Bug c++/82307] unscoped enum-base incorrect cast

2017-10-18 Thread mukesh.kapoor at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 --- Comment #6 from Mukesh Kapoor --- Submitted fix: https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00524.html

[Bug c++/82307] unscoped enum-base incorrect cast

2017-10-11 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|mukesh.kapoo

[Bug c++/82307] unscoped enum-base incorrect cast

2017-10-05 Thread mukesh.kapoor at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 Mukesh Kapoor changed: What|Removed |Added CC||mukesh.kapoor at oracle dot com --- Comm

[Bug c++/82307] unscoped enum-base incorrect cast

2017-09-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 --- Comment #3 from Jonathan Wakely --- The bug status was changed to NEW, that means it's been confirmed as a GCC bug that should be fixed. Richard was noting for other people's benefit that Clang accepts the code.

[Bug c++/82307] unscoped enum-base incorrect cast

2017-09-25 Thread pro100fifa at ukr dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 --- Comment #2 from Maxim --- (In reply to Richard Biener from comment #1) > clang accepts it. Yes, I know. I would like to know if the g++ is deviating from the standard, that nothing is written about it, or will it be fixed?

[Bug c++/82307] unscoped enum-base incorrect cast

2017-09-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Status|UNCONF