Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(922)

Issue 4128067: [google] Add new flag -fstrict-enum-precision (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by Diego Novillo
Modified:
13 years, 2 months ago
Reviewers:
simonb, gcc-patches
Visibility:
Public.

Description

This feature has not yet been contributed to trunk. Adding the flag in google/integration to prevent build breakage due to unknown flags. Tested on x86_64. Committed to google/integration. 2011-02-06 Diego Novillo <dnovillo@google.com> * common.opt (fstrict-enum-precision): New placeholder flag. diff --git a/gcc/ChangeLog.google-integration b/gcc/ChangeLog.google-integration index 68694e3..9fe1818 100644 --- a/gcc/ChangeLog.google-integration +++ b/gcc/ChangeLog.google-integration @@ -1,3 +1,8 @@ +2011-02-06 Diego Novillo <dnovillo@google.com> + + * common.opt (fstrict-enum-precision): New placeholder + flag. + 2011-02-02 Diego Novillo <dnovillo@google.com> Mainline merge r169512. diff --git a/gcc/common.opt b/gcc/common.opt index 0a1bf0c..9ed6216 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1990,6 +1990,10 @@ ftree-vrp Common Report Var(flag_tree_vrp) Init(0) Optimization Perform Value Range Propagation on trees +fstrict-enum-precision +Common Report Var(flag_strict_enum_precision) Init(1) Optimization +Perform transformations based on enum precision + funit-at-a-time Common Report Var(flag_unit_at_a_time) Init(1) Optimization Compile whole compilation unit at a time

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M gcc/ChangeLog.google-integration View 1 chunk +5 lines, -0 lines 0 comments Download
M gcc/common.opt View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Diego Novillo
13 years, 3 months ago (2011-02-06 23:57:20 UTC) #1
simonb
13 years, 3 months ago (2011-02-07 12:43:29 UTC) #2
OK
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b