This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/85182] _Static_assert is less than useful in a static inline


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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
This is how static assertions are defined in C11, not a bug in GCC: it's a 
constraint violation if the constant expression compares equal to 0, 
regardless of the context in which the declaration appears (thus, a 
constraint violation in a function that is never called, for example).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]