You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C/C++ front-ends: report a meaningful error for invalid function definition
The parser happily accepts the syntax shown in the regression test
included, but type checking strictly expects code instead of an
initializer list. Report a proper error message, like GCC does, instead
of failing an invariant.
Test generated using C-Reduce starting from an SV-COMP task.
0 commit comments