aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2006-06-23 21:17:53 +0000
committerJanis Johnson <janis@gcc.gnu.org>2006-06-23 21:17:53 +0000
commit5fc89bfdd7468927e0b3d5aabd5b73af60d9cebe (patch)
tree37c4db6e4704c909e6788fed55acb58ba4c4c1a2 /gcc/ChangeLog
parent17bbca74807b33cbebdea7761536468e147cf197 (diff)
downloadgcc-5fc89bfdd7468927e0b3d5aabd5b73af60d9cebe.zip
gcc-5fc89bfdd7468927e0b3d5aabd5b73af60d9cebe.tar.gz
gcc-5fc89bfdd7468927e0b3d5aabd5b73af60d9cebe.tar.bz2
tree.h (DECIMAL_FLOAT_TYPE_P): New.
* tree.h (DECIMAL_FLOAT_TYPE_P): New. * c-typeck.c (c_common_type): Disallow operations on decimal float types and other float types. * convert.c (convert_to_real): Don't ignore conversions involving decimal float types. testsuite: * gcc.dg/dfp/usual-arith-conv-bad.c: New test. From-SVN: r114951
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 508ee05..e6b2d20 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-23 Janis Johnson <janis187@us.ibm.com>
+
+ * tree.h (DECIMAL_FLOAT_TYPE_P): New.
+ * c-typeck.c (c_common_type): Disallow operations on decimal float
+ types and other float types.
+ * convert.c (convert_to_real): Don't ignore conversions involving
+ decimal float types.
+
2006-06-23 Olivier Hainque <hainque@adacore.com>
* tree.c (max_int_size_in_bytes): New function, inspired from