Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Conditional expression mixing enum and int types incorrectly rejected #45

Closed
cznic opened this issue Mar 16, 2016 · 0 comments
Closed

Comments

@cznic
Copy link
Owner

cznic commented Mar 16, 2016

enum e { ... } f;
e v = 1 ? f : 0;

is valid C code but is now rejected.

@cznic cznic closed this as completed in 26b5d81 Mar 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant