From 5e3f4df7feb38b41060ace60ed7701d9fec9d603 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Wed, 6 Feb 2002 22:49:42 +0100 Subject: PR fortran/4730 fortran/5473 2002-02-06 Toon Moene PR fortran/4730 fortran/5473 * com.c (ffecom_expr_): Deal with %VAL constructs. * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics, to indicate "no larger than default kind" integers and logicals. * intrin.def: Use 'N' constraints in table of intrinsics. * intdoc.c: Document this constraint. * intdoc.texi: Regenerated. From-SVN: r49554 --- gcc/f/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gcc/f/ChangeLog') diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index d386e1d1fa7..a2214e54c44 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,13 @@ +2002-02-06 Toon Moene + + PR fortran/4730 fortran/5473 + * com.c (ffecom_expr_): Deal with %VAL constructs. + * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics, + to indicate "no larger than default kind" integers and logicals. + * intrin.def: Use 'N' constraints in table of intrinsics. + * intdoc.c: Document this constraint. + * intdoc.texi: Regenerated. + 2002-02-04 Philipp Thomas * implic.c lex.c stb.c ste.c stu.c: Update copyright dates. -- cgit v1.2.1