gcc/gcc
Rainer Orth 578672a267 re PR java/227 (mips-tfile:internal error (when compiling java code))
* gcc.c (set_collect_gcc_options): New function, split out from
	main.
	Ignore elided switches.
	(do_spec_1): Invoke before executing command.
	(set_input): Export.
	Move declaration ...
	* gcc.h (set_input): ... here.
	* config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
	file.

	java:
	* jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
	ASM_FINAL_SPEC.
	(lang_specific_pre_link): Use set_input to set input_filename.
	Append `main' here.
	* jvgenmain.c (usage): Append literal `main' to CLASSNAME.
	(main): Fix definition.
	Strip `main' from classname.
	Fixes PR java/227.

From-SVN: r44572
2001-08-02 12:26:00 +00:00
..
ch Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. 2001-07-19 06:22:04 +00:00
config re PR java/227 (mips-tfile:internal error (when compiling java code)) 2001-08-02 12:26:00 +00:00
cp Kill -fhonor-std. 2001-08-02 10:51:17 +00:00
doc Kill -fhonor-std. 2001-08-02 10:51:17 +00:00
f Daily bump. 2001-08-02 07:16:40 +00:00
fixinc extra casting required by new pointer type 2001-07-21 04:20:08 +00:00
ginclude
intl * gettextP.h (SWAP): Change parameter type to unsigned int. 2001-07-06 14:32:49 -07:00
java re PR java/227 (mips-tfile:internal error (when compiling java code)) 2001-08-02 12:26:00 +00:00
objc c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualizing Objective-C class name lookup by the... 2001-08-01 08:10:00 +00:00
po Remove chorus.h files from i386, rs6000 and sparc config directories. 2001-08-01 10:37:59 +00:00
testsuite Kill -fhonor-std. 2001-08-02 10:51:17 +00:00
.cvsignore
ABOUT-GCC-NLS
ABOUT-NLS
acconfig.h
aclocal.m4 For PR java/2812: 2001-07-18 17:17:03 +00:00
alias.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
basic-block.h * basic-block.h: Add prototype for last_loop_beg_note. 2001-08-01 06:55:49 +02:00
bb-reorder.c basic-block.h (EDGE_FREQUENCY): New macro. 2001-07-28 21:37:35 +00:00
bitmap.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
bitmap.h bitmap.c: Comment some functions; fiddle whitespace. 2001-07-11 10:34:48 -07:00
build-make Add CFLAGS_FOR_BUILD for canadian cross build. 2001-06-27 21:38:51 -07:00
builtin-types.def builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
builtins.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
builtins.def builtins.def: Fix definition of __builtin_cosf, it uses float as parameter and return value. 2001-06-05 18:02:56 +02:00
c-aux-info.c
c-common.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-common.def
c-common.h c-common.c (decl_attributes): Take a pointer to the node to which attributes are to be attached... 2001-07-13 21:40:43 +01:00
c-convert.c
c-decl.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-dump.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-dump.h c-common.h (flag_dump_translation_unit): Remove. 2001-06-05 08:03:45 +00:00
c-errors.c
c-format.c
c-lang.c * c-lang.c (start_cdtor): Remove extra parameter from start_function. 2001-07-09 14:36:15 -04:00
c-lex.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-lex.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-parse.in c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualizing Objective-C class name lookup by the... 2001-08-01 08:10:00 +00:00
c-pragma.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-pragma.h c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and ASM_OUTPUT_WEAK_ALIAS are defined. 2001-07-17 12:55:19 +00:00
c-semantics.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
c-tree.h regmove.c (replace_in_call_usage): Fix warnings. 2001-07-10 12:38:10 +02:00
c-typeck.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
caller-save.c alias.c (set_mem_alias_set): New function. 2001-07-11 16:35:55 -04:00
calls.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
ChangeLog re PR java/227 (mips-tfile:internal error (when compiling java code)) 2001-08-02 12:26:00 +00:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 Rotate ChangeLog. 2001-07-02 14:23:53 -06:00
ChangeLog.lib
collect2.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
collect2.h Standardize header guards. 2001-05-25 18:31:47 -07:00
combine.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
conditions.h
config.gcc config.gcc: Recognize powerpc-*-netbsd*. 2001-08-01 19:25:18 +00:00
config.guess
config.in For PR java/2812: 2001-07-18 17:17:03 +00:00
configure configure.in: Add rtems as a supported thread model. 2001-07-24 18:44:29 -07:00
configure.frag
configure.in configure.in: Add rtems as a supported thread model. 2001-07-24 18:44:29 -07:00
conflict.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
convert.c
convert.h
COPYING
COPYING.LIB
cppdefault.c
cppdefault.h Standardize header guards. 2001-05-25 18:31:47 -07:00
cpperror.c
cppexp.c cppexp.c (parse_defined): Always record the macro name. 2001-07-29 17:27:57 +00:00
cppfiles.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cpphash.c * cpphash.c (alloc_node): Cast pointer. 2001-05-30 21:09:15 +00:00
cpphash.h cpphash.h (struct cpp_reader): New members line, pseudo_newlines. 2001-08-01 06:19:39 +00:00
cppinit.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cpplex.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cpplib.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cpplib.h cpphash.h (struct cpp_reader): New members line, pseudo_newlines. 2001-08-01 06:19:39 +00:00
cppmacro.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cppmain.c cpphash.h (struct cpp_reader): Remove import_warning. 2001-07-29 22:27:20 +00:00
cppspec.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cross-make
crtstuff.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cse.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cselib.c alias.c: Fix comment formatting. 2001-08-01 17:57:27 +00:00
cselib.h
cstamp-h.in
dbxout.c toplev.c, [...]: Include xcoffout.h if appropriate. 2001-07-26 06:56:13 +00:00
dbxout.h Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
dbxstclass.h
debug.c Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
debug.h Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
defaults.h * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL. 2001-07-18 20:43:40 +00:00
dependence.c
df.c df.c (df_rd_global_compute): Add successors to worklist, not current item. 2001-07-29 18:23:36 +00:00
df.h Makefile.in (OBJS): Add df.o 2001-06-28 16:11:19 -06:00
diagnostic.c diagnostic.c (finish_diagnostic): Rename to diagnostic_finish. 2001-07-10 16:04:55 +00:00
diagnostic.def
diagnostic.h diagnostic.c (default_print_error_function): Tweak. 2001-06-28 12:26:38 +00:00
doloop.c
dominance.c dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so we don't access undefined memory. 2001-07-16 10:48:31 -06:00
doprint.c
doschk.c
dostage2
dostage3
dwarf2.h dwarf2.h: Add dwarf 2.1 tags/attributes/etc to the enums. 2001-06-29 16:52:08 +00:00
dwarf2asm.c dwarf2.h (DW_EH_PE_aligned): New. 2001-06-05 18:57:49 -07:00
dwarf2asm.h
dwarf2out.c dwarf2out.c (dw_val_class_offset): New. 2001-07-28 19:10:42 -07:00
dwarf2out.h Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
dwarf.h
dwarfout.c dwarfout.c: Remove reference to README.DWARF. 2001-08-01 22:27:04 +00:00
emit-rtl.c * emit-rtl.c (adjust_address): Make a copy of the memory address. 2001-07-28 18:35:13 -07:00
enquire.c
errors.c rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. 2001-06-30 17:23:53 +00:00
errors.h Standardize header guards. 2001-05-25 18:31:47 -07:00
except.c except.c (output_function_exception_table): Use assemble_align. 2001-08-01 15:47:09 -07:00
except.h except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO not just whether it is defined. 2001-07-06 16:13:42 -07:00
exgettext
explow.c * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition. 2001-07-19 16:26:51 -07:00
expmed.c expmed.c (store_fixed_bit_field): Don't use a mode bigger than the mode of the memory location. 2001-07-09 15:25:34 +00:00
expr.c *** empty log message *** 2001-07-31 19:28:43 -07:00
expr.h rtlanal.c (set_noop_p): Return true for noop jumps. 2001-07-20 20:07:58 +00:00
final.c dwarf2out.c (dw_val_class_offset): New. 2001-07-28 19:10:42 -07:00
fix-header.c
fixproto
flags.h c-decl.c (init_decl_processing): Don't call start_identifier_warnings. 2001-05-27 21:04:28 +00:00
floatlib.c
flow.c * flow.c (merge_blocks): Return 1 if an extra jump is inserted. 2001-07-31 03:24:06 +00:00
fold-const.c fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when... 2001-07-22 23:00:06 -07:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c rs6000.md (define_splits): Kill unused constraints. 2001-08-01 18:03:28 +00:00
function.h integrate.c (ggc.h): Include. 2001-06-21 12:50:56 -04:00
future.options
gbl-ctors.h
gcc.c re PR java/227 (mips-tfile:internal error (when compiling java code)) 2001-08-02 12:26:00 +00:00
gcc.h re PR java/227 (mips-tfile:internal error (when compiling java code)) 2001-08-02 12:26:00 +00:00
gcc.hlp
gccbug.in gccbug.in: Fix typo. 2001-06-05 18:38:44 +00:00
gccspec.c gccspec.c (lang_specific_driver): If compiling ObjC, add -shared-libgcc when necessary. 2001-06-16 16:33:28 +00:00
gcov-io.h predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping to fallthru basic block as conditional... 2001-06-22 17:23:14 +00:00
gcov.c jump.c: Add prototype for mark_modified_reg. 2001-07-30 20:04:33 +02:00
gcse.c jump.c: Add prototype for mark_modified_reg. 2001-07-30 20:04:33 +02:00
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c
gencheck.c
gencodes.c
genconfig.c
genemit.c
genextract.c
genflags.c
gengenrtl.c
genmultilib
genopinit.c rtlanal.c (set_noop_p): Return true for noop jumps. 2001-07-20 20:07:58 +00:00
genoutput.c rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. 2001-06-30 17:23:53 +00:00
genpeep.c
genrecog.c machmode.def (Pmode): Redefine if GENERATOR_FILE. 2001-07-15 17:28:20 -07:00
gensupport.c gensupport.c (alter_output_for_insn): Correct enable checking failure change XSTR to XTMPL. 2001-07-26 05:44:18 +00:00
gensupport.h
ggc-callbacks.c
ggc-common.c
ggc-none.c
ggc-page.c ggc-page.c (size_lookup): Increase minimum allocation size to eight bytes. 2001-05-31 05:05:19 +00:00
ggc-simple.c
ggc.h
glimits.h * glimits.h (_MACH_MACHLIMITS_H_): Delete. 2001-07-26 20:19:15 +00:00
global.c flow.c (mark_set_1): Use REG_FREQ_FROM_BB. 2001-07-30 20:03:37 +00:00
gmon.c
graph.c
graph.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gstab.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gsyms.h
gsyslimits.h
gthr-aix.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-dce.h gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to allow ISO C++ compiler to accept it. 2001-05-30 22:38:43 +00:00
gthr-posix.h Fixed backend function of objc_mutex_trylock which was broken 2001-07-18 11:21:20 +00:00
gthr-rtems.h configure.in: Add rtems as a supported thread model. 2001-07-24 18:44:29 -07:00
gthr-single.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-solaris.h gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to allow ISO C++ compiler to accept it. 2001-05-30 22:38:43 +00:00
gthr-vxworks.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-win32.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr.h Standardize header guards. 2001-05-25 18:31:47 -07:00
haifa-sched.c i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand predicate. 2001-06-26 10:47:33 +00:00
halfpic.c
halfpic.h
hard-reg-set.h hard-reg-set.h (regs_invalidated_by_call): Declare. 2001-07-16 10:54:34 -07:00
hash.c
hash.h
hashtable.c
hashtable.h
hwint.h Standardize header guards. 2001-05-25 18:31:47 -07:00
ifcvt.c ifcvt.c (noce_get_alt_condition): If the condition is a compare against a constant... 2001-07-27 23:13:34 -04:00
input.h
insn-addr.h insn-addr.h (INSN_ADDRESSES_NEW): Make insn_uid__ unsigned. 2001-06-03 22:58:08 +00:00
integrate.c integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL. 2001-07-20 11:30:13 +00:00
integrate.h integrate.c (ggc.h): Include. 2001-06-21 12:50:56 -04:00
intl.c
intl.h
jump.c jump.c (duplicate_loop_exit_test): Better test for jumps entering the loop; create loop pre_header. 2001-07-31 13:36:12 +00:00
LANGUAGES
lcm.c unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support. 2001-07-17 06:55:25 +02:00
libgcc2.c gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of type HOST_WIDEST_INT. 2001-07-16 11:16:04 +02:00
libgcc2.h Standardize header guards. 2001-05-25 18:31:47 -07:00
libgcc-std.ver Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST. 2001-06-13 14:26:03 +00:00
limitx.h
limity.h
listing
lists.c
local-alloc.c flow.c (mark_set_1): Use REG_FREQ_FROM_BB. 2001-07-30 20:03:37 +00:00
longlong.h
loop.c loop.c (check_dbra_loop): Use single_set to compute jump_label. 2001-07-31 19:19:21 +00:00
loop.h
machmode.def machmode.def (Pmode): Redefine if GENERATOR_FILE. 2001-07-15 17:28:20 -07:00
machmode.h
main.c
make-l2.com
Makefile.in Makefile.in (LIBICONV): Define. 2001-07-26 12:27:36 -04:00
makefile.vms
mbchar.c
mbchar.h Standardize header guards. 2001-05-25 18:31:47 -07:00
mips-tdump.c
mips-tfile.c osf.h (ASM_OUTPUT_WEAK_ALIAS, [...]): Define. 2001-07-19 18:08:17 +00:00
mkconfig.sh
mkdeps.c
mkdeps.h Standardize header guards. 2001-05-25 18:31:47 -07:00
mkinstalldirs
mklibgcc.in Makefile.in (LIB2_DIVMOD_FUNCS): New. 2001-07-06 14:41:52 +00:00
mkmap-flat.awk
mkmap-symver.awk
move-if-change
ONEWS
optabs.c rtlanal.c (set_noop_p): Return true for noop jumps. 2001-07-20 20:07:58 +00:00
output.h output.h (sdb_begin_function_line): Restore as an extern variable. 2001-07-16 06:01:40 +00:00
params.c
params.def params.def (PARAM_MAX_INLINE_INSNS): Change default to 600. 2001-08-02 07:52:31 +00:00
params.h params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of dependancy flush list. 2001-07-26 13:59:22 +00:00
patch-apollo-includes
predict.c jump.c: Add prototype for mark_modified_reg. 2001-07-30 20:04:33 +02:00
predict.def predict.def (noreturn, [...]): Mark as first match heuristics. 2001-07-30 15:54:12 +00:00
predict.h basic-block.h (EDGE_FREQUENCY): New macro. 2001-07-28 21:37:35 +00:00
prefix.c
prefix.h Standardize header guards. 2001-05-25 18:31:47 -07:00
print-rtl.c rtl.c (copy_rtx): Handle 'T' format letter. 2001-07-03 19:23:35 +00:00
print-tree.c print-tree.c (print_node): Don't print "regdecl" when bit doesn't mean that; use proper names instead. 2001-06-02 06:56:44 -04:00
profile.c basic-block.h (EDGE_FREQUENCY): New macro. 2001-07-28 21:37:35 +00:00
protoize.c
read-rtl.c * read-rtl.c (read_name): Consider \r whitespace. 2001-08-01 13:49:24 -07:00
README-fixinc reorganize inclhacks and apply fix to fixtests.c 2001-05-27 18:21:04 +00:00
README.Portability
real.c Add ia64-hpux 128-bit long double support. 2001-06-25 20:50:48 -07:00
real.h Makefile.in (final.o): Depend on target.h. 2001-07-06 18:40:17 +00:00
recog.c basic-block.h (CLEANUP_PRE_LOOP): New. 2001-07-29 17:01:53 +00:00
recog.h
reg-stack.c Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz> 2001-07-31 13:43:22 +00:00
regclass.c regclass.c (call_really_used_regs): Conditionally define. 2001-08-02 01:43:29 -07:00
regmove.c regmove.c (regmove_optimize): Don't replace a reg with another reg of a different mode. 2001-07-26 15:23:07 +00:00
regrename.c regrename.c (regrename_optimize): Compute nregs for each potential target register. 2001-07-22 00:10:46 -07:00
regs.h flow.c (mark_set_1): Use REG_FREQ_FROM_BB. 2001-07-30 20:03:37 +00:00
reload1.c reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer to the hardware frame pointer... 2001-07-19 19:46:29 +00:00
reload.c * reload.c: Fix comment typos. 2001-07-23 22:41:10 +00:00
reload.h
reorg.c tm.texi (MD_CAN_REDIRECT_BRANCH): New macro. 2001-07-23 16:00:06 +00:00
resource.c
resource.h
rtl.c machmode.def (Pmode): Redefine if GENERATOR_FILE. 2001-07-15 17:28:20 -07:00
rtl.def rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. 2001-06-30 17:23:53 +00:00
rtl.h rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets. 2001-07-29 21:28:42 +00:00
rtlanal.c rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets. 2001-07-29 21:28:42 +00:00
sbitmap.c [multiple changes] 2001-07-29 18:21:08 +00:00
sbitmap.h [multiple changes] 2001-07-29 18:21:08 +00:00
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of dependancy flush list. 2001-07-26 13:59:22 +00:00
sched-ebb.c
sched-int.h params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of dependancy flush list. 2001-07-26 13:59:22 +00:00
sched-rgn.c
sched-vis.c
sdbout.c dbxout.c (dbxout_global_decl): New. 2001-07-22 17:02:53 +00:00
sdbout.h Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
SERVICE
sibcall.c basic-block.h (CLEANUP_PRE_LOOP): New. 2001-07-29 17:01:53 +00:00
simplify-rtx.c simplify-rtx.c (avoid_constant_pool_reference): Export. 2001-07-26 16:47:15 -07:00
sort-protos
ssa-ccp.c ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception. 2001-07-25 08:23:08 -06:00
ssa-dce.c basic-block.h (first_insn_after_basic_block_note): Declare. 2001-07-06 12:19:47 -06:00
ssa.c ssa.c (rename_insn_1): Do not wrap an assignment to a paradoxical SUBREG inside a SEQUENCE. 2001-07-25 08:41:35 -06:00
ssa.h ssa-ccp.c (first_phi_node): Remove. 2001-07-10 10:27:54 -06:00
stab.def
stack.h
stmt.c stmt.c (expand_goto): A nonlocal goto can be a call too. 2001-07-25 13:33:17 +00:00
stor-layout.c stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a power of two. 2001-07-24 18:19:23 -07:00
stringpool.c c-decl.c (init_decl_processing): Don't call start_identifier_warnings. 2001-05-27 21:04:28 +00:00
sys-protos.h
sys-types.h
system.h system.h (TARGET_ESC): Move to ... 2001-06-27 06:55:29 +00:00
target-def.h target.h (struct gcc_target): New fields init_builtins and expand_builtin. 2001-07-10 06:18:36 +00:00
target.h target.h (struct gcc_target): New fields init_builtins and expand_builtin. 2001-07-10 06:18:36 +00:00
timevar.c
timevar.def basic-block.h (CLEANUP_PRE_SIBCALL): New constant. 2001-07-16 20:54:44 +00:00
timevar.h Standardize header guards. 2001-05-25 18:31:47 -07:00
tlink.c tlink.c (recompile_files): Remove COMPILER_PATH and LIBRARY_PATH from the environment. 2001-07-01 20:01:47 +00:00
toplev.c i386.c (ix86_output_main_function_alignment_hack): New function. 2001-07-30 20:30:23 +00:00
toplev.h Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. 2001-07-19 21:17:09 +00:00
tradcif.y
tradcpp.c
tradcpp.h Standardize header guards. 2001-05-25 18:31:47 -07:00
tree.c *** empty log message *** 2001-07-31 19:28:43 -07:00
tree.def *** empty log message *** 2001-07-31 19:28:43 -07:00
tree.h *** empty log message *** 2001-07-31 19:28:43 -07:00
tsystem.h Standardize header guards. 2001-05-25 18:31:47 -07:00
typeclass.h
unprotoize.c
unroll.c unroll.c (loop_iterations): Fix miscalculation of initial giv offset. 2001-07-23 12:58:29 -04:00
unwind-dw2-fde.c unwind-pe.h (base_of_encoded_value, [...]): Define only if NO_BASE_OF_ENCODED_VALUE isn't defined. 2001-08-01 21:18:42 +02:00
unwind-dw2-fde.h unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favour of... 2001-05-22 16:01:33 -07:00
unwind-dw2.c unwind-dw2.c (_Unwind_FrameState): Add eh_ptr. 2001-07-19 20:20:49 +02:00
unwind-pe.h unwind-pe.h (base_of_encoded_value, [...]): Define only if NO_BASE_OF_ENCODED_VALUE isn't defined. 2001-08-01 21:18:42 +02:00
unwind-sjlj.c
unwind.h
unwind.inc
varasm.c except.c (output_function_exception_table): Use assemble_align. 2001-08-01 15:47:09 -07:00
varray.c varray.c: Include errors.h for internal_error and trim_filename declarations. 2001-07-09 22:30:41 +02:00
varray.h varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter. 2001-07-04 19:40:02 +00:00
version.c Daily bump. 2001-08-02 07:16:40 +00:00
version.h Standardize header guards. 2001-05-25 18:31:47 -07:00
vmsconfig.com
xcoffout.c dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. 2001-07-17 19:47:58 +00:00
xcoffout.h dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. 2001-07-17 19:47:58 +00:00

Copyright (C) 2000 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C89 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

The first section of this file deals strictly with portability issues,
the second with common coding pitfalls.


			Portability Issues
			==================

Unary +
-------

K+R C compilers and preprocessors have no notion of unary '+'.  Thus
the following code snippet contains 2 portability problems.

int x = +2;  /* int x = 2;  */
#if +1       /* #if 1  */
#endif


Pointers to void
----------------

K+R C compilers did not have a void pointer, and used char * as the
pointer to anything.  The macro PTR is defined as either void * or
char * depending on whether you have a standards compliant compiler or
a K+R one.  Thus

  free ((void *) h->value.expansion);

should be written

  free ((PTR) h->value.expansion);

Further, an initial investigation indicates that pointers to functions
returning void are okay.  Thus the example given by "Calling functions
through pointers to functions" below appears not to cause a problem.


String literals
---------------

Some SGI compilers choke on the parentheses in:-

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

K+R C did not allow concatenation of string literals like

  "This is a " "single string literal".

Moreover, some compilers like MSVC++ have fairly low limits on the
maximum length of a string literal; 509 is the lowest we've come
across.  You may need to break up a long printf statement into many
smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


signed keyword
--------------

The signed keyword did not exist in K+R compilers; it was introduced
in ISO C89, so you cannot use it.  In both K+R and standard C,
unqualified char and bitfields may be signed or unsigned.  There is no
way to portably declare signed chars or signed bitfields.

All other arithmetic types are signed unless you use the 'unsigned'
qualifier.  For instance, it is safe to write

  short paramc;

instead of

  signed short paramc;

If you have an algorithm that depends on signed char or signed
bitfields, you must find another way to write it before it can be
integrated into GCC.


Function prototypes
-------------------

You need to provide a function prototype for every function before you
use it, and functions must be defined K+R style.  The function
prototype should use the PARAMS macro, which takes a single argument.
Therefore the parameter list must be enclosed in parentheses.  For
example,

int myfunc PARAMS ((double, int *));

int
myfunc (var1, var2)
	double var1;
	int *var2;
{
  ...
}

You also need to use PARAMS when referring to function protypes in
other circumstances, for example see "Calling functions through
pointers to functions" below.

Variable-argument functions are best described by example:-

void cpp_ice PARAMS ((cpp_reader *, const char *msgid, ...));

void
cpp_ice VPARAMS ((cpp_reader *pfile, const char *msgid, ...))
{  
#ifndef ANSI_PROTOTYPES
  cpp_reader *pfile;
  const char *msgid;
#endif
  va_list ap;
  
  VA_START (ap, msgid);
  
#ifndef ANSI_PROTOTYPES
  pfile = va_arg (ap, cpp_reader *);
  msgid = va_arg (ap, const char *);
#endif

  ...
  va_end (ap);
}

For the curious, here are the definitions of the above macros.  See
ansidecl.h for the definitions of the above macros and more.

#define PARAMS(paramlist)  paramlist  /* ISO C.  */
#define VPARAMS(args)   args

#define PARAMS(paramlist)  ()         /* K+R C.  */
#define VPARAMS(args)   (va_alist) va_dcl

One aspect of using K+R style function declarations, is you cannot
have arguments whose types are char, short, or float, since without
prototypes (ie, K+R rules), these types are promoted to int, int, and
double respectively.

Calling functions through pointers to functions
-----------------------------------------------

K+R C compilers require parentheses around the dereferenced function
pointer expression in the call, whereas ISO C relaxes the syntax.  For
example

typedef void (* cl_directive_handler) PARAMS ((cpp_reader *, const char *));
      *p->handler (pfile, p->arg);

needs to become

      (*p->handler) (pfile, p->arg);


Macros
------

The rules under K+R C and ISO C for achieving stringification and
token pasting are quite different.  Therefore some macros have been
defined which will get it right depending upon the compiler.

  CONCAT2(a,b) CONCAT3(a,b,c) and CONCAT4(a,b,c,d)

will paste the tokens passed as arguments.  You must not leave any
space around the commas.  Also,

  STRINGX(x)

will stringify an argument; to get the same result on K+R and ISO
compilers x should not have spaces around it.


Passing structures by value
---------------------------

Avoid passing structures by value, either to or from functions.  It
seems some K+R compilers handle this differently or not at all.


Enums
-----

In K+R C, you have to cast enum types to use them as integers, and
some compilers in particular give lots of warnings for using an enum
as an array index.


Bitfields
---------

See also "signed keyword" above.  In K+R C only unsigned int bitfields
were defined (i.e. unsigned char, unsigned short, unsigned long.
Using plain int/short/long was not allowed).


free and realloc
----------------

Some implementations crash upon attempts to free or realloc the null
pointer.  Thus if mem might be null, you need to write

  if (mem)
    free (mem);


Reserved Keywords
-----------------

K+R C has "entry" as a reserved keyword, so you should not use it for
your variable names.


Type promotions
---------------

K+R used unsigned-preserving rules for arithmetic expresssions, while
ISO uses value-preserving.  This means an unsigned char compared to an
int is done as an unsigned comparison in K+R (since unsigned char
promotes to unsigned) while it is signed in ISO (since all of the
values in unsigned char fit in an int, it promotes to int).

Trigraphs
---------

You weren't going to use them anyway, but trigraphs were not defined
in K+R C, and some otherwise ISO C compliant compilers do not accept
them.


Suffixes on Integer Constants
-----------------------------

K+R C did not accept a 'u' suffix on integer constants.  If you want
to declare a constant to be be unsigned, you must use an explicit
cast.

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate(a, b)
      int a, b;
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.  K+R C has no problem with 'void' as a return type, so you
need not worry about that.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate(a, b)
      int a, b;
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.