gcc/gcc
Kaveh R. Ghazi 77dc0938f7 Warning fixes:
* Makefile.in (parse.o): Depend on toplev.h.
        * class.c (typecode_p): Remove prototype and definition.
        * cp-tree.h (currently_open_class, is_empty_class, member_p):
        Add prototype.
        * decl.c (push_overloaded_decl_top_level): Remove prototype and
        definition.
        * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
        in call to `cp_thing'.
        (cp_warning): Likewise for function pointer `warning'.
        * except.c (do_function_call): Remove prototype and definition.
        (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
        * method.c (is_java_type): Add prototype and make it static.
        * parse.y: Include toplev.h.
        * pt.c (type_unification): Remove unused variable `arg'.
        (instantiate_decl): likewise for `save_ti'.
        * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.

From-SVN: r19866
1998-05-19 07:19:17 +00:00
..
config Applied fixes from PR 15949 and 15047 1998-05-18 16:37:30 +00:00
cp Warning fixes: 1998-05-19 07:19:17 +00:00
f Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o, and g77version.o. 1998-05-18 11:23:15 +00:00
ginclude Patch from Shigeya Suzuki to fix BSD/OS 3.1 build failure. 1998-04-28 14:13:26 -07:00
intl Initial revision 1998-04-29 10:43:13 -06:00
objc Make-lang.in (OBJC_O): Add missing exeext. 1998-05-14 18:44:32 -06:00
po Initial revision 1998-04-28 19:53:08 -06:00
testsuite add error loc for original default arg 1998-05-18 10:51:47 -04:00
.cvsignore Add .cvsignore file. 1998-02-25 12:07:17 +00:00
.gdbinit Redefine abort to report linenumber and filename of the error 1998-04-27 08:49:53 +00:00
ABOUT-NLS Initial revision 1998-05-01 00:05:05 -06:00
BUGS entered into RCS 1997-04-23 09:34:56 -04:00
COPYING Initial revision 1997-08-11 09:56:58 -06:00
COPYING.LIB Initial revision 1997-08-11 09:56:58 -06:00
ChangeLog function.c (identify_blocks): Fix thinko when setting the block number for NOTE_INSN_BLOCK_END. 1998-05-18 15:39:43 -06:00
ChangeLog.10 typo typo fixes fixes 1998-05-06 15:09:07 -06:00
ChangeLog.11 typo typo fixes fixes 1998-05-06 15:09:07 -06:00
ChangeLog.12 * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
ChangeLog.lib typo typo fixes fixes 1998-05-06 15:09:07 -06:00
INSTALL Change lawcs.utah.edu references to law@cygnus.com 1998-02-03 02:46:44 -07:00
LANGUAGES c-common.c (type_for_mode): Handle TI types. 1998-04-21 07:25:56 -06:00
LITERATURE Add new entry. 1998-02-07 17:13:59 -07:00
Makefile.in dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
NEWS typo typo fixes fixes 1998-05-06 15:09:07 -06:00
PROBLEMS
PROJECTS typo typo fixes fixes 1998-05-06 15:09:07 -06:00
README release branch changes from 11-27 snapshot to egcs-1.0. 1997-12-05 15:13:17 -07:00
README-bugs Initial revision 1997-08-11 09:56:58 -06:00
README-fixinc
README.ACORN
README.ALTOS
README.APOLLO
README.DWARF typo typo fixes fixes 1998-05-06 15:09:07 -06:00
README.FRESCO
README.NS32K
README.RS6000 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
README.TRAD
README.X11 typo typo fixes fixes 1998-05-06 15:09:07 -06:00
README.g77 Merge in g77-0.5.22. 1998-03-22 03:06:48 -07:00
README.gnat Tweak for init_lex/init_parse changes. 1998-04-08 17:36:52 -06:00
SERVICE Bring over changes from latest gcc-2.8 pre-release. 1997-12-15 00:05:04 -07:00
TESTS.FLUNK Initial revision 1997-08-11 09:56:58 -06:00
acconfig.h acconfig.h (ENABLE_CHECKING): Undefine. 1998-05-13 05:57:25 -06:00
aclocal.m4 acconfig.h (HAVE_VOLATILE): Insert stub for autoconf. 1998-05-09 19:27:49 -06:00
alias.c Revert April 21 alias.c change from jfc. 1998-05-17 06:47:28 -07:00
alloca.c
assert.h
basic-block.h * basic-block.h (compute_dominators): Declare. 1998-04-16 15:53:42 -06:00
bitmap.c bitmap.c (bitmap_element_allocate): Use "void" for arglist instead of an empty arglist in prototype. 1998-04-08 05:54:19 -06:00
bitmap.h Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
build-make Makefile.in (TARGET_TOOLPREFIX): No longer define. 1998-05-17 19:24:26 -06:00
c-aux-info.c Fix macro usage error found by Martin von Loewis's checking patch. 1998-04-23 12:52:46 -07:00
c-common.c Warning fixes: 1998-05-13 12:40:39 +00:00
c-convert.c toplev.h: New file. 1998-05-06 04:45:47 +00:00
c-decl.c Warning fixes: 1998-05-13 12:40:39 +00:00
c-gperf.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
c-iterate.c toplev.h: New file. 1998-05-06 05:12:21 +00:00
c-lang.c Warning fixes: 1998-05-13 12:40:39 +00:00
c-lex.c Warning fixes: 1998-05-13 12:40:39 +00:00
c-lex.h Warning fixes: 1998-05-13 12:40:39 +00:00
c-parse.c More toplev.h cleanup, regnerate c-parse.c. 1998-05-07 08:07:43 -07:00
c-parse.gperf
c-parse.h Initial revision 1997-08-11 09:56:58 -06:00
c-parse.in toplev.h: New file. 1998-05-06 04:45:47 +00:00
c-parse.y toplev.h: New file. 1998-05-06 04:45:47 +00:00
c-pragma.c toplev.h: New file. 1998-05-06 04:45:47 +00:00
c-pragma.h
c-tree.h Warning fixes: 1998-05-13 12:40:39 +00:00
c-typeck.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
caller-save.c Warning fixes: 1998-05-13 12:40:39 +00:00
calls.c Warning fixes: 1998-05-13 12:40:39 +00:00
cccp.1 Initial revision 1997-08-11 09:56:58 -06:00
cccp.c Warning fixes: 1998-05-13 12:40:39 +00:00
cexp.c Handle missing vfprintf() & _doprnt() functions with linked in modules, 1998-05-07 11:44:09 +00:00
cexp.y Handle missing vfprintf() & _doprnt() functions with linked in modules, 1998-05-07 11:44:09 +00:00
choose-temp.c Patched in the gcc directory: 1998-04-02 11:07:45 +00:00
collect2.c Fix aix --with-gnu-ld build failure reported by Brendan. 1998-05-12 13:07:09 -07:00
combine.c Warning fixes: 1998-05-13 12:40:39 +00:00
conditions.h
config.guess Make the gcc config.guess exec the toplevel config.guess. 1997-08-27 16:20:52 -07:00
config.in acconfig.h (ENABLE_CHECKING): Undefine. 1998-05-13 05:57:25 -06:00
config.sub * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
configure Makefile.in (TARGET_TOOLPREFIX): No longer define. 1998-05-17 19:24:26 -06:00
configure.bat
configure.frag configure.frag: New arguments xmake_files, tmake_files. 1997-07-22 16:26:03 +00:00
configure.in Makefile.in (TARGET_TOOLPREFIX): No longer define. 1998-05-17 19:24:26 -06:00
configure.lang Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
convert.c toplev.h: New file. 1998-05-06 04:54:01 +00:00
convert.h
cplus-dem.c Warning fixes: 1998-05-13 12:40:39 +00:00
cpp.1
cpp.cps Initial revision 1997-12-06 10:18:39 -07:00
cpp.fns Initial revision 1997-12-06 10:18:39 -07:00
cpp.texi * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
cppalloc.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
cpperror.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
cppexp.c Warning fixes: 1998-05-13 12:40:39 +00:00
cpphash.c Warning fixes: 1998-05-13 12:40:39 +00:00
cpphash.h
cpplib.c Warning fixes: 1998-05-13 12:40:39 +00:00
cpplib.h Warning fixes: 1998-05-13 12:40:39 +00:00
cppmain.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cross-make
crtstuff.c Warning fixes: 1998-05-13 12:40:39 +00:00
cse.c Warning fixes: 1998-05-13 12:40:39 +00:00
cstamp-h.in Initial revision 1997-08-11 09:56:58 -06:00
dbxout.c Undid previous delta to dbxout.c 1998-05-18 15:34:05 +00:00
dbxout.h dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
dbxstclass.h
defaults.h dwarf2 EH support 1997-09-10 14:00:28 -04:00
demangle.h * demangle.h (DMGL_JAVA): New option to request Java demangling. 1997-07-30 12:05:31 -07:00
doprint.c Handle missing vfprintf() & _doprnt() functions with linked in modules, 1998-05-07 11:44:09 +00:00
doschk.c entered into RCS 1997-05-06 22:43:11 +00:00
dostage2
dostage3
dwarf.h
dwarf2.h Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
dwarf2out.c dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
dwarf2out.h dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
dwarfout.c dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
dwarfout.h dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
eh-common.h First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
emit-rtl.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
enquire.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
except.c First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
except.h First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
explow.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
expmed.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
expr.c tree.h (TYPE_SIZE_UNIT): New. 1998-05-18 06:21:14 -07:00
expr.h expr.h (mark_seen_cases): Add declaration, but only when tree.h has been included. 1998-05-06 16:22:14 -06:00
extend.texi This change is from an idea suggested by Arthur David Olson. 1998-04-12 13:52:16 -06:00
final.c dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
fix-header.c Warning fixes: 1998-05-13 12:40:39 +00:00
fixcpp
fixinc-nt.sed
fixinc.dgux
fixinc.irix * fixinc.irix: Add declaration of __vfork to unistd.h. 1997-06-05 22:23:14 -04:00
fixinc.ptx dummy commit before merge 1998-04-03 09:37:26 -07:00
fixinc.sco Fix static functions in sys/stat.h for C++ 1997-07-01 20:16:19 +00:00
fixinc.svr4 * fixinc.svr4 (__STDC__): Add another case. 1997-11-09 02:06:14 -07:00
fixinc.winnt
fixinc.wrap Renamed fixinc.math to fixinc.wrap 1997-09-16 03:59:48 +00:00
fixincludes * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
fixproto fix-header.c (enum special_file): Undefine enumerators if they are already defined by include files. 1998-04-19 06:48:08 +00:00
flags.h basic-block.h (basic_block_computed_jump_target): Declare. 1998-03-27 17:12:41 -07:00
floatlib.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
flow.c First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
fold-const.c fold-const.c (constant_boolean_node): New function. 1998-05-15 07:19:38 +00:00
fp-test.c
frame.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
frame.h frame.h (__register_frame, [...]): New. 1997-12-15 16:28:44 -07:00
function.c function.c (identify_blocks): Fix thinko when setting the block number for NOTE_INSN_BLOCK_END. 1998-05-18 15:39:43 -06:00
function.h First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
future.options
gansidecl.h gansidecl.h: Check if compiler supports __attribute__. 1998-04-06 12:03:16 +00:00
gbl-ctors.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
gcc.1 Minor tweak. 1998-01-03 04:27:57 -07:00
gcc.c gcc.c (SWITCH_CURTAILS_COMPILATION): Definition. 1998-05-17 17:08:40 -06:00
gcc.cps Initial revision 1997-12-06 10:18:39 -07:00
gcc.hlp * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
gcc.texi * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
gcov-io.h * gcov-io.h: Include sys/types.h to ensure we get size_t. 1998-01-03 04:29:44 -07:00
gcov.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
gcov.texi entered into RCS 1997-03-28 22:32:02 +00:00
gen-protos.c c-common.c: Convert to using ctype macros defined in system.h. 1998-05-06 12:56:58 +00:00
genattr.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genattrtab.c Warning fixes: 1998-05-13 12:40:39 +00:00
gencodes.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genconfig.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genemit.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genextract.c Warning fixes: 1998-05-13 12:40:39 +00:00
genflags.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
gengenrtl.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
genmultilib dummy commit before merge 1998-04-03 09:37:26 -07:00
genopinit.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genoutput.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genpeep.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
genrecog.c genattr.c: Include stdarg.h/varargs.h. 1998-05-11 06:50:51 +00:00
getopt.c * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
getopt.h * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
getopt1.c * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
getpwd.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
glimits.h glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts. 1997-11-12 03:17:41 +00:00
global.c global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg, just pass zero. 1998-04-17 19:02:04 -06:00
gmon.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
gstab.h Initial revision 1997-08-11 09:56:58 -06:00
gsyms.h
gsyslimits.h
gthr-dce.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr-posix.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr-single.h Zap some warnings in target files: 1998-04-17 08:26:33 +00:00
gthr-solaris.h Patch from Teemu Torma to fix Solaris 2.6 EH failures. 1998-03-11 04:07:25 -08:00
gthr-vxworks.h gthr.h: Support systems that don't have weak, but have threads. 1998-04-02 16:15:06 -07:00
gthr.h gthr.h: Support systems that don't have weak, but have threads. 1998-04-02 16:15:06 -07:00
haifa-sched.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
halfpic.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
halfpic.h typo typo fixes fixes 1998-05-06 15:09:07 -06:00
hard-reg-set.h
hash.c toplev.h: New file. 1998-05-06 04:54:01 +00:00
hash.h Remove bogus CYGNUS LOCAL markers. 1998-01-10 12:57:29 -07:00
input.h dummy commit before merge 1998-04-03 09:37:26 -07:00
install.texi * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
install1.texi * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
integrate.c First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
integrate.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
invoke.texi * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
jump.c loop.c (regs_patch_p): Add prototype. 1998-04-16 17:56:12 -06:00
just-fixinc dummy commit before merge 1998-04-03 09:37:26 -07:00
libgcc1-test.c
libgcc1.c
libgcc2.c First cut of changes to utilize the new exception handling model 1998-05-14 13:39:15 +00:00
limitx.h
limity.h
listing dummy commit before merge 1998-04-03 09:37:26 -07:00
local-alloc.c * local-alloc.c (reg_classes_overlap_p): Delete dead function. 1998-03-29 04:47:52 -07:00
longlong.h m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881. 1998-01-22 16:10:15 -07:00
loop.c Patch from Bill Moyer. 1998-05-15 10:37:51 -07:00
loop.h loop.c (loop_number): Delete function. 1997-09-21 21:04:36 -06:00
machmode.def typo typo fixes fixes 1998-05-06 15:09:07 -06:00
machmode.h * machmode.h (COMPLEX_MODE_P): New macro. 1998-05-08 19:01:55 -07:00
make-l2.com Updates from gcc-2.8 test tarball to current gcc-2.8 tarball. 1997-12-07 18:42:52 -07:00
makefile.vms makefile.vms: Remove bytecode references. 1998-02-02 02:37:18 -07:00
md.texi * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
mips-tdump.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
mips-tfile.c Handle missing vfprintf() & _doprnt() functions with linked in modules, 1998-05-07 11:44:09 +00:00
mkinstalldirs Initial revision 1998-05-19 01:09:55 -06:00
move-if-change Initial revision 1997-08-11 09:56:58 -06:00
obstack.c * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
obstack.h * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
optabs.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
output.h output.h (find_basic_blocks): Declare. 1998-05-17 18:29:11 -06:00
patch-apollo-includes Initial revision 1998-02-18 20:47:44 -07:00
pcp.h
pexecute.c c-common.c: Convert to using ctype macros defined in system.h. 1998-05-06 12:56:58 +00:00
prefix.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
print-rtl.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
print-tree.c tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition. 1998-04-08 07:03:48 -07:00
profile.c toplev.h: New file. 1998-05-06 04:54:01 +00:00
protoize.c Consolidate support for "String-ification" into system.h: 1998-05-12 07:36:02 +00:00
pself.c Initial revision 1997-08-11 09:56:58 -06:00
pself1.c Initial revision 1997-08-11 09:56:58 -06:00
pself2.c Initial revision 1997-08-11 09:56:58 -06:00
pself3.c Initial revision 1997-08-11 09:56:58 -06:00
real.c toplev.h: New file. 1998-05-06 04:54:01 +00:00
real.h * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
recog.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
recog.h dummy commit before merge 1998-04-03 09:37:26 -07:00
reg-stack.c toplev.h: New file. 1998-05-06 04:54:01 +00:00
regclass.c Warning fixes: 1998-05-13 12:40:39 +00:00
regmove.c Add missing comments pointed out by Andreas Schwab. 1998-05-11 11:11:22 -07:00
regs.h acconfig.h (ENABLE_CHECKING): Undefine. 1998-05-13 05:57:25 -06:00
reload.c Fix MIPS compiler abort on Mesa, reported by Andy Tai. 1998-05-14 12:54:35 -07:00
reload.h reload.c (remove_replacements): New function. 1998-05-14 01:44:02 +01:00
reload1.c reload1.c (delete_output_reload): Ignore single USE that was emitted for the pseudo use of this INSN. 1998-05-14 22:36:53 +01:00
reorg.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
rtl.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
rtl.def Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
rtl.h Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
rtl.texi reload.c (find_reloads): Emit USEs to mark where a pseudo is reloaced with the MEM of its stack slot. 1998-05-01 18:40:53 +01:00
rtlanal.c rtlanal.c (find_reg_note): Ignore notes that are not on on insns of class 'i'. 1998-05-13 16:10:04 -06:00
scan-decls.c Warning fixes: 1998-05-13 12:40:39 +00:00
scan-types.sh
scan.c c-common.c: Convert to using ctype macros defined in system.h. 1998-05-06 12:56:58 +00:00
scan.h Warning fixes: 1998-05-13 12:40:39 +00:00
sched.c Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. 1998-05-13 15:13:47 -06:00
sdbout.c dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
sdbout.h dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
sort-protos
stab.def * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
stack.h
stmt.c Warning fixes: 1998-05-13 12:40:39 +00:00
stor-layout.c tree.h (TYPE_SIZE_UNIT): New. 1998-05-18 06:21:14 -07:00
stupid.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
sys-protos.h
sys-types.h
system.h Consolidate support for "String-ification" into system.h: 1998-05-12 07:36:02 +00:00
texinfo.tex * Check in merge from gcc2. See ChangeLog.12 for details. 1998-05-05 17:18:02 -06:00
tlink.c c-common.c: Convert to using ctype macros defined in system.h. 1998-05-06 12:56:58 +00:00
tm.texi gcc.c (SWITCH_CURTAILS_COMPILATION): Definition. 1998-05-17 17:08:40 -06:00
toplev.c dwarfout.h, [...]: New files. 1998-05-18 07:11:42 +00:00
toplev.h Warning fixes: 1998-05-13 12:40:39 +00:00
tree.c tree.h (TYPE_SIZE_UNIT): New. 1998-05-18 06:21:14 -07:00
tree.def typo typo fixes fixes 1998-05-06 15:09:07 -06:00
tree.h tree.h (TYPE_SIZE_UNIT): New. 1998-05-18 06:21:14 -07:00
typeclass.h
unprotoize.c * unprotoize.c: Define UNPROTOIZE first, to actually take effect. 1998-01-19 02:12:31 -08:00
unroll.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
varasm.c i386.h (ALIGN_DFmode): Delete. 1998-05-17 17:00:05 -06:00
version.c Bump for snapshot 1998-05-16 19:12:30 -06:00
vfprintf.c Handle missing vfprintf() & _doprnt() functions with linked in modules, 1998-05-07 11:44:09 +00:00
vmsconfig.com Remove last of bytecode support. 1998-02-02 05:09:22 -08:00
xcoffout.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
xcoffout.h

README

This directory contains the egcs version 1.0 release of the GNU C
compiler.  It includes all of the support for compiling C++ and
Objective C, including a run-time library for Objective C.

The GNU C compiler is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).