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

Nathan Ridge <zeratul976 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeratul976 at hotmail dot com

--- Comment #6 from Nathan Ridge <zeratul976 at hotmail dot com> ---
Here is another test case that MSVC accepts but GCC rejects:

struct A {};
struct A* b = (1 == 1) ? new struct A : new struct A;

Reply via email to