8sa1-gcc/gcc
Jim Wilson c6a9dea8d5 Fix old -pedantic error I noticed while reviewing patch from Ulrich.
* c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
	accept 'a' flag.  'S' does accept 'a' flag.
	(check_format_info): When pedantic, warn for m/C/S/a/A formats,
	and `a' flag.

From-SVN: r19545
1998-05-05 08:37:37 -07:00
..
config Fix bug reported by Ian Taylor, mips64-elf multilibs are wrong. 1998-05-05 07:35:14 -07:00
cp Call build_type_variant in method.c 1998-05-05 15:29:06 +00:00
f Fix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe. 1998-04-30 12:01:09 -07: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 Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h to... 1998-04-21 06:50:07 +00:00
po Initial revision 1998-04-28 19:53:08 -06:00
testsuite New test. 1998-05-04 18:35:14 -06: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
acconfig.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
aclocal.m4 aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf functions for whether they support the %p format... 1998-02-07 05:21:36 -08:00
alias.c calls.c (expand_call): Fix recognition of C++ operator new. 1998-04-29 12:41:21 +00: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
BUGS
build-make
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 Fix old -pedantic error I noticed while reviewing patch from Ulrich. 1998-05-05 08:37:37 -07:00
c-convert.c
c-decl.c c-common.c (type_for_mode): Handle TI types. 1998-04-21 07:25:56 -06: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 Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
c-lang.c c-lang.c (lang_print_xnode): New function. 1998-03-23 16:04:47 -07:00
c-lex.c * c-lex.c (skip_white_space_on_line): Add prototype. 1998-04-16 16:22:43 -06:00
c-lex.h c-lex.h (is_class_name): Fix arg type to be tree, not void. 1998-04-08 05:57:52 -04:00
c-parse.c More system.h cutover patches: 1998-04-06 14:01:33 +00:00
c-parse.gperf
c-parse.h
c-parse.in More system.h cutover patches: 1998-04-06 14:01:33 +00:00
c-parse.y More system.h cutover patches: 1998-04-06 14:01:33 +00:00
c-pragma.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
c-pragma.h
c-tree.h c-common.c (type_for_mode): Handle TI types. 1998-04-21 07:25:56 -06:00
c-typeck.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
caller-save.c c-lex.c (yylex): Initialize traditional_type, ansi_type and type. 1998-04-01 16:18:11 -07:00
calls.c calls.c (expand_call): Fix recognition of C++ operator new. 1998-04-29 12:41:21 +00:00
cccp.1
cccp.c More system.h cutover patches: 1998-04-06 14:01:33 +00:00
cexp.c More system.h cutover patches: 1998-04-06 14:01:33 +00:00
cexp.y More system.h cutover patches: 1998-04-06 14:01:33 +00:00
ChangeLog Fix old -pedantic error I noticed while reviewing patch from Ulrich. 1998-05-05 08:37:37 -07:00
ChangeLog.10
ChangeLog.11 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
ChangeLog.12 Sync up MEMORY_MOVE_COST changes with FSF. 1998-04-07 13:24:41 +00:00
ChangeLog.lib Initial revision 1998-01-14 20:36:46 -07:00
choose-temp.c Patched in the gcc directory: 1998-04-02 11:07:45 +00:00
collect2.c gcc.c: Add linker spec. 1998-04-06 14:51:28 -06:00
combine.c loop.c (regs_patch_p): Add prototype. 1998-04-16 17:56:12 -06:00
conditions.h
config.guess
config.in Switch to strrchr if available instead of rindex 1998-04-20 13:11:38 +00:00
config.sub * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
configure Make UnixWare 7 bootstrap support work with final shipping product. 1998-05-03 22:15:48 +00:00
configure.bat
configure.frag
configure.in Make UnixWare 7 bootstrap support work with final shipping product. 1998-05-03 22:15:49 +00:00
configure.lang
convert.c dummy commit before merge 1998-04-03 09:37:26 -07:00
convert.h
COPYING
COPYING.LIB
cplus-dem.c cplus-dem.c (demangle_qualified): Add a missing else which caused qualified... 1998-04-27 12:59:51 +00:00
cpp.1
cpp.cps
cpp.fns
cpp.texi * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
cppalloc.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cpperror.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cppexp.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cpphash.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cpphash.h
cpplib.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
cpplib.h dummy commit before merge 1998-04-03 09:37:26 -07:00
cppmain.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
cross-make
crtstuff.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
cse.c cse.c (cse_set_around_loop): Don't do optimization when new pseudos are created. 1998-04-24 14:03:42 +01:00
cstamp-h.in
dbxout.c dbxout.c (dbxout_type): Fix typo. 1998-04-24 14:53:53 -06:00
dbxstclass.h
defaults.h
demangle.h
doschk.c
dostage2
dostage3
dwarf2.h
dwarf2out.c tree.def: Add NAMESPACE_DECL. 1998-05-04 21:27:06 -04:00
dwarf.h
dwarfout.c tree.def: Add NAMESPACE_DECL. 1998-05-04 21:27:06 -04:00
emit-rtl.c emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if... 1998-04-22 12:57:04 +00:00
enquire.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
except.c except.c (push_eh_entry): Add prototype. 1998-04-16 16:57:50 -06:00
except.h except.h (in_same_eh_region): New prototype. 1998-03-16 12:51:14 +00:00
explow.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
expmed.c expr.c (store_constructor_field): Add prototype. 1998-04-16 17:07:05 -06:00
expr.c Fix bug where storing into const string gives core dump, from Kamil Iskra. 1998-05-04 12:16:35 -07:00
expr.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
extend.texi This change is from an idea suggested by Arthur David Olson. 1998-04-12 13:52:16 -06:00
final.c Fix a warning 1998-04-27 06:20:13 +00:00
fix-header.c fix-header.c (enum special_file): Undefine enumerators if they are already defined by include files. 1998-04-19 06:48:07 +00:00
fixcpp
fixinc-nt.sed
fixinc.dgux
fixinc.irix
fixinc.math
fixinc.ptx dummy commit before merge 1998-04-03 09:37:26 -07:00
fixinc.sco
fixinc.svr4
fixinc.winnt
fixinc.wrap
fixincludes fixincludes: discard empty C++ comments, as found in sys/time.h on hpux-11.0. 1998-04-15 03:17:24 -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 dummy commit before merge 1998-04-03 09:37:26 -07:00
flow.c * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned. 1998-04-20 16:42:50 +00:00
fold-const.c * fold-const.c (fold_convert): Fix typo. 1998-04-25 10:17:08 -06:00
fp-test.c
frame.c Partial fix for problem reported by Don Bowman. 1998-04-23 12:57:57 -07:00
frame.h
function.c * function.c (assign_outer_stack_local): Make static and add prototype. 1998-04-16 16:08:49 -06:00
function.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07: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 Fix i386-* failure that shows up as a cpp usage message. 1998-04-20 13:51:02 -07:00
gcc.cps
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.11 and ChangeLog.12 1998-04-04 06:32:39 -07: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
gen-protos.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
genattr.c loop.c (regs_patch_p): Add prototype. 1998-04-16 17:56:12 -06:00
genattrtab.c loop.c (regs_patch_p): Add prototype. 1998-04-16 17:56:12 -06:00
gencodes.c Link in print-rtl.o to all gen* programs except gengenrtl 1998-04-15 09:23:14 +00:00
genconfig.c Link in print-rtl.o to all gen* programs except gengenrtl 1998-04-15 09:23:14 +00:00
genemit.c genemit.c (gen_exp): Allow machine description to set mode of MATCH_OP_DUP. 1998-04-21 17:50:21 +00:00
genextract.c loop.c (regs_patch_p): Add prototype. 1998-04-16 17:56:12 -06:00
genflags.c c-lex.c (is_class_name): Delete declaration. 1998-04-07 17:47:11 -06:00
gengenrtl.c c-lex.c (is_class_name): Delete declaration. 1998-04-07 17:47:11 -06:00
genmultilib dummy commit before merge 1998-04-03 09:37:26 -07:00
genopinit.c c-lex.c (is_class_name): Delete declaration. 1998-04-07 17:47:11 -06:00
genoutput.c Link in print-rtl.o to all gen* programs except gengenrtl 1998-04-15 09:23:14 +00:00
genpeep.c Link in print-rtl.o to all gen* programs except gengenrtl 1998-04-15 09:23:14 +00:00
genrecog.c Add match_insn2; Fix prototype in loop.c 1998-04-22 14:20:29 +00:00
getopt1.c dummy commit before merge 1998-04-03 09:37:26 -07:00
getopt.c d 1998-03-12 00:43:09 +00:00
getopt.h dummy commit before merge 1998-04-03 09:37:26 -07:00
getpwd.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
glimits.h
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
gstab.h
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 Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST static 1998-04-30 16:25:19 +00:00
halfpic.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
halfpic.h dummy commit before merge 1998-04-03 09:37:26 -07:00
hard-reg-set.h
hash.c More cutover to system.h: 1998-03-30 12:05:54 +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
install1.texi * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
INSTALL Change lawcs.utah.edu references to law@cygnus.com 1998-02-03 02:46:44 -07:00
install.texi * install.texi: Update section on warnings that can be safely ignored. 1998-04-14 14:58:42 -06:00
integrate.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
integrate.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
invoke.texi Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation. 1998-04-28 05:13:37 -07: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
LANGUAGES c-common.c (type_for_mode): Handle TI types. 1998-04-21 07:25:56 -06:00
libgcc1-test.c
libgcc1.c
libgcc2.c Partial fix for problem reported by Don Bowman. 1998-04-23 12:57:57 -07:00
limitx.h
limity.h
listing dummy commit before merge 1998-04-03 09:37:26 -07:00
LITERATURE Add new entry. 1998-02-07 17:13:59 -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 Fix hppa miscompilation bug reported by Manfred Hollstein. 1998-04-27 11:39:07 -07:00
loop.h
machmode.def * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
machmode.h
make-l2.com
Makefile.in Fix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe. 1998-04-30 12:01:09 -07:00
makefile.vms makefile.vms: Remove bytecode references. 1998-02-02 02:37:18 -07:00
md.texi Add match_insn2; Fix prototype in loop.c 1998-04-22 14:20:29 +00:00
mips-tdump.c dummy commit before merge 1998-04-03 09:37:26 -07:00
mips-tfile.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
move-if-change
NEWS * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
obstack.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
obstack.h * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
optabs.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
output.h Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
patch-apollo-includes Initial revision 1998-02-18 20:47:44 -07:00
pcp.h
pexecute.c Major cutover to using system.h: 1998-03-20 14:58:42 +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 Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
print-tree.c tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition. 1998-04-08 07:03:48 -07:00
PROBLEMS
profile.c Fix gcov mips switch table interaction bug reported to bug-gcc. 1998-04-23 12:10:52 -07:00
PROJECTS Tweak. 1998-01-25 10:13:31 -07:00
protoize.c Add extra protection in case strrchr already defined 1998-04-20 13:30:32 +00:00
pself1.c
pself2.c
pself3.c
pself.c
README
README-bugs
README-fixinc
README.ACORN
README.ALTOS
README.APOLLO
README.DWARF
README.FRESCO
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
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 dummy commit before merge 1998-04-03 09:37:26 -07:00
real.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
real.h
recog.c Forgot to check in last night. 1998-04-17 01:39:23 -06:00
recog.h dummy commit before merge 1998-04-03 09:37:26 -07:00
reg-stack.c Fix for x86 FP problem. 1998-04-27 12:24:06 -07:00
regclass.c Sync up MEMORY_MOVE_COST changes with FSF. 1998-04-07 13:24:41 +00:00
regmove.c Fix regmove typos spotted by H.J. Lu. 1998-04-18 08:42:48 -07:00
regs.h dummy commit before merge 1998-04-03 09:37:26 -07:00
reload1.c 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
reload.c 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
reload.h reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS. 1998-04-01 18:42:26 -08:00
reorg.c reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes for any insns skipped at the start of a block... 1998-05-04 18:15:50 -06:00
rtl.c Prevent going into an infinite loop upon encountering an enuterminated comment. 1998-04-10 13:41:28 +00:00
rtl.def Add match_insn2; Fix prototype in loop.c 1998-04-22 14:20:29 +00:00
rtl.h Make args to jump_optimize symbolic 1998-04-27 06:05:55 +00: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 varasm.c (asm_output_bss): Add prototype. 1998-04-16 18:40:39 -06:00
scan-decls.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
scan-types.sh
scan.c More cutover to system.h: 1998-03-30 12:05:54 +00:00
scan.h
sched.c sched.c (new_insn_dead_notes): Check if the register was used in the original instruction. 1998-04-29 14:53:20 +01:00
sdbout.c * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
SERVICE
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 Fix fortran failure reported by Craig Burley. 1998-04-21 12:43:55 -07:00
stor-layout.c tree.h (sizetype_tab[2], [...]): Merge all of these into a single struct, with additional [us]sizetype entries. 1998-04-04 09:46:06 -08:00
stupid.c basic-block.h (basic_block_computed_jump_target): Declare. 1998-03-27 17:12:41 -07:00
sys-protos.h
sys-types.h
system.h Redefine abort to report linenumber and filename of the error 1998-04-27 08:49:53 +00:00
TESTS.FLUNK
texinfo.tex * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
tlink.c Major cutover to using system.h: 1998-03-20 14:58:42 +00:00
tm.texi Sync up MEMORY_MOVE_COST changes with FSF. 1998-04-07 13:24:41 +00:00
toplev.c Make args to jump_optimize symbolic 1998-04-27 06:05:55 +00:00
tree.c tree.def: Add NAMESPACE_DECL. 1998-05-04 21:27:06 -04:00
tree.def tree.def: Add NAMESPACE_DECL. 1998-05-04 21:27:06 -04:00
tree.h Delete mark_seen_cases declaration 1998-04-17 14:02:51 +00:00
typeclass.h
unprotoize.c * unprotoize.c: Define UNPROTOIZE first, to actually take effect. 1998-01-19 02:12:31 -08:00
unroll.c alias.c (alias_invariant): New variable. 1998-04-25 16:09:24 +00:00
varasm.c varasm.c (asm_output_bss): Add prototype. 1998-04-16 18:40:39 -06:00
version.c Bump for snapshot 1998-05-02 11:47:21 -06: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

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).