diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 8eb090c..1552448 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -34,6 +34,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "diagnostic.h" #include "c-pretty-print.h" #include "c-objc-common.h" +#include "c-pragma.h" enum c_language_kind c_language = clk_c; @@ -88,6 +89,7 @@ const char *const tree_code_name[] = { void finish_file (void) { + maybe_apply_pending_pragma_weaks (); } #include "gtype-c.h" |