- 14 Jun, 2000 15 commits
-
-
From-SVN: r34551
Jeff Law committed -
* gcc.c (main): Quiet compiler warnings. argv is assumed to be writable in parts of the GCC code. From-SVN: r34550
David O'Brien committed -
* cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro. * class.c (dfs_find_final_overrider): Set it appropriately. (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to avoid unneeded secondary vptrs. From-SVN: r34549
Mark Mitchell committed -
* config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf specification match cast. From-SVN: r34548
David O'Brien committed -
* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13. * configure, config.in: Rebuilt. * sys-protos.h: Similarly. From-SVN: r34547
Jeffrey A Law committed -
* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13. * configure, config.in: Rebuilt. From-SVN: r34546
Jeffrey A Law committed -
* g++.old-deja/g++.other/eh1.C: New test. * g++.old-deja/g++.other/type.C: New test. * g++.old-deja/g++.other/initstring.C: New test. From-SVN: r34545
Jakub Jelinek committed -
From-SVN: r34544
Jakub Jelinek committed -
From-SVN: r34543
Jeff Law committed -
* ifcvt.c (EDGE_COMPLEX): Move definition ... * basic-block.h (EDGE_COMPLEX): ... here. * loop.c (check_dbra_loop): Specify the register when generating REG_NONNEG notes and don't generate duplicates. From-SVN: r34542
John Wehle committed -
* tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define. (struct tree_type, struct tree_decl): Add user_align member. * stor-layout.c (layout_decl): Set DECL_USER_ALIGN. (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined and DECL_USER_ALIGN 0, cap alignment to this value. (place_field): Likewise. (finalize_type_size): Set TYPE_USER_ALIGN. (layout_type): Likewise. (initialize_sizetypes): Likewise. * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp. DECL_USER_ALIGN to 1. * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN. (xfer_tag): Set TYPE_USER_ALIGN. (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN. (finish_enum): Likewise. * stmt.c (expand_decl): Set DECL_USER_ALIGN. (expand_anon_union_decl): Likewise. * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN. (build_index_type): Set TYPE_USER_ALIGN. (build_range_type): Likewise. (build_common_tree_nodes_2): Likewise. * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning. ch/: * decl.c (init_decl_processing): Set TYPE_USER_ALIGN. (layout_enum): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN. * typeck.c (layout_chill_range_type): Set TYPE_USER_ALIGN. (apply_chill_field_layout): Set DECL_USER_ALIGN. (layout_chill_struct_type): Set TYPE_USER_ALIGN. cp/: * class.c (build_secondary_vtable): Set DECL_USER_ALIGN. (check_bitfield_decl, check_field_decl): Likewise. (build_vtbl_or_vbase_field, build_base_field): Likewise. (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN. * decl.c (record_unknown_type): Set TYPE_USER_ALIGN. (xfer_tag, finish_enum): Likewise. * decl2.c (finish_builtin_type): Likewise. * init.c (init_init_processing): Likewise. * pt.c (instantiate_class_template): Likewise. * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN. * cp-tree.h (struct lang_type): Add user_align member. (CLASSTYPE_USER_ALIGN): Define. f/: * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN. (ffecom_transform_equiv_, ffecom_decl_field): Likewise. (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN. (duplicate_decls): Set DECL_USER_ALIGN. java/: * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN. * parse.y (java_complete_class): Set DECL_USER_ALIGN. * parse.c: Rebuilt. From-SVN: r34541
Jakub Jelinek committed -
* configure.in: Use --enable-checking=misc,tree,gc by default if no --enable-checking option is given and for --enable-checking=yes. * configure: Rebuilt. From-SVN: r34540
Andreas Jaeger committed -
2000-06-13 Steven King <sxking@uswest.net> * acinclude.m4: Fixup some of the builtin math tests and add tests for __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl. * acconfig.h: Add entries for fmod*. 2000-06-13 Branko Cibej <branko.cibej@hermes.si> * bits/std_cmath.h: Fix typos in tests (*_FMODFF -> *_FMODF). Test *_MODFF not *_MODF for modf(float, float*). (modf(float, float*)): Remove reference to _C_legacy. From-SVN: r34539
Benjamin Kosnik committed -
acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE... 2000-06-13 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the superset, and already defined at top level. * aclocal.m4: Regenerate. * configure: Regenerate. * docs/17_intro/contribute.html: Plead with people to use -cp. From-SVN: r34538
Benjamin Kosnik committed -
acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE... 2000-06-13 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the superset, and already defined at top level. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r34537
Benjamin Kosnik committed
-
- 13 Jun, 2000 25 commits
-
-
From-SVN: r34536
Warren Levy committed -
2000-06-13 Anthony Williams <anthony@anthonyw.cjb.net> * testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::. * testsuite/27_io/filebuf.cc: Changed calls to fpos<>._M_position() to implicit calls to operator streamoff(). * testsuite/27_io/iostream_objects.cc: Removed #include <ciso646>, as not needed. Revert, as part of standard. * testsuite/27_io/ostream_inserter_arith.cc: Replaced explicit call to numpunct<>._M_init() with overrides of the appropriate virtual functions. * testsuite/27_io/stringstream.cc: Removed unnecessary char * pointers from test01, so no need to call base(), which isn't guaranteed to be implemented as iterators may themselves be pointers * testsuite/27_io/stringbuf.cc: Removed unnecessary calls to _M_position() - use implicit conversion to streamoff instead From-SVN: r34535
Anthony Williams committed -
2000-06-13 Thomas Holenstein <thomas@hex.ch> * bits/stl_iterator.h: Added inline to operators == to >=. From-SVN: r34534
Benjamin Kosnik committed -
From-SVN: r34533
Jason Merrill committed -
* libjava.lang/Class_1.java: New file. * libjava.lang/Class_1.out: New file. From-SVN: r34532
Warren Levy committed -
* libgcc2.c (ia64_throw_helper): Use __builtin_return_address. (__throw): Don't pass the address of a label. * config/ia64/ia64.c (ia64_compute_frame_size): Use current_function_is_leaf. (ia64_expand_prologue): Likewise. Modify return_address_pointer_rtx instead of reg_names[RETURN_ADDRESS_REGNUM]. (ia64_init_machine_status): Reset return_address_pointer_rtx. * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename from RETURN_ADDRESS_REGNUM. Update all uses. (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return zero instead of null on failure. (ELIMINABLE_REGS): Add ra->b0 elimination. (CAN_ELIMINATE): Update accordingly. (INITIAL_ELIMINATION_OFFSET): Likewise. (REGISTER_NAMES): Use an illegal assembler name for RETURN_ADDRESS_POINTER_REGNUM. From-SVN: r34531
Richard Henderson committed -
* config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS, GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS. (REG_CLASS_NAMES): Likewise. (REG_CLASS_CONTENTS): Likewise. (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove. (HARD_REGNO_MODE_OK): Remove references to them. (REGNO_REG_CLASS): Likewise. (REG_CLASS_FROM_LETTER): Likewise. (CLASS_MAX_NREGS): Likewise. (REGISTER_MOVE_COST): Likewise. * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise. * config/ia64/ia64.md (*): Replace "e" constraints with "f". (movqi_internal): Special case moves from zero. (movhi_internal, movsi_internal): Likewise. (movdi_internal): Likewise. Fill out "f" constraints. (movsf_internal): Fill out "r" constraints. (movdf_internal): Likewise. From-SVN: r34530
Richard Henderson committed -
* flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM alive before reload. * haifa-sched.c (struct deps): Add in_post_call_group_p. (add_dependence): Handle notes between SCHED_GROUP_P insns. (remove_dependence): Always define. (set_sched_group_p): New. (sched_analyze_2): Use it. (sched_analyze_insn): Don't special-case naked uses. Look for and extend in_post_call_group_p. (sched_analyze): Clear stale SCHED_GROUP_P. Set in_post_call_group_p. (init_deps): Clear in_post_call_group_p. From-SVN: r34529
Richard Henderson committed -
2000-06-13 Brent Verner <brent@rcfile.org> * bits/streambuf.tcc: repaired _S_copy_streambufs() * testsuite/27_io/ostream_inserter_other.cc (test03): Added testcase. From-SVN: r34528
Brent Verner committed -
* Make-lang.in (c++.install-common): Install g++-cross in $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as $(target_alias)-g++ and $(target_alias)-c++. From-SVN: r34527
Maciej W. Rozycki committed -
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE and hard-coded tests. (simplify_set): Likewise. (gen_lowpart_for_combine): Likewise. * emit-rtl.c (gen_lowpart_common): Likewise. * global.c (find_reg): Likewise. * local-alloc.c (find_free_reg): Likewise. * recog.c (register_operand): Likewise. * regclass.c (init_reg_sets_1): Likewise. (record_operand_costs, regclass): Likewise. * reload.c (push_reload): Likewise. * reload1.c (choose_reload_regs): Likewise. * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE. * local-alloc.c (struct qty): Rename changes_size to changes_mode. Update all references. * regs.h (struct reg_info_def): Likewise. (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE. * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document. (CLASS_CANNOT_CHANGE_MODE_P): Likewise. * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename. (CLASS_CANNOT_CHANGE_MODE_P): New. * config/mips/mips.h: Likewise. * config/pa/pa32-regs.h: Likewise. * config/pa/pa64-regs.h: Likewise. * config/rs6000/rs6000.h: Likewise. * config/sh/sh.h: Likewise. * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New. (CLASS_CANNOT_CHANGE_MODE_P): New. * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code. * config/d30v/d30v.h: Likewise. From-SVN: r34526
Richard Henderson committed -
Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not $(INSTALL_PROGRAM) for chill.install. * Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not $(INSTALL_PROGRAM) for chill.install. From-SVN: r34525
Maciej W. Rozycki committed -
* configure.in: Add AC_TYPE_GETGROUPS test. * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups. * configure: Rebuilt. From-SVN: r34524
J. David Anglin committed -
From-SVN: r34523
Richard Henderson committed -
* config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler correctly. From-SVN: r34522
Jeffrey A Law committed -
* config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf. From-SVN: r34521
James E. Wilson committed -
From-SVN: r34520
Jeffrey A Law committed -
gcc: 2000-06-13 Philipp Thomas <pthomas@suse.de> * configure.in(ALL_LINGUAS): Changed en_UK to en_GB. * configure: Rebuilt. gcc/po: 2000-06-13 Philipp Thomas <pthomas@suse.de> * en_UK.po: Renamed to en_GB.po. From-SVN: r34519
Philipp Thomas committed -
* configure.in: Adjust FreeBSD bits to match changes to config.guess. We now default to ELF for the i386, and a.out is the special case. * configure: Rebuilt. From-SVN: r34518
David O'Brien committed -
* final.c (final_scan_insn): Delete notes between cc0 setter and user when restarting from setter. From-SVN: r34517
Hans-Peter Nilsson committed -
vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and cast to squelch signed/unsigned warnings. * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and cast to squelch signed/unsigned warnings. From-SVN: r34516
J. David Anglin committed -
From-SVN: r34515
Jeff Law committed -
* cpplib.c (handle_directive): Print non-NUL-terminated string with %.*s. From-SVN: r34514
Zack Weinberg committed -
From-SVN: r34513
Jason Merrill committed -
From-SVN: r34512
Michael Meissner committed
-