diff options
Diffstat (limited to 'gcc/context.c')
-rw-r--r-- | gcc/context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/context.c b/gcc/context.c index 5339e28..9279be4 100644 --- a/gcc/context.c +++ b/gcc/context.c @@ -30,6 +30,8 @@ gcc::context *g; gcc::context::context () { + have_offload = false; + /* The pass manager's constructor uses the dump manager (to set up dumps for the various passes), so the dump manager must be set up before the pass manager. */ |