- 22 Mar, 2002 4 commits
-
-
PR target/5996 * fixinc/inclhack.def (solaris_stdio_tag): New. * fixinc/fixincl.x: Regenerate. From-SVN: r51158
Richard Henderson committed -
PR c/5597 * c-typeck.c (process_init_element): Flag non-static initialization of a flexible array member as illegal. From-SVN: r51156
Eric Botcazou committed -
* mklibgcc.in (SHLIB_MKMAP_OPTS): New variable. * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo. * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc. From-SVN: r51153
Alan Modra committed -
* config/rs6000/t-linux64: New. * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and t-ppccomm. Use t-rs6000 and t-linux64. (powerpc64-*-gnu* <tmake_file>): Likewise. From-SVN: r51150
Alan Modra committed
-
- 21 Mar, 2002 25 commits
-
-
2002-03-21 Aldy Hernandez <aldyh@redhat.com> * tree.c (cp_cannot_inline_tree_fn): Same. From-SVN: r51149
Aldy Hernandez committed -
From-SVN: r51147
Aldy Hernandez committed -
langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_inline instead of optimize == 0. 2002-03-21 Aldy Hernandez <aldyh@redhat.com> * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_inline instead of optimize == 0. * c-objc-common.c (c_cannot_inline_tree_fn): Same. * cp/tree.c (cp_cannot_inline_tree_fn): Same. * flags.h (flag_really_no_inline): New. * c-common.c (c_common_post_options): Initialzie flag_really_no_inline. * toplev.c (flag_really_no_inline): New. From-SVN: r51146
Aldy Hernandez committed -
* config/avr/avr.md (length): Fix length computation for conditional branches. From-SVN: r51144
Jakub Jelinek committed -
* configure.in: Enable alpha*-*-freebsd*. * configure: Rebuilt. From-SVN: r51143
Loren J. Rittle committed -
From-SVN: r51141
Anthony Green committed -
* parse.y (build_access_to_thisn): Stop when FROM is not an inner class. From-SVN: r51138
Tom Tromey committed -
* Makefile.in (fold-const.o, stor-layout.o, stmt.o, sdbout.o, profile.o): Update. * c-common.c (c_common_nodes_and_builtins): Use pushdecl langhook. * c-common.h (gettags): Move here from tree.h. * c-tree.h (pushdecl, pushlevel, poplevel, set_block, insert_block, getdecls, kept_level_p, global_bindings_p): New. * dbxout.c (dbxout_init): Use getdecls langhook. * expr.c (expand_expr): Use insert_block langhook. * fold-const.c: Include langhooks.h. (fold_range_test, fold_binary_op_with_conditional_arg, fold): Use global_bindings_p langhook. * integrate.c (expand_inline_function): Use insert_block langhook. * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P, LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL, LANG_HOOKS_GETDECLS): New. (LANG_HOOKS_INITIALIZER): Update. * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p langhook. * langhooks.h (struct lang_hooks_for_decls): New. (struct lang_hooks): Update. * profile.c: Include langhooks.h. (output_func_start_profiler): Use new langhooks. * sdbout.c: Include langhooks.h. (sdbout_init, sdbout_finish): Use getdecls langhook. * stmt.c: Include langhooks.h. (expand_fixup, fixup_gotos): Use new langhooks. * stor-layout.c: Include langhooks.h. (variable_size): Use global_bindings_p langhook. * toplev.c (compile_file): Use getdecls langhook. * tree-inline.c (remap_block): Use insert_block langhook. * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags, insert_block, getdecls, kept_level_p, global_bindings_p): Remove. cp: * cp-tree.h (pushdecl, pushlevel, poplevel, set_block, insert_block, getdecls, global_bindings_p): New. java: * cp-tree.h (pushdecl, pushlevel, poplevel, set_block, insert_block, getdecls, kept_level_p, global_bindings_p): New. f: * cp-tree.h (pushdecl, pushlevel, poplevel, set_block, insert_block, getdecls, global_bindings_p): New. From-SVN: r51136
Neil Booth committed -
* config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic constants in .data when -fpic. From-SVN: r51134
Richard Henderson committed -
* doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux where appropriate. From-SVN: r51132
Gerald Pfeifer committed -
From-SVN: r51130
Tom Tromey committed -
From-SVN: r51129
David Edelsohn committed -
From-SVN: r51127
Richard Kenner committed -
From-SVN: r51125
Richard Kenner committed -
From-SVN: r51123
Richard Kenner committed -
PR c/5354 * c-common.c (c_expand_expr): Preserve result of a statement expression if needed. Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r51121
Eric Botcazou committed -
From-SVN: r51119
GCC Administrator committed -
PR bootstrap/4195 * genrecog.c (maybe_both_true_mode): Remove. (maybe_both_true_2, write_switch): Revert 2001-07-17 changes. * machmode.def (Pmode): Likewise. From-SVN: r51115
Jakub Jelinek committed -
* alias.c: (nonlocal_mentioned_p): Use for_each_rtx. (nonlocal_mentioned_p_1): New function. (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise. (nonlocal_set_p, nonlocal_set_p_1): Likewise. (mark_constant_function): Recognize pure functions. * rtl.h (global_reg_mentioned_p): New prototype. * rtlanal.c (global_reg_mentioned_p, global_reg_mentioned_p_1): New function. From-SVN: r51113
John Wehle committed -
* acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New. (GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv. * aclocal.m4: Regenerate. * configure: Likewise. From-SVN: r51110
Rainer Orth committed -
* g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names. (A, E): Handle this. From-SVN: r51108
Rainer Orth committed -
* fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64 UNIX assert.h. * fixinc/fixincl.x: Regenerate. From-SVN: r51106
Rainer Orth committed -
* lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about ignoring -fpic. * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output through prune_gcc_output. From-SVN: r51102
Jason Merrill committed -
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier, not release_set. * sysdep/powerpc/locks.h (write_barrier): New function. * sysdep/i386/locks.h (write_barrier): New function. From-SVN: r51101
Bryce McKinlay committed -
From-SVN: r51099
Jason Merrill committed
-
- 20 Mar, 2002 11 commits
-
-
cp: PR c++/4361 * mangle.c (struct globals) Add internal_mangling_p member. (write_template_param): Do internal mangling, if needed. (mangle_conv_op_name_for_type): Request internal mangling. From-SVN: r51098
Nathan Sidwell committed -
From-SVN: r51097
Michael Meissner committed -
* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a ".literal_position" directive before the constant pool. From-SVN: r51096
Bob Wilson committed -
* doc/contrib.texi (Contributors): Update Geoffrey Keating. Add Craig Rodrigues. Add Brad Lucier to testers. From-SVN: r51095
Gerald Pfeifer committed -
* gcj.texi: @code{gcj} becomes @command{gcj}. @code{gcc} becomes @command{gcc}. GcjRaw changed to gnu.gcc.RawData. From-SVN: r51092
Nic Ferrier committed -
PR target/4792 * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode to if_then_else. (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise. * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached instead of insn_extract. From-SVN: r51090
Jakub Jelinek committed -
PR bootstrap/4192 * config/fr30/fr30.md (jump): Comment out clobber of fixed register. * genemit.c (output_added_clobbers_hard_reg_p): Only output return stmt if some case has been output. * gcc.c-torture/compile/20020320-1.c: New test. From-SVN: r51088
Jakub Jelinek committed -
PR c/5972 * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc, movsfcc_1, movdfcc_1): Add %O2. * config/i386/i386.c (print_operand): Handle %ON. Print . before float condition codes in Sun as cmov syntax. * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as. * config.gcc (i[34567]86-*-solaris2*): Remove comment which is no longer true. From-SVN: r51086
Jakub Jelinek committed -
2002-03-20 Philip Blundell <pb@nexus.co.uk> * config/arm/arm.c (arm_output_epilogue): Don't generate separate return instruction if PC was popped. From-SVN: r51083
Philip Blundell committed -
PR c++/2136 * init.c (build_delete): Check access for a member op delete here. * decl2.c (delete_sanity): Not here. From-SVN: r51079
Jason Merrill committed -
* config/xtensa/xtensa.md: Remove unused type attributes. (adddi_carry, subddi_carry): Change type attribute to "multi". From-SVN: r51078
Bob Wilson committed
-