gcc/gcc
Caroline Tice 0855eab7a3 gcc.c (combine_flag): New global variable, for new driver option.
2004-04-05  Caroline Tice  <ctice@apple.com>

        * gcc.c (combine_flag): New global variable, for new driver option.
        (struct compiler): Add two new fields, to be used when
        combining multiple input files in a single pass (IMA).
        (default_compilers):  Add values for the new fields to all
        compiler entries. Modify the "@c" compiler entry for doing IMA
        properly with "-save-temps" and the "combine" flag.
        (option_map):  Add new driver option, "--combine", to tell driver
        to pass multiple input files to compiler at one time.
        (have_o_argbuf_index): New global variable.
        (store_arg): Modify to assign value to have_o_argbuf_index.
        (struct infile):  Add three new fields, to help with IMA.
        (display_help): Add help for new "combine" option.
        (process_command): Remove local variable have_o; add code to check
        for new "combine" option; remove assignment to combine_inputs.
        (do_spec_1):  Modify to deal with IMA better.
        (main): Make variable 'lang_n_infiles' local to entire function
        rather than to a single block.  Use flag combine_flag to
        determine whether to do IMA or not; Modify loop initializing
        infiles to deal properly with linker files.
        Add code for doing preprocessing in presence of
        IMA with "-save-temps" flag.  Modify "main" loop to handle
        multiple input files, in multiple languages, with or without
        preprocessing,  gracefully.
        * toplev.c (set_src_pwd): Modify to not complain if attempting to
        re-set it to same directory it's previously been set to (avoid
        irritating, meaningless warning messages when doing IMA with
        save-temps).
        * doc/invoke.texi: Add "-combine" to list of Overall Options;
        remove documentation about IMA that is no longer accurate; Add
        documentation explaining what "-combine" does.
        * ada/lang-specs.h: Add initialization values for new fields in
        "struct compiler".
        * cp/lang-specs.h: Likewise.
        * f/lang-specs.h: Likewise.
        * java/lang-specs.h: Likewise.
        * objc/lang-specs.h: Likewise.
        * treelang/lang-specs.h: Likewise.

Fix gcc driver to work properly with IMI.

From-SVN: r80435
2004-04-05 12:23:27 -07:00
..
ada gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
config rs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol handling. 2004-04-05 12:45:51 -04:00
cp gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
doc gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
f gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
fixinc fixinc.c (test_test): Initialize res. 2004-01-27 19:10:10 +00:00
ginclude re PR c++/13275 (Implementation of offsetof macro) 2003-12-16 16:09:23 +00:00
java gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
objc gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
po * be.po, da.po, el.po, es.po, ja.po, nl.po, sv.po, tr.po: Update. 2004-03-18 17:58:40 +00:00
testsuite re PR c++/3518 (default conversion to pointer-to-function is applied to soon (related to DR295)) 2004-04-05 15:52:12 +00:00
treelang gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
.cvsignore * .cvsignore: Add GPATH, GRTAGS, GSYMS and GTAGS (GNU GLOBAL) 2004-03-30 18:18:59 +09:30
ABOUT-GCC-NLS
COPYING
COPYING.LIB
ChangeLog gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 ChangeLog.7: Fix comment typos. 2003-11-21 06:52:23 +00:00
ChangeLog.8 Rotate ChangeLog 2004-01-01 00:32:08 +00:00
ChangeLog.9
ChangeLog.10 Fix typo: FIRST_PSEOUDO_REGISTER -> FIRST_PSEUDO_REGISTER 2004-03-02 01:14:08 +01:00
ChangeLog.lib
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) 2004-04-05 03:58:46 +00:00
ONEWS
README-fixinc
README.Portability README.Portability: Change "ISO C89" to "ISO C90". 2004-02-08 20:55:34 +00:00
SERVICE
aclocal.m4 (top level) 2004-03-11 05:01:17 +00:00
alias.c gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
alloc-pool.c alloc-pool.c: Fix comment typos. 2004-01-31 17:47:43 +00:00
alloc-pool.h alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
attribs.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
basic-block.h basic-block.h (make_eh_edge, [...]): Declare. 2004-02-25 20:00:00 +00:00
bb-reorder.c bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 16:50:36 +00:00
bitmap.c gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
bitmap.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
bt-load.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
builtin-attrs.def
builtin-types.def builtin-types.def (BT_WINT, [...]): New. 2004-03-27 05:29:40 +00:00
builtins.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
builtins.def builtin-types.def (BT_WINT, [...]): New. 2004-03-27 05:29:40 +00:00
c-aux-info.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-common.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-common.def
c-common.h PR 12267, 12391, 12560, 13129, 14114, 14113 2004-03-23 23:47:53 +00:00
c-config-lang.in
c-convert.c alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hooks.foo (). 2004-03-14 22:26:14 +00:00
c-cppbuiltin.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-decl.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
c-dump.c
c-errors.c
c-format.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-incpath.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
c-incpath.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
c-lang.c re PR c/14734 (Error recovery problem with undeclared array bounds) 2004-03-28 17:45:57 +00:00
c-lex.c target-supports.exp (check-iconv-available): New function. 2004-02-27 02:01:10 +00:00
c-objc-common.c PR 12267, 12391, 12560, 13129, 14114, 14113 2004-03-23 23:47:53 +00:00
c-opts.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-parse.in PR 12267, 12391, 12560, 13129, 14114, 14113 2004-03-23 23:47:53 +00:00
c-pch.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
c-ppoutput.c c-decl.c, [...]: Fix comment typos and formatting. 2004-02-27 07:09:43 +00:00
c-pragma.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
c-pragma.h target-supports.exp (check-iconv-available): New function. 2004-02-27 02:01:10 +00:00
c-pretty-print.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-pretty-print.h c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
c-semantics.c (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. 2004-02-17 21:33:43 +00:00
c-tree.h re PR c/14734 (Error recovery problem with undeclared array bounds) 2004-03-28 17:45:57 +00:00
c-typeck.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
c.opt c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
caller-save.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
calls.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
cfg.c Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. 2004-01-29 07:47:56 +00:00
cfganal.c c-ppoutput.c, [...]: Update copyright. 2004-02-07 14:14:54 +00:00
cfgbuild.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
cfgcleanup.c bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 16:50:36 +00:00
cfghooks.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
cfghooks.h alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, 2004-01-31 02:07:12 +00:00
cfglayout.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
cfglayout.h backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfgloop.c loop-iv.c: New file. 2004-02-17 16:41:44 +00:00
cfgloop.h doloop.c: Removed. 2004-03-18 16:42:34 +00:00
cfgloopanal.c doloop.c: Removed. 2004-03-18 16:42:34 +00:00
cfgloopmanip.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
cfgrtl.c cfgrtl.c, [...]: Fix comment typos. 2004-03-25 17:04:45 +00:00
cgraph.c cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
cgraph.h cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
cgraphunit.c cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
collect2.c system.h (SUNOS4_SHARED_LIBRARIES): Poison. 2004-03-10 00:17:36 +00:00
collect2.h
combine.c combine.c (combine_simplify_rtx): Remove the "last" parameter and its documentation. 2004-03-16 16:14:50 +00:00
common.opt New option -Wstrict-aliasing=2. 2004-03-09 22:02:55 -08:00
conditions.h
config.build xm-iris5.h: Remove, unnecessary. 2003-10-01 23:51:10 +00:00
config.gcc sparc.h (DITF_CONVERSION_LIBFUNCS): Define to 0. 2004-04-01 18:05:22 +02:00
config.host re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) 2004-04-05 03:58:46 +00:00
config.in gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with -lgcc --as-needed -lgcc_s --no-as-needed by default. 2004-04-01 18:45:34 +02:00
configure re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) 2004-04-05 03:58:46 +00:00
configure.ac re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) 2004-04-05 03:58:46 +00:00
conflict.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
convert.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
convert.h
coretypes.h
coverage.c PR 12267, 12391, 12560, 13129, 14114, 14113 2004-03-23 23:47:53 +00:00
coverage.h toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
cppcharset.c cppcharset.c (_cpp_interpret_string_notranslate): Rename and duplicate argument structure of cpp_interpret_string. 2004-02-12 02:25:03 +00:00
cppdefault.c
cppdefault.h
cpperror.c Represent column numbers using line-map's source_location. 2004-02-11 07:29:30 -08:00
cppexp.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
cppfiles.c Add framework support for darwin. 2004-03-04 00:18:54 +00:00
cpphash.c
cpphash.h re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c") 2004-02-18 14:02:39 -08:00
cppinit.c c-opts.c (warn_variadic_macros): New. 2004-02-19 14:18:50 -08:00
cpplex.c re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c") 2004-02-18 14:02:39 -08:00
cpplib.c re PR preprocessor/14438 (Potential need for buffer overflow checks in _cpp_lex_direct) 2004-03-24 03:19:37 +00:00
cpplib.h gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
cppmacro.c c-opts.c (warn_variadic_macros): New. 2004-02-19 14:18:50 -08:00
cpppch.c [multiple changes] 2004-01-17 00:37:47 +00:00
cppspec.c
cpptrad.c Represent column numbers using line-map's source_location. 2004-02-11 07:29:30 -08:00
cppucnid.h
cppucnid.pl
cppucnid.tab
crtstuff.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
cse.c cse.c (cse_insn): Correct usage of simplify_replace_rtx when updating the REG_EQUAL note on an... 2004-04-04 21:44:41 +00:00
cselib.c cfgcleanup.c (thread_jump): Update call of cselib_init. 2004-03-04 16:28:50 +00:00
cselib.h gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
cstamp-h.in
dbxout.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
dbxout.h
debug.c debug.h (struct gcc_debug_hooks): Add type_decl field. 2004-02-12 21:42:28 +00:00
debug.h debug.h (struct gcc_debug_hooks): Add type_decl field. 2004-02-12 21:42:28 +00:00
defaults.h defaults.h (REVERSIBLE_CC_MODE): Define. 2004-03-15 18:51:53 +00:00
df.c df.c, [...]: Replace df_analyse with df_analyze. 2004-02-24 13:55:06 +00:00
df.h * df.h: Tidy up whitespace in the definitions of the DF_ flags. 2004-04-04 21:12:35 +00:00
diagnostic.c alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hooks.foo (). 2004-03-14 22:26:14 +00:00
diagnostic.def
diagnostic.h c-ppoutput.c, [...]: Update copyright. 2004-02-07 14:14:54 +00:00
dojump.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
dominance.c c-typeck.c, [...]: Fix comment typos and formatting. 2004-03-11 05:54:35 +00:00
dummy-conditions.c
dwarf.h
dwarf2.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
dwarf2asm.c dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
dwarf2asm.h
dwarf2out.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
dwarf2out.h
emit-rtl.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
errors.c errors.c: Don't include coretypes.h or tm.h. 2003-10-07 20:06:37 +00:00
errors.h
et-forest.c * et-forest.c: Replace et_occurences with et_occurrences. 2004-02-24 03:46:42 +00:00
et-forest.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
except.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
except.h cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
explow.c alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. 2004-03-21 13:09:20 -05:00
expmed.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
expr.c expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. 2004-04-01 08:41:37 -05:00
expr.h alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. 2004-03-21 13:09:20 -05:00
final.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
fix-header.c Add framework support for darwin. 2004-03-04 00:18:54 +00:00
fixproto
flags.h New option -Wstrict-aliasing=2. 2004-03-09 22:02:55 -08:00
flow.c * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")". 2004-03-03 11:41:47 +00:00
fold-const.c fold-const.c (fold): Guard (-A)+B -> B-A transformation with reorder_operands_p. 2004-04-03 20:05:40 +00:00
fp-test.c
function.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
function.h cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
gbl-ctors.h
gcc.c gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
gcc.h
gccbug.in configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. 2003-09-17 20:01:06 +00:00
gccspec.c
gcov-dump.c
gcov-io.c convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
gcov-io.h re PR target/14291 (-fprofile-arcs fails (unresolved symbol)) 2004-03-22 02:33:30 +00:00
gcov-iov.c
gcov.c gcc.c (process_command): Allow translation of the copyright symbol but not the rest of the copyright message. 2004-02-20 06:46:42 +00:00
gcse.c gcse.c (can_assign_to_reg_p): New function, split out from... 2004-03-23 09:33:30 +00:00
gdbinit.in rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gen-protos.c
genattr.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
genattrtab.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
genattrtab.h
genautomata.c c-objc-common.c (): Fix a typo in a warning. 2004-02-08 19:45:46 +00:00
gencheck.c
gencodes.c
genconditions.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
genconfig.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
genconstants.c
genemit.c re PR target/14040 (ARM cross compiler: error: could not split insn) 2004-04-01 23:30:25 +00:00
genextract.c alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, 2004-01-31 02:07:12 +00:00
genflags.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
gengenrtl.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gengtype-lex.l system.h (CHAR_BITFIELD): Delete. 2004-01-27 02:33:22 +00:00
gengtype-yacc.y gengtype-yacc.y (option, stringseq): Add missing terminating semicolon. 2004-03-31 14:45:58 +00:00
gengtype.c gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
gengtype.h gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
genmodes.c genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
genmultilib genmultilib: Change '=' to '-' when translating option names to directory names. 2004-03-04 22:04:38 +00:00
genopinit.c optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. 2004-03-10 22:36:22 +00:00
genoutput.c genoutput.c (process_template): Strip trailing whitespace in @ templates and issue a warning if there was any. 2004-02-22 19:39:06 +01:00
genpeep.c
genpreds.c
genrecog.c re PR target/14040 (ARM cross compiler: error: could not split insn) 2004-04-01 23:30:25 +00:00
gensupport.c re PR target/14040 (ARM cross compiler: error: could not split insn) 2004-04-01 23:30:25 +00:00
gensupport.h
ggc-common.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
ggc-none.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
ggc-page.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
ggc-zone.c * ggc-zone.c (ggc_pch_write_object): Don't align file pointer. 2004-03-04 04:25:12 +00:00
ggc.h ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistics transparent. 2004-03-03 11:25:51 +00:00
glimits.h
global.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
gmon.c
graph.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-posix.c
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
hard-reg-set.h
hashtable.c
hashtable.h
hooks.c hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
hooks.h hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
host-default.c
hosthooks-def.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
hosthooks.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
hwint.h
ifcvt.c bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 16:50:36 +00:00
input.h input.h: Don't #include line-map.h. 2004-02-20 12:02:27 -08:00
insn-addr.h
integrate.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
integrate.h
intl.c
intl.h
jump.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
langhooks-def.h cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
langhooks.c PR 12267, 12391, 12560, 13129, 14114, 14113 2004-03-23 23:47:53 +00:00
langhooks.h cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
lcm.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
libfuncs.h * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) 2003-10-07 02:23:42 +00:00
libgcc-darwin.ver config.gcc (powerpc-*-darwin*): Add libgcc build specification file. 2003-11-19 06:17:15 +01:00
libgcc-std.ver libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
libgcc2.c libgcc2.c (__negdi2, [...]): Const-ify and/or initialize automatic variables at declaration. 2003-11-14 02:23:13 +00:00
libgcc2.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
libgcov.c convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
limitx.h
limity.h
line-map.c c-decl.c, [...]: Fix comment formatting. 2004-02-16 14:20:10 +00:00
line-map.h re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c") 2004-02-18 14:02:39 -08:00
lists.c gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
local-alloc.c cse.c (cse_end_of_basic_block): Make static. 2004-03-05 10:17:40 +00:00
longlong.h config.gcc, linux.h: Implement with-cpu for m68k-linux. 2004-03-16 05:12:25 +01:00
loop-doloop.c loop-doloop.c (add_test): Replace GEN_INT (0) with const0_rtx. 2004-03-20 02:31:57 +00:00
loop-init.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
loop-iv.c doloop.c: Removed. 2004-03-18 16:42:34 +00:00
loop-unroll.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
loop-unswitch.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
loop.c doloop.c: Removed. 2004-03-18 16:42:34 +00:00
loop.h dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
machmode.def genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
machmode.h genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
main.c
mips-tdump.c
mips-tfile.c gcc.c (process_command): Don't internationalize the Copyright message. 2004-01-24 10:09:48 +00:00
mkconfig.sh
mkdeps.c
mkdeps.h
mkheaders.in Makefile.in, [...]: Replace uses of ${target_alias} for directory names (and other places which... 2003-10-14 03:41:42 +00:00
mklibgcc.in * mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2. 2004-03-19 03:32:07 +00:00
mkmap-flat.awk
mkmap-symver.awk libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
mode-classes.def genmodes.c, [...]: New files. 2003-10-10 20:33:07 +00:00
optabs.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
optabs.h optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. 2004-03-10 22:36:22 +00:00
opts.c opts.c (decode_options): Do function inlining with very small max-inline-insns-* parameters when... 2004-04-02 22:17:49 +00:00
opts.h
opts.sh
output.h Enabled linkonce support for Darwin. 2004-03-12 17:09:03 +00:00
params.c
params.def params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. 2004-03-22 17:05:05 -05:00
params.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
passes.c cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
postreload.c cfgcleanup.c (thread_jump): Update call of cselib_init. 2004-03-04 16:28:50 +00:00
predict.c predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK. 2004-03-18 15:03:12 +00:00
predict.def Correct the description of these files in the comment header. 2003-11-28 22:23:36 +11:00
predict.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
prefix.c
prefix.h
pretty-print.c dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
pretty-print.h dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
print-rtl.c c-ppoutput.c, [...]: Update copyright. 2004-02-07 14:14:54 +00:00
print-tree.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
profile.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
protoize.c
ra-build.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
ra-colorize.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
ra-debug.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
ra-rewrite.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
ra.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
ra.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
read-rtl.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
real.c real.h (struct real_value): Use the same type for all bitfields. 2004-03-22 00:40:44 +00:00
real.h real.h (struct real_value): Use the same type for all bitfields. 2004-03-22 00:40:44 +00:00
recog.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
recog.h recog.c (validate_replace_src): Remove. 2004-02-26 23:39:29 +00:00
reg-stack.c reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_unsafe_math_optimizations. 2004-03-24 02:28:41 +00:00
regclass.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
regmove.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
regrename.c regrename.c (regrename_optimize): Set regs_ever_live for all registers introduced as replacement. 2004-03-22 13:15:58 +00:00
regs.h alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
reload.c reload.c (find_reloads): Reorganize if seqeunce to switch. 2004-03-04 21:31:43 +00:00
reload.h
reload1.c cse.c (cse_end_of_basic_block): Make static. 2004-03-05 10:17:40 +00:00
reorg.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
resource.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
resource.h re PR target/13256 (strict_low_part mistreated in delay slots) 2003-12-05 11:53:56 +00:00
rtl-error.c
rtl.c ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistics transparent. 2004-03-03 11:25:51 +00:00
rtl.def alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
rtl.h alias.c (alias_invariant, [...]): Mark GTY. 2004-03-24 16:58:57 -08:00
rtlanal.c rtlanal.c (find_reg_note): Manually unswitch the loop. 2004-04-01 17:19:41 -08:00
sbitmap.c sbitmap.c (sbitmap_union_of_diff_cg, [...]): Accumulate "changed" properly. 2003-12-28 16:53:27 +00:00
sbitmap.h
scan-decls.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
scan-types.sh
scan.c
scan.h cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
sched-deps.c alias.c (alias_invariant, [...]): Mark GTY. 2004-03-24 16:58:57 -08:00
sched-ebb.c * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data. 2004-02-08 09:40:17 +00:00
sched-int.h convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
sched-rgn.c params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. 2004-03-22 17:05:05 -05:00
sched-vis.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
sdbout.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
sdbout.h
sibcall.c convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
simplify-rtx.c simplify-rtx.c (simplify_binary_operation): Constant fold DIV, MOD, UDIV and UMOD using div_and_round_double. 2004-04-05 03:14:13 +00:00
sort-protos
sreal.c
sreal.h
stab.def
stack.h
statistics.h ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistics transparent. 2004-03-03 11:25:51 +00:00
stmt.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
stor-layout.c expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. 2004-04-01 08:41:37 -05:00
stringpool.c
stub-objc.c MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
sys-protos.h
sys-types.h
system.h system.h (MD_ASM_CLOBBERS): Move to "Old target macros that have moved to the target hooks structure". 2004-03-19 00:52:24 +00:00
target-def.h hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
target.h hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
targhooks.c builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. 2004-03-02 22:32:27 +00:00
targhooks.h builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. 2004-03-02 22:32:27 +00:00
timevar.c alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, 2004-01-31 02:07:12 +00:00
timevar.def cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
timevar.h
tlink.c
toplev.c gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
toplev.h passes.c: New file. 2004-02-27 00:54:31 -08:00
tracer.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
tree-dump.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
tree-dump.h
tree-inline.c cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
tree-inline.h cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
tree-optimize.c cgraph.c: Add overall comment. 2004-04-01 23:28:15 +00:00
tree.c c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
tree.def expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. 2004-04-01 08:41:37 -05:00
tree.h c-decl.c (build_compound_literal): Use TYPE_READONLY. 2004-04-05 08:25:26 -04:00
tsystem.h tsystem.h: Add the prototype of strlen. 2003-11-05 05:17:16 +00:00
typeclass.h
unroll.c simplify-rtx.c (simplify_const_relational_operation): New function renamed from simplify_relational_operation. 2004-03-09 17:06:25 +00:00
unwind-c.c
unwind-dw2-fde-darwin.c unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable. 2003-11-01 10:59:50 +01:00
unwind-dw2-fde-glibc.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
unwind-dw2-fde.c 2003-10-31 Andreas Jaeger <aj@suse.de>, 2003-10-31 21:46:26 +01:00
unwind-dw2-fde.h cpperror.c, [...]: Update copyright. 2004-01-22 00:15:25 +00:00
unwind-dw2.c unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list. 2003-11-01 19:31:56 +01:00
unwind-pe.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
unwind-sjlj.c unwind-sjlj.c (_Unwind_GetCFA): Return (_Unwind_Word)0 instead of NULL. 2003-11-02 00:00:08 +00:00
unwind.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
unwind.inc
value-prof.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
value-prof.h Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
var-tracking.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
varasm.c re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_cast-ed pointer-to-member function crashes) 2004-04-04 22:51:02 +00:00
varray.c c-common.h: Fix comment typos. 2004-01-25 03:52:42 +00:00
varray.h gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
version.c Daily bump. 2004-04-05 00:16:16 +00:00
version.h
vmsdbg.h
vmsdbgout.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
web.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
xcoff.h [approved by wilson] 2003-12-02 20:07:25 +11:00
xcoffout.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
xcoffout.h cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00

README.Portability

Copyright (C) 2000, 2003 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 C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


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

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

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.

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.


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


Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


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

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 (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

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

  void
  operate (int a, int 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.