Created attachment 43930 [details] C source code The attached C code - when compiled by -Wmissing-braces - can cause compile times of over 100 minutes on gcc trunk. -O2 doesn't seem to be required. -Wmissing-braces seems to want to print out all parts of a very long data structure in the user's source code. Maybe this should be constrained to the first 100 or 1000 elements or so.