Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Don't set flag_evaluation_order by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Aug 17, 2015
1 parent b981c30 commit 34d62f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions gcc/d/ChangeLog
Expand Up @@ -2,6 +2,8 @@

* types.cc(TypeVisitor::visit(TypeEnum)): Set ENUM_IS_SCOPED on all
enumeral types.
* d-lang.cc(d_init_options_struct): Remove setting
flag_evaluation_order.

2015-08-10 Iain Buclaw <ibuclaw@gdcproject.org>

Expand Down
3 changes: 0 additions & 3 deletions gcc/d/d-lang.cc
Expand Up @@ -199,9 +199,6 @@ d_init_options_struct(gcc_options *opts)
// Keep in synch with existing -fbounds-check flag.
opts->x_flag_bounds_check = global.params.useArrayBounds;

// Honour left to right code evaluation.
opts->x_flag_evaluation_order = 1;

// D says that signed overflow is precisely defined.
opts->x_flag_wrapv = 1;
}
Expand Down

0 comments on commit 34d62f5

Please sign in to comment.