[PATCH] [C] fix for ICE with -g

Joseph Myers joseph@codesourcery.com
Wed Oct 28 17:23:00 GMT 2015


I believe we now prefer to declare variables at the point of first use, so

  tree var_type = build_qualified_type (type, type_quals);

instead of a declaration at the top of the function.  OK with that change.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list