diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-16 23:28:53 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-16 23:28:53 +0000 |
commit | 50fdec8e112503dc288429fdc9f48b0eec4d0fdc (patch) | |
tree | b6d5462bb15d8ef972a530c2ef5338536d491764 /gcc/simplify-rtx.c | |
parent | fc12de4e4c627ee72e517583d87cf83876c768e4 (diff) | |
download | gcc-50fdec8e112503dc288429fdc9f48b0eec4d0fdc.tar.gz |
fixed regressions in vrx test cases
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@206689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 5acc8b5035f..f7d3e79a28a 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -5396,7 +5396,7 @@ simplify_immed_subreg (enum machine_mode outermode, rtx op, case MODE_DECIMAL_FLOAT: { REAL_VALUE_TYPE r; - long tmp[MAX_BITSIZE_MODE_ANY_INT / 32]; + long tmp[MAX_BITSIZE_MODE_ANY_MODE / 32]; /* real_from_target wants its input in words affected by FLOAT_WORDS_BIG_ENDIAN. However, we ignore this, |