diff options
author | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-09 02:01:06 +0000 |
---|---|---|
committer | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-09 02:01:06 +0000 |
commit | 32c9de218a413cc6cede9ca61682e0a69b3f2e44 (patch) | |
tree | 77b19f0611ab2226e65c86445c21d58557e5a8ab /gcc/double-int.h | |
parent | 46bedd497ca733ae65b3e585d24456fede88410c (diff) | |
download | gcc-32c9de218a413cc6cede9ca61682e0a69b3f2e44.tar.gz |
Fix PR/46316
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166469 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index c2f74e95e28..6d1555111d3 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -132,6 +132,7 @@ double_int_fits_in_uhwi_p (double_int cst) 2 * HOST_BITS_PER_WIDE_INT bits. */ double_int double_int_mul (double_int, double_int); +double_int double_int_mul_with_sign (double_int, double_int, bool, int *); double_int double_int_add (double_int, double_int); double_int double_int_sub (double_int, double_int); double_int double_int_neg (double_int); |