gcc/gcc/f
Kaveh R. Ghazi 0816ebdd9b Warning fixes:
* bad.c (ffebad_finish): Change type of variable `c' to unsigned
        char, change type of variable `s' to unsigned char *.
        * com.c (ffecom_symbol_null_): Add missing initializers.
        * fini.c (MAXNAMELEN): Undef it before defining.
        * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
        unsigned char.
        * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
        to (unsigned char).
        * lex.c (ffelex_splice_tokens): Change type of variable `p' to
        unsigned char *.
        (ffelex_token_name_from_names): Cast the argument of
        `ffelex_is_firstnamechar' to (unsigned char).
        (ffelex_token_names_from_names): Likewise.
        (ffelex_token_new_name): Likewise.
        (ffelex_token_new_names): Likewise.
        * malloc.c (malloc_root_): Add missing initializer.
        * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
        (ffestb_else) Likewise.
        (ffestb_else3_) Likewise.
        (ffestb_endxyz) Likewise.
        (ffestb_goto) Likewise.
        (ffestb_let) Likewise.
        (ffestb_varlist) Likewise.
        (ffestb_R522) Likewise.
        (ffestb_R528) Likewise.
        (ffestb_R834) Likewise.
        (ffestb_R835) Likewise.
        (ffestb_R838) Likewise.
        (ffestb_R1102) Likewise.
        (ffestb_blockdata) Likewise.
        (ffestb_R1212) Likewise.
        (ffestb_R810) Likewise.
        (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
        to (unsigned char).
        (ffestb_V014): Change type of variable `p' to unsigned char *.
        (ffestb_dummy) Likewise.
        (ffestb_R524) Likewise.
        (ffestb_R547) Likewise.
        (ffestb_decl_chartype) Likewise.
        (ffestb_decl_dbltype) Likewise.
        (ffestb_decl_gentype) Likewise.
        (ffestb_decl_entsp_2_) Likewise.
        (ffestb_V027) Likewise.
        (ffestb_decl_R539) Likewise.
        * top.c (ffe_decode_option): Mark parameter `argc' with
        ATTRIBUTE_UNUSED.
        * where.c (ffewhere_unknown_line_): Add missing initializers.

From-SVN: r23030
1998-10-12 17:54:46 +00:00
..
ansify.c
assert.j
bad.c Warning fixes: 1998-10-12 17:54:46 +00:00
bad.def
bad.h
bit.c
bit.h
bld-op.def
bld.c
bld.h
bugs0.texi
BUGS
bugs.texi bugs.texi, [...]: Doc updates from Craig. 1998-09-01 03:13:22 -06:00
ChangeLog Warning fixes: 1998-10-12 17:54:46 +00:00
com-rt.def
com.c Warning fixes: 1998-10-12 17:54:46 +00:00
com.h
config-lang.in
config.j
convert.j
data.c
data.h
equiv.c
equiv.h
expr.c
expr.h
fini.c Warning fixes: 1998-10-12 17:54:46 +00:00
flags.j
g77.1 bugs.texi, [...]: Doc updates from Craig. 1998-09-01 03:13:22 -06:00
g77.texi g77.texi: Additions about `/*', trailing comments and cpp. 1998-09-24 08:40:26 +00:00
g77install.texi
g77spec.c
glimits.j
global.c
global.h
hconfig.j
implic.c Warning fixes: 1998-10-12 17:54:46 +00:00
implic.h
info-b.def
info-k.def
info-w.def
info.c
info.h
input.j
install0.texi
INSTALL
intdoc.c
intdoc.in intdoc.in: Minor editorial tweaks. 1998-09-05 10:34:28 +00:00
intdoc.texi
intrin.c Warning fixes: 1998-10-12 17:54:46 +00:00
intrin.def
intrin.h
lab.c
lab.h
lang-options.h lang-options.h: Convert to wrap option and doc string in a new macro invocation... 1998-09-05 10:43:42 +00:00
lang-specs.h
lex.c Warning fixes: 1998-10-12 17:54:46 +00:00
lex.h
Make-lang.in Make-lang.in (f77.install-common): Add missing "else true;". 1998-09-13 04:16:22 +00:00
Makefile.in Makefile.in (fini.o): Don't define USE_HCONFIG here. 1998-09-05 10:26:44 +00:00
malloc.c Warning fixes: 1998-10-12 17:54:46 +00:00
malloc.h
name.c
name.h
news0.texi
NEWS
news.texi * news.texi: Update from Craig. 1998-09-27 21:23:24 -06:00
output.j
parse.c
proj.c
proj.h
README
rtl.j
src.c
src.h
st.c
st.h
sta.c
sta.h
stb.c Warning fixes: 1998-10-12 17:54:46 +00:00
stb.h
stc.c
stc.h
std.c
std.h
ste.c
ste.h
storag.c
storag.h
stp.c
stp.h
str-1t.fin
str-2t.fin
str-fo.fin
str-io.fin
str-nq.fin
str-op.fin
str-ot.fin
str.c
str.h
sts.c
sts.h
stt.c
stt.h
stu.c
stu.h
stv.c
stv.h
stw.c
stw.h
symbol.c
symbol.def
symbol.h
system.j
target.c
target.h
tconfig.j
tm.j
top.c Warning fixes: 1998-10-12 17:54:46 +00:00
top.h
toplev.j
tree.j
type.c
type.h
version.c
version.h
where.c Warning fixes: 1998-10-12 17:54:46 +00:00
where.h

1995-02-15

This directory is the f/ subdirectory, which is designed to
be a subdirectory in a gcc development tree, i.e. named gcc/f/.

Please see gcc/README.g77 for information on the contents of this
directory.