My favorite GCC C extensions
Don't run C code in situations where it would be bad if you got hacked.
Use Rust instead.
That being said, I like these features, I enjoy writing C with them.
Nested functions
VLAs in structures
The cleanup attribute
Compound literals
Admittedly I haven't actually used this one yet, but
-fplan9-extensions