Commit bfe12bab by Craig Burley Committed by Dave Love

on Mar 23 21:20:35 1998 Craig Burley <burley@gnu.org>

on Mar 23 21:20:35 1998  Craig Burley  <burley@gnu.org>
* version.c: Reduce to a one-line file, like
gcc's version.c, since there's really no content
there.

From-SVN: r19871
parent 583302e4
1998-05-18 Craig Burley <burley@gnu.org> Wed May 13 13:05:34 1998 Craig Burley <burley@gnu.org>
* Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o, * Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o,
and g77version.o. and g77version.o.
...@@ -6,28 +6,30 @@ ...@@ -6,28 +6,30 @@
and g77version.o. and g77version.o.
(f77.distclean): Delete removal of g77.c. (f77.distclean): Delete removal of g77.c.
1998-05-18 Craig Burley <burley@gnu.org> Fri May 15 10:52:49 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_): * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
Be even more persnickety in checking for internal bugs. Be even more persnickety in checking for internal bugs.
Also, if precision isn't changing, just return the expr. Also, if precision isn't changing, just return the expr.
(ffecom_expr_): Add ltkt variable for clarity.
* expr.c Use ffestrOther in place of ffeexprDotdot_. * expr.c (ffeexpr_token_number_): Call
(ffeexpr_token_number_): Call
ffeexpr_make_float_const_ to make an integer. ffeexpr_make_float_const_ to make an integer.
(ffeexpr_make_float_const_): Handle making an integer. (ffeexpr_make_float_const_): Handle making an integer.
* intrin.c (ffeintrin_init_0): Distinguish between * intrin.c (ffeintrin_init_0): Distinguish between
crashes on bad arg base and kind types. crashes on bad arg base and kind types.
* Makefile.in (f/expr.c): Now depends on f/stamp-str. Thu May 14 13:30:59 1998 Craig Burley <burley@gnu.org>
* Make-lang.in (f/expr.c): Now depends on f/stamp-str.
* expr.c: Use ffestrOther in place of ffeexprDotdot_.
* str-ot.fin: Add more keywords for expr.c. * str-ot.fin: Add more keywords for expr.c.
* intdoc.c (dumpimp): Trivial fix. * intdoc.c (dumpimp): Trivial fix.
* stb.c (ffestb_R100110_): Fix an assertion. * com.c (ffecom_expr_): Add ltkt variable for clarity.
Tue Apr 28 09:23:10 1998 Craig Burley <burley@gnu.org> Tue Apr 28 09:23:10 1998 Craig Burley <burley@gnu.org>
Fix 980427-0.f: Fix 980427-0.f:
...@@ -57,6 +59,12 @@ Tue Apr 14 14:19:34 1998 Craig Burley <burley@gnu.org> ...@@ -57,6 +59,12 @@ Tue Apr 14 14:19:34 1998 Craig Burley <burley@gnu.org>
* sta.c (ffesta_second_): Check for CASE DEFAULT * sta.c (ffesta_second_): Check for CASE DEFAULT
as well as CASE, or it won't be recognized. as well as CASE, or it won't be recognized.
Mon Mar 23 21:20:35 1998 Craig Burley <burley@gnu.org>
* version.c: Reduce to a one-line file, like
gcc's version.c, since there's really no content
there.
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org> Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
* bugs.texi: Various updates. * bugs.texi: Various updates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment