mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 01:49:17 +08:00
0816ebdd9b
* 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 |
||
---|---|---|
.. | ||
ansify.c | ||
assert.j | ||
bad.c | ||
bad.def | ||
bad.h | ||
bit.c | ||
bit.h | ||
bld-op.def | ||
bld.c | ||
bld.h | ||
bugs0.texi | ||
BUGS | ||
bugs.texi | ||
ChangeLog | ||
com-rt.def | ||
com.c | ||
com.h | ||
config-lang.in | ||
config.j | ||
convert.j | ||
data.c | ||
data.h | ||
equiv.c | ||
equiv.h | ||
expr.c | ||
expr.h | ||
fini.c | ||
flags.j | ||
g77.1 | ||
g77.texi | ||
g77install.texi | ||
g77spec.c | ||
glimits.j | ||
global.c | ||
global.h | ||
hconfig.j | ||
implic.c | ||
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.texi | ||
intrin.c | ||
intrin.def | ||
intrin.h | ||
lab.c | ||
lab.h | ||
lang-options.h | ||
lang-specs.h | ||
lex.c | ||
lex.h | ||
Make-lang.in | ||
Makefile.in | ||
malloc.c | ||
malloc.h | ||
name.c | ||
name.h | ||
news0.texi | ||
NEWS | ||
news.texi | ||
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 | ||
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 | ||
top.h | ||
toplev.j | ||
tree.j | ||
type.c | ||
type.h | ||
version.c | ||
version.h | ||
where.c | ||
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.