diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-10 12:54:06 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-10 12:54:06 +0000 |
commit | 8ce9ff04a8e8f69db85dd6a43169a3c7e70ad32e (patch) | |
tree | 574266e87213ad1f62856efd2c2d5ac9b058752c /gcc/config/rs6000/rs6000.opt | |
parent | 35696e9208d67c92c938fdc6e07cd3d204a8785d (diff) | |
download | gcc-8ce9ff04a8e8f69db85dd6a43169a3c7e70ad32e.tar.gz |
Fix signed/unsigned warning; Make some mask types HOST_WIDE_INT; Add more debugging with -mdebug=reg
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rs6000.opt')
-rw-r--r-- | gcc/config/rs6000/rs6000.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 878b0fb4777..58b7694382c 100644 --- a/gcc/config/rs6000/rs6000.opt +++ b/gcc/config/rs6000/rs6000.opt @@ -80,7 +80,7 @@ unsigned int rs6000_recip_control ;; Mask of what builtin functions are allowed TargetVariable -unsigned int rs6000_builtin_mask +HOST_WIDE_INT rs6000_builtin_mask ;; Debug flags TargetVariable |