https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99657
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Created attachment 51751 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51751&action=edit Patch which fixes the C side of things This is the start of the patch which will fix this. It fixes C front-end. The C++ front-end I have to audit all uses of verify_type_context to add the auto storage part. Also I still need to make sure argument passing is also rejected too.