gcc/gcc
1993-01-08 16:12:18 -05:00
..
config (plus_xor_ior_operator): New predicate. 1993-01-08 20:09:26 +00:00
ginclude
objc Rename decls for vars renamed to _objc_alloc, _objc_dealloc, 1993-01-05 19:55:35 +00:00
assert.h
basic-block.h
build-make
c-aux-info.c
c-common.c
c-convert.c
c-decl.c (start_decl): Correct order of parameter declarations. 1993-01-07 14:31:22 -08:00
c-lang.c
c-lex.c
c-lex.h
c-parse.gperf
c-parse.in (component_declarator): Allow attribute after nameless field. 1993-01-05 09:10:17 +00:00
c-pragma.c
c-tree.h
c-typeck.c (c_sizeof): Call force_fit_type only for INTEGER_CST. 1993-01-05 22:52:25 +00:00
caller-save.c
calls.c (expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS. 1993-01-05 18:59:56 -08:00
cccp.c (do_line): Add pedantic warnings for out of range line 1993-01-05 18:45:34 -08:00
cexp.y (yylex): Make tokstart an unsigned char *. 1993-01-06 07:28:08 +00:00
collect2.c
combine.c
conditions.h
config.sub ($os alternatives for sco and isc): Preserve the specified os version if any. 1993-01-05 05:43:42 +00:00
configure.bat
cpp.1
cross-make
crtstuff.c
cse.c
dbxout.c
dbxstclass.h
defaults.h
dostage2
dostage3
dwarf.h
dwarfout.c
emit-rtl.c
enquire.c
explow.c
expmed.c
expr.c (convert_move): Added code to support new modes QFmode and HFmode. 1993-01-07 00:05:59 +00:00
expr.h
final.c
fixcpp
fixinc.sco Don't "make LIB absolute" if already absolute, 1993-01-07 00:31:40 +00:00
fixinc.svr4 Don't "make LIB absolute" if already absolute, 1993-01-07 00:31:40 +00:00
fixincludes (stdio.h): Fix the rename prototype on the rs6000, 1993-01-07 14:35:20 -08:00
flags.h
flow.c
fold-const.c
function.c (assign_parm): Fix typo introduced by previous change. 1993-01-08 16:12:18 -05:00
function.h
gbl-ctors.h
gcc.c
genattr.c
genattrtab.c
gencodes.c
genconfig.c
genemit.c
genextract.c
genflags.c
genoutput.c
genpeep.c
genrecog.c
getpwd.c
glimits.h
global.c
gsyms.h
gsyslimits.h
halfpic.c Fix unknown symbol error when linking gen* programs. 1993-01-06 03:12:17 +00:00
halfpic.h Fix unknown symbol error when linking gen* programs. 1993-01-06 03:12:17 +00:00
hard-reg-set.h
input.h
integrate.c
integrate.h
jump.c jump.c (jump_optimize, [...]): Do this regardless of BRANCH_COST if HAVE_incscc is defined. 1993-01-03 19:22:40 -07:00
libgcc1.c
libgcc2.c (__udiv_w_sdiv): Replace hard-coded constants 31 with (SI_TYPE_SIZE - 1). 1993-01-07 21:46:47 +00:00
limitx.h
limity.h
local-alloc.c (block_alloc): Generalize tying so we can tie any operand with the output unless some operand must be in the same register as the output... 1993-01-03 19:00:20 -05:00
longlong.h
loop.c
loop.h
machmode.def entered into RCS 1993-01-06 22:41:12 +00:00
machmode.h
make-cc1.com
make-cccp.com
make-gcc.com
make-l2.com
Makefile.in (specs): Use GCC_FOR_TARGET. 1993-01-07 14:42:37 -08:00
mips-tdump.c
mips-tfile.c
optabs.c (init_optabs): Add optab entries for QFmode and HFmode. 1993-01-07 00:07:47 +00:00
output.h
pcp.h
print-rtl.c
print-tree.c
PROBLEMS
PROJECTS
protoize.c
README-fixinc
README.TRAD
real.h
recog.c
recog.h
reg-stack.c
regclass.c
regs.h
reload1.c (reload) [SMALL_REGISTER_CLASSES]: When adding an extra need if the insn uses the function value return register... 1993-01-07 05:42:33 +00:00
reload.c
reload.h
reorg.c
rtl.c (rtx_alloc): Clear common area of rtx in a portable manner. 1993-01-03 18:59:45 -05:00
rtl.def
rtl.h
rtlanal.c
sched.c
sdbout.c
sort-protos
stack.h
stmt.c
stor-layout.c
stupid.c
sys-protos.h
sys-types.h
toplev.c
tree.c
tree.def
tree.h
typeclass.h
unprotoize.c
unroll.c
varasm.c (assemble_real): Use `ASM_OUTPUT_BYTE_FLOAT' and 1993-01-07 00:08:40 +00:00
vmsconfig.com
xcoffout.c
xcoffout.h

This is a partial list of how `gcc -traditional' disagrees with
traditional C compilers (perhaps only some of them).  Most of these
differences are not bugs.

---------------------------------------------------------------------------
K&R-1 (2.4.3) says:

	"If the character following a backslash is not one of those
	specified {in the table above}, the backslash is ignored."

Up until recently, `gcc -traditional' complained about \x \a and \v
appearing in a character or string literal.  I believe however that
this non-feature has been eliminated (recently).

---------------------------------------------------------------------------
When in -traditional mode, gcc allows the following erroneous pair of
declarations to appear together in a given scope:

	typedef int foo;
	typedef foo foo;

---------------------------------------------------------------------------
K&R-1 (8.5) says:

	"No field may be wider than a word."

Gcc however allows:

	struct S { int i:33; };

---------------------------------------------------------------------------
In K&R-1 there is no restriction against comments crossing include file
boundaries.  Gcc however doesn't allow this, even when in -traditional mode.

---------------------------------------------------------------------------
Regarding the length of identifiers, K&R-1 (2.2) says:

	"No more than the first eight characters are significant,
	although more may be used."

Gcc treats all characters of identifiers as significant, even when in
-traditional mode.

---------------------------------------------------------------------------
K&R-1 (2.2) says:

	"An identifier is a sequence of letters and digits; the first
	character must be a letter.  The underscore _ counts as a letter."

Gcc also allows dollar signs in identifiers.  (This may also be an issue
for the -pedantic option.)

---------------------------------------------------------------------------