summaryrefslogtreecommitdiff
path: root/gcc/opts-global.c
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-04 23:09:41 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-04 23:09:41 +0000
commit9b11544d9d667cd7e183a57cac5b85f267bd9ee8 (patch)
tree4ed8367e62b4ba4d6028e2ffb5d23560f80d3d52 /gcc/opts-global.c
parentbaa9d1792cb79d0ff7e6502c20d62d606c372f1e (diff)
downloadgcc-9b11544d9d667cd7e183a57cac5b85f267bd9ee8.tar.gz
gcc/ChangeLog:
2014-12-04 Manuel López-Ibáñez <manu@gcc.gnu.org> * diagnostic.c (diagnostic_color_init): New. * diagnostic.h: Declare. * gcc.c (driver::global_initializations): Use it. (driver_handle_option): Handle -fdiagnostics-color_. * toplev.c: Do not include diagnostic-color.h. (process_options): Do not initialize color diagnostics here. * common.opt (fdiagnostics-color=): Add Driver. * opts-global.c (init_options_once): Initialize color here. * opts.c (common_handle_option): Use diagnostics_color_init. * diagnostic-color.h: Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts-global.c')
-rw-r--r--gcc/opts-global.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/opts-global.c b/gcc/opts-global.c
index 80a84f629d2..bb3898e1fe2 100644
--- a/gcc/opts-global.c
+++ b/gcc/opts-global.c
@@ -261,6 +261,11 @@ init_options_once (void)
initial_lang_mask = lang_hooks.option_lang_mask ();
lang_hooks.initialize_diagnostics (global_dc);
+ /* ??? Ideally, we should do this earlier and the FEs will override
+ it if desired (none do it so far). However, the way the FEs
+ construct their pretty-printers means that all previous settings
+ are overriden. */
+ diagnostic_color_init (global_dc);
}
/* Decode command-line options to an array, like