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
the array a should be implicitly allocated to have exactly one element, but GCC prints a warning in this case. Similarly, GCC rejects the following code:
structSs;
intmain() {}
and ShivyC should perhaps do the same rather than accepting it silently.
The text was updated successfully, but these errors were encountered:
For example, in the following code
the array
a
should be implicitly allocated to have exactly one element, but GCC prints a warning in this case. Similarly, GCC rejects the following code:and ShivyC should perhaps do the same rather than accepting it silently.
The text was updated successfully, but these errors were encountered: