rth [Tue, 17 Sep 2002 09:26:05 +0000 (09:26 +0000)]
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57244
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Tue, 17 Sep 2002 09:03:57 +0000 (09:03 +0000)]
* cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57243
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Tue, 17 Sep 2002 08:36:04 +0000 (08:36 +0000)]
Add expected error
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57242
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 17 Sep 2002 07:17:45 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57241
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Tue, 17 Sep 2002 07:09:50 +0000 (07:09 +0000)]
binutils:
* Makefile.am (CFILES): Add cxxfilt.c.
(cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
(cxxfilt_LDADD): Delete.
Remove all references to underscore.c.
Regen dependencies.
* configure.in: Define TARGET_PREPENDS_UNDERSCORE in
config.h from $UNDERSCORE, rather than AC_SUBSTing it.
* binutils/cxxfilt.c: Moved here from gcc/cp, minor
adjustments to fit into binutils framework.
* configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
gcc/cp:
* Make-lang.in: Remove all references to the demangler.
* cxxfilt.c: Moved to binutils.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57235
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Tue, 17 Sep 2002 06:58:40 +0000 (06:58 +0000)]
2002-09-17 Michael Koch <konqueror@gmx.de>
* java/net/NetworkInterface.java: New file.
* java/net/natNetworkInterface.java: New file.
* configure.in: Added check for net/if.h.
* configure: Regenerated.
* Makefile.am
(ordinary_java_source_files): Added NetworkInterface.java.
(nat_source_files): Added natNetworkInterface.cc.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57234
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 06:56:47 +0000 (06:56 +0000)]
* expr.c (emit_block_move): Set memory block size as appropriate
for the copy.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57233
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 06:05:53 +0000 (06:05 +0000)]
PR fortran/3924
* sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57232
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Tue, 17 Sep 2002 05:50:44 +0000 (05:50 +0000)]
2002-09-16 Benjamin Kosnik <bkoz@redhat.com>
* include/c_shadow: Remove.
* include/bits/generic_shadow.h: Remove.
* include/Makefile.am: Remove generic_shadow.h.
* acinclude.m4: Remove c_shadow references.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* mkcshadow: Remove.
* mkinclosure: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57231
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Tue, 17 Sep 2002 04:17:56 +0000 (04:17 +0000)]
* gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57229
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 04:15:12 +0000 (04:15 +0000)]
* emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
as well as OFFSET for BITPOS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57228
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 03:35:34 +0000 (03:35 +0000)]
* config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
* config/i386/i386.c (processor_alias_table): Add winchip-c6,
winchip2 and c3.
* doc/invoke.texi: Mention new aliases.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57227
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Tue, 17 Sep 2002 03:30:37 +0000 (03:30 +0000)]
* calls.c (store_one_arg): Set default alignment for BLKmode arguments
to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
downward.
* function.c (pad_below): Always compile.
(locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
Pad below when the argument is not in a register and the padding
direction is downward.
* pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
(PAD_VARARGS_DOWN): Define.
* pa.c (function_arg_padding): Revise padding directions to make them
compatible with the 32 and 64-bit runtime architecture documentation.
(hppa_va_arg): Add code to handle variable and size zero arguments
passed by reference on TARGET_64BIT. Reformat.
(function_arg): Use a PARALLEL for BLKmode and aggregates args on
TARGET_64BIT. Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
wide when !TARGET_64BIT. Move forward check for mode==VOIDmode.
Add comments.
* pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
(RETURN_IN_MEMORY): Return size zero types in memory.
(FUNCTION_VALUE): Return TFmode in general registers.
(MUST_PASS_IN_STACK): Define.
(FUNCTION_ARG_BOUNDARY): Simplify.
(FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
by reference.
(FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57226
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 02:02:08 +0000 (02:02 +0000)]
* real.c (do_fix_trunc): New.
(real_arithmetic): Call it.
* simplify-rtx.c (simplify_unary_operation): Handle FIX
with a floating-point result mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57223
138bc75d-0d04-0410-961f-
82ee72b054a4
ljrittle [Tue, 17 Sep 2002 01:56:06 +0000 (01:56 +0000)]
libstdc++/7922
* include/ext/stl_rope.h (rope<>): Qualify dependent names
with `typename'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57222
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 17 Sep 2002 01:28:50 +0000 (01:28 +0000)]
gcc/
* builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
(BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
* builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
(__builtin_nans, __builtin_nansf, __builtin_nansl): New.
* builtins.c (fold_builtin_nan): New.
(fold_builtin): Call it.
* real.c (real_nan): Parse a non-empty string.
(round_for_format): Fix NaN significand truncation.
* real.h (real_nan): Return bool.
* doc/extend.texi: Document new builtins.
libstdc++/
* include/std/std_limits.h (__glibcpp_f32_QNaN_bytes,
__glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
__glibcpp_f32_has_SNaN, __glibcpp_f64_QNaN_bytes,
__glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
__glibcpp_f64_has_SNaN, __glibcpp_f80_QNaN_bytes,
__glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
__glibcpp_f80_has_SNaN, __glibcpp_f96_QNaN_bytes,
__glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
__glibcpp_f96_has_SNaN, __glibcpp_f128_QNaN_bytes,
__glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
__glibcpp_f128_has_SNaN, __glibcpp_float_QNaN_bytes,
__glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
__glibcpp_float_has_SNaN, __glibcpp_double_QNaN_bytes,
__glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
__glibcpp_double_has_SNaN, __glibcpp_long_double_QNaN_bytes,
__glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
__glibcpp_long_double_has_SNaN): Remove.
(__glibcpp_f128_is_iec559): True if IEEE.
(__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
(__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
(__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
(std::numeric_limits<float>::has_quiet_NaN): Use __builtin_nanf.
(std::numeric_limits<float>::has_signaling_NaN): Mirror has_quiet_NaN.
(std::numeric_limits<float>::quiet_NaN): Use __builtin_nanf.
(std::numeric_limits<float>::signaling_NaN): Use __builtin_nansf.
(std::numeric_limits<double>): Similarly.
(std::numeric_limits<long double>): Similarly.
* src/limits.cc (__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
(__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
(__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
* testsuite/18_support/numeric_limits.cc (test_infinity): New.
(test_denorm_min, test_qnan, test_is_iec559): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57221
138bc75d-0d04-0410-961f-
82ee72b054a4
dannysmith [Mon, 16 Sep 2002 22:17:31 +0000 (22:17 +0000)]
* config/i386/winnt.c (ix86_handle_dll_attribute): Set
DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
(i386_pe_mark_dllimport): Not here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57215
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Mon, 16 Sep 2002 21:40:40 +0000 (21:40 +0000)]
* java/net/URLClassLoader.java (findClass): Code source for a
class from a jar is not necessarily a jar: URL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57214
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 16 Sep 2002 20:13:07 +0000 (20:13 +0000)]
.:
PR c++/7640
* c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
testsuite:
* g++.dg/other/do1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57212
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 16 Sep 2002 19:57:33 +0000 (19:57 +0000)]
cp:
PR c++/7718
* pt.c (tsubst_decl): Remove assert.
testsuite:
* g++.dg/template/subst1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57211
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Mon, 16 Sep 2002 19:48:19 +0000 (19:48 +0000)]
* config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
warnings about unused operands when HOST_BITS_PER_WIDE_INT is
< 64.
(rs6000_emit_cmove): Use real_isinf not target_isinf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57210
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 16 Sep 2002 19:09:05 +0000 (19:09 +0000)]
cp:
Remove DR 295 implementation.
* pt.c (check_cv_quals_for_unify): Disable function & method cases.
* tree.c (cp_build_qualified_type_real): Likewise. Don't warn
about ignoring volatile qualifiers.
* search.c (lookup_member): Correct documentation.
testsuite:
* g++.dg/template/qualttp20.C: Adjust expected errors.
* g++.old-deja/g++.jason/report.C: Likewise.
* g++.old-deja/g++.other/qual1.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57209
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Mon, 16 Sep 2002 18:58:48 +0000 (18:58 +0000)]
2002-09-16 Phil Edwards <pme@gcc.gnu.org>
* testsuite/abi_check.cc: Pull shell fragments out into...
* config/abi/extract_symvers: ...here. New file.
* Makefile.am (check_abi): Change to match.
(new-abi-baseline): New target.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57208
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Mon, 16 Sep 2002 18:47:59 +0000 (18:47 +0000)]
* calls.c (emit_library_call_value_1): Don't refer to
hard_libcall_value.
* optabs.c (prepare_float_lib_cmp): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57207
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Mon, 16 Sep 2002 18:33:23 +0000 (18:33 +0000)]
Index: gcc/ChangeLog
2002-09-12 Geoffrey Keating <geoffk@apple.com>
* ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
mangling.
The following changes are merged from pch-branch:
* doc/gty.texi (GTY Options): Document %a.
* gengtype.c (do_scalar_typedef): New function.
(process_gc_options): Handle `length' option.
(set_gc_used_type): A pointer to an array of structures doesn't
qualify as a pointer to a structure.
(output_escaped_param): Add `%a' escape.
(write_gc_structure_fields): Allow 'desc' on array of unions.
(main): Define `uint8', `jword' and `JCF_u2' as scalars; use
do_scalar_typedef.
* gengtype.c (enum rtx_code): Make global.
(rtx_format): Make global.
(rtx_next): New.
(gen_rtx_next): New.
(write_rtx_next): New.
(adjust_field_rtx_def): Skip fields marked by chain_next.
(open_base_files): Delete redundant prototype.
(write_enum_defn): New.
(output_mangled_typename): Correct abort call.
(write_gc_marker_routine_for_structure): Handle chain_next and
chain_prev options.
(finish_root_table): Don't output redundant \n.
(main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
* c-tree.h (union lang_tree_node): Add chain_next option.
* gengtype.h (NUM_PARAM): New definition.
(struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
* gengtype.c (find_param_structure): New.
(adjust_field_type): Handle param<n>_is option.
(process_gc_options): Detect use_params option. Update callers.
(set_gc_used_type): Add 'param' parameter, update callers. Handle
'use_params' option.
(open_base_files): Add splay-tree.h to list of files included.
(output_mangled_typename): New.
(write_gc_structure_fields): Update 'param' parameter to support
multiple parameters. Change name mangling. Allow parameterized
fields to have an apparent scalar type. Handle param<n>_is options,
use_param option.
(write_gc_marker_routine_for_structure): Update for change to name
mangling. Better guess the output file for parameterized types.
(write_gc_types): Update for change to name mangling.
(write_gc_root): Update for change to name mangling. Handle (ignore)
param<n>_is options.
* doc/gty.texi (GTY Options): Add description of param<n>_is
options, use_params option.
* ggc.h (ggc_mark_rtx): Update for changed name mangling.
* gengtype-lex.l: Produce token for param<n>_is.
* gengtype-yacc.y: Parse param<n>_is.
* gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
* rtl.c: Update comment describing rtx_format.
* rtl.h (union rtunion): Separate definition and typedef.
(struct rtx_def): Use gengtype to mark.
* Makefile.in (gengtype.o): Also depend on rtl.def.
* ggc.h (ggc_mark_rtx_children): Delete prototype.
(ggc_mark_rtx): Change to alias of gengtype-generated routine.
* ggc-common.c (ggc_mark_rtx_children): Delete.
(ggc_mark_rtx_children_1): Delete.
(gt_ggc_m_rtx_def): Delete.
* gengtype.c (adjust_field_rtx_def): New.
(adjust_field_type): Call adjust_field_rtx_def.
(write_gc_structure_fields): Add 'default' case to switch if none
is specified; remove unused code.
* tree.h (struct tree_exp): Update for change to meaning
of special.
* gengtype.c (adjust_field_tree_exp): New function.
(adjust_field_type): Handle `tree_exp' special here.
(write_gc_structure_fields): Don't handle `tree_exp' special here.
Handle new `dot' option.
* gengtype.h: Make `info' a pointer-to-const.
* gengtype-yacc.y (yacc_ids): Use xasprintf.
* gengtype.c (write_gc_structure_fields): Remove implementation
of `always' option, add `default' option.
* doc/gty.texi (GTY Options): Remove documentation of `always',
add `default'.
Index: gcc/cp/ChangeLog
2002-09-12 Geoffrey Keating <geoffk@apple.com>
* cp-tree.h (union lang_tree_node): Add chain_next option.
Index: gcc/f/ChangeLog
2002-09-12 Geoffrey Keating <geoffk@apple.com>
* com.c (union lang_tree_node): Add chain_next option.
Index: gcc/java/ChangeLog
2002-09-12 Geoffrey Keating <geoffk@apple.com>
* java-tree.h (union lang_tree_node): Add chain_next option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57206
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Mon, 16 Sep 2002 18:12:36 +0000 (18:12 +0000)]
* output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57205
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Mon, 16 Sep 2002 17:24:41 +0000 (17:24 +0000)]
* m68hc11.md (addhi_sp): Fix uninitialized variable bug.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57202
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Mon, 16 Sep 2002 17:22:14 +0000 (17:22 +0000)]
* c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
instead of the *-protos.h file directly.
* t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
* darwin.c (machopic_output_stub): Move prototype ...
* darwin-protos.h (machopic_output_stub): ... here.
* rs6000-protos.h (machopic_output_stub): Don't declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57201
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 16 Sep 2002 16:58:42 +0000 (16:58 +0000)]
gcc/
* c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
libstdc++/
* include/std/std_limits.h (__glibcpp_f32_denorm_min_bytes,
__glibcpp_f32_has_denorm, __glibcpp_f64_denorm_min_bytes,
__glibcpp_f64_has_denorm, __glibcpp_f80_denorm_min_bytes,
__glibcpp_f80_has_denorm, __glibcpp_f96_denorm_min_bytes,
__glibcpp_f96_has_denorm, __glibcpp_f128_denorm_min_bytes,
__glibcpp_f128_has_denorm, __glibcpp_float_denorm_min_bytes,
__glibcpp_float_has_denorm, __glibcpp_double_denorm_min_bytes,
__glibcpp_double_has_denorm, __glibcpp_long_double_denorm_min_bytes,
__glibcpp_long_double_has_denorm): Remove.
(__glibcpp_float_denorm_min, __glibcpp_double_denorm_min,
__glibcpp_long_double_denorm_min): Remove.
(std::numeric_limits<float>::has_denorm): Use __FLT_DENORM_MIN__.
(std::numeric_limits<float>::denorm_min): Likewise.
(std::numeric_limits<double>): Similarly.
(std::numeric_limits<long double>): Similarly.
* src/limits.cc (__glibcpp_float_denorm_min,
__glibcpp_double_denorm_min, __glibcpp_long_double_denorm_min): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57200
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Mon, 16 Sep 2002 16:42:40 +0000 (16:42 +0000)]
2002-09-15 Adam Megacz <adam@xwt.org>
* java/net/natPlainSocketImpl.cc: fixed typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57199
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 16 Sep 2002 16:36:39 +0000 (16:36 +0000)]
gcc/
* real.c, real.h: Rewrite from scratch.
* Makefile.in (simplify-rtx.o): Depend on TREE_H.
(paranoia): New target.
* builtins.c (fold_builtin_inf): Use new real.h interface.
* c-common.c (builtin_define_with_hex_fp_value): Likewise.
* c-lex.c (interpret_float): Likewise.
* emit-rtl.c (gen_lowpart_common): Likewise.
* optabs.c (expand_float): Use real_2expN.
* config/ia64/ia64.md (divsi3, udivsi3): Likewise.
* defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
(FLOAT_WORDS_BIG_ENDIAN): New.
* cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
directly to REAL_VALUE_NEGATIVE.
* loop.c (canonicalize_condition): Likewise.
* simplify-rtx.c: Include tree.h.
(simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
with floating-point result modes.
* toplev.c (backend_init): Call init_real_once.
* fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
* tree.c (build_real): Likewise.
* config/alpha/alpha.c, config/vax/vax.c (float_strings,
float_values, inited_float_values, check_float_value): Remove.
* config/alpha/alpha.h, config/m68hc11/m68hc11.h,
config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
* doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
gcc/f/
* target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
directly to ffetarget_make_real1.
(ffetarget_real2): Similarly.
* target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
gcc/java/
* jcf-parse.c (get_constant): Runtime check for IEEE format;
use new real.h interface.
* jcf-write.c (find_constant_index): Use new real.h interface.
* lex.c (IS_ZERO): Use REAL_VALUES_EQUAL.
contrib/
* paranoia.cc: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57198
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Mon, 16 Sep 2002 16:25:22 +0000 (16:25 +0000)]
* gcc.dg/
20020312-2.c: Change __parisc__ to __hppa__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57196
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 16 Sep 2002 15:15:36 +0000 (15:15 +0000)]
cp:
* parse.y (parse_finish_call_expr): Check lookup_member result.
testsuite:
* g++.dg/lookup/scoped2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57195
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 16 Sep 2002 14:34:02 +0000 (14:34 +0000)]
cp:
2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
PR c++/7015
* semantic.c (finish_asm_stmt): Fix operand/output_operands
thinko.
* typeck.c (c_expand_asm_operands): Protect from error_mark_node.
testsuite
* g++.dg/ext/asm3.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57192
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Mon, 16 Sep 2002 14:13:12 +0000 (14:13 +0000)]
* config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
(s390_load_address): ... this new function.
(s390_decompose_address): Allow the argument pointer and all
virtual registers as 'pointer' registers.
(s390_expand_plus_operand): Use s390_load_address.
config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
("force_la_31"): New insn pattern.
config/s390/s390-protos.h (legitimize_la_operand): Remove.
(s390_load_address): Add prototype.
* config/s390/s390.c: Include "optabs.h".
(s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
s390_expand_cmpstr): Add prototypes.
config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
("movstrdi_short"): Rename to "movstr_short_64". Change predicates
for operands 0 and 1 to "memory_operand". Add type attribute.
("movstrsi_short"): Rename to "movstr_short_31". Change predicates
for operands 0 and 1 to "memory_operand". Add type attribute.
("movstrdi_long", "movstrsi_long"): Remove.
("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
("clrstrsico"): Remove, replace by ...
("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
("clrstrsi_64"): Rename to "clrstr_long_64".
("clrstrsi_31"): Rename to "clrstr_long_31".
("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
("cmpstr_const"): Remove, replace by ...
("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
("cmpstr_64"): Rename to "cmpstr_long_64".
("cmpstr_31"): Rename to "cmpstr_long_31".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57191
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Mon, 16 Sep 2002 13:38:53 +0000 (13:38 +0000)]
* objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57190
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Mon, 16 Sep 2002 13:29:51 +0000 (13:29 +0000)]
* ChangeLog: follow spelling conventions.
* g++.old-deja/g++.abi/ptrmem.C: Likewise.
* g++.old-deja/g++.bugs/900210_05.C: Likewise.
* g++.old-deja/g++.bugs/900211_04.C: Likewise.
* g++.old-deja/g++.bugs/900321_02.C: Likewise.
* g++.old-deja/g++.bugs/900404_02.C: Likewise.
* g++.old-deja/g++.bugs/900520_06.C: Likewise.
* g++.old-deja/g++.law/global-init1.C: Likewise.
* g++.old-deja/g++.other/delete4.C: Likewise.
* g++.old-deja/g++.other/inline21.C: Likewise.
* g++.old-deja/g++.other/singleton.C: Likewise.
* g77.dg/strlen0.f: Likewise.
* g77.f-torture/compile/
20010519-1.f: Likewise.
* g77.f-torture/compile/980310-4.f: Likewise.
* gcc.c-torture/compile/
20000605-1.c: Likewise.
* gcc.c-torture/execute/
20020225-1.c: Likewise.
* gcc.dg/c90-hexfloat-2.c: Likewise.
* gcc.dg/c99-bool-1.c: Likewise.
* gcc.dg/c99-hexfloat-2.c: Likewise.
* gcc.dg/dll-2.c: Likewise.
* gcc.dg/wtr-union-init-1.c: Likewise.
* gcc.dg/wtr-union-init-2.c: Likewise.
* gcc.dg/wtr-union-init-3.c: Likewise.
* gcc.dg/cpp/avoidpaste1.c: Likewise.
* gcc.dg/cpp/defined.c: Likewise.
* gcc.dg/cpp/macsyntx.c: Likewise.
* gcc.dg/cpp/paste2.c: Likewise.
* gcc.dg/cpp/trad/defined.c: Likewise.
* gcc.dg/format/c90-printf-1.c: Likewise.
* gcc.dg/format/c90-scanf-1.c: Likewise.
* gcc.dg/format/c99-printf-1.c: Likewise.
* gcc.dg/format/c99-scanf-1.c: Likewise.
* gcc.misc-tests/gcov-8.c: Likewise.
* lib/profopt.exp: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57189
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Mon, 16 Sep 2002 11:42:00 +0000 (11:42 +0000)]
* ABOUT-NLS: Follow spelling conventions.
* ChangeLog: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* c-common.c: Likewise.
* c-lex.c: Likewise.
* c-objc-common.c: Likewise.
* cppexp.c: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* doloop.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* reg-stack.c: Likewise.
* reload.h: Likewise.
* ssa.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57188
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Mon, 16 Sep 2002 09:46:37 +0000 (09:46 +0000)]
2002-09-16 Michael Koch <konqueror@gmx.de>
* java/lang/AssertionError.java:
Merge with classpath, fixes HTML.
* java/rmi/server/LogStream.java:
Merge with classpath, fixes some constants.
* java/net/server/RemoteServer.java:
Merge with classpath, adds serialVersionUID.
* javax/naming/BinaryRefAddr.java:
Merge with classpath, s/equal/equals/.
* javax/naming/NamingException.java:
Merge with classpath, fixed typo.
* javax/naming/RefAddr.java:
Merge with classpath, s/equal/equals/.
* java/awt/Toolkit.java:
s/gnu.java.awt.peer.gtk.GtkToolkit/gnu.awt.gtk.GtkToolkit/
and typo fixed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57187
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 16 Sep 2002 07:17:41 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57186
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Mon, 16 Sep 2002 01:44:02 +0000 (01:44 +0000)]
2002-09-15 Adam Megacz <adam@xwt.org>
* java/net/natPlainSocketImpl.cc: #ifdef-shielded socket timeouts,
which don't work on Win32 (yet).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57180
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 22:48:06 +0000 (22:48 +0000)]
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.6: Likewise.
* config.gcc: Likewise.
* dwarfout.c: Likewise.
* reload1.c: Likewise.
* simplify-rtx.c: Likewise.
* unwind-sjlj.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.h: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k-move.sh: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/stormy16/stormy16.h: Likewise.
* doc/extend.texi: Likewise.
* doc/interface.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/trouble.texi: Likewise.
* ginclude/float.h: Likewise.
* treelang/treelang.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57179
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 21:59:33 +0000 (21:59 +0000)]
* intdoc.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57178
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 21:53:35 +0000 (21:53 +0000)]
s/Fix/Follow/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57177
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Sun, 15 Sep 2002 21:47:42 +0000 (21:47 +0000)]
* i386-protos.h (i386_pe_dllexport_name_p,
i386_pe_dllimport_name_p, i386_pe_unique_section,
i386_pe_declare_function_type, i386_pe_record_external_function,
i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
prototype.
* i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
* i386/t-interix (winnt.o): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57176
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 21:46:12 +0000 (21:46 +0000)]
* lang.c: Fix spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57175
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 21:40:40 +0000 (21:40 +0000)]
* ChangeLog: Follow spelling conventions.
* intdoc.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57174
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Sun, 15 Sep 2002 20:44:01 +0000 (20:44 +0000)]
* v850-protos.h (v850_output_addr_const_extra): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57173
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Sun, 15 Sep 2002 19:15:28 +0000 (19:15 +0000)]
* config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
MIPS ABI CPP macros.
(TARGET_CPU_CPP_BUILTINS): Redefine.
(SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
(SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57171
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Sun, 15 Sep 2002 19:10:12 +0000 (19:10 +0000)]
* ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57170
138bc75d-0d04-0410-961f-
82ee72b054a4
kristerw [Sun, 15 Sep 2002 18:54:43 +0000 (18:54 +0000)]
2002-09-15 Krister Walfridsson <cato@df.lth.se>
* lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57169
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 18:24:08 +0000 (18:24 +0000)]
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-format.c: Likewise.
* c-opts.c: Likewise.
* cpplib.c: Likewise.
* langhooks.h: Likewise.
* real.c: Likewise.
* reg-stack.c: Likewise.
* toplev.c: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/linux-gas.h: Likewise.
* config/arm/netbsd.h: Likewise.
* config/c4x/c4x.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/c4x/libgcc.S: Likewise.
* config/fr30/fr30.md: Likewise.
* config/frv/frv.md: Likewise.
* config/ia64/ia64.md: Likewise.
* config/mips/mips.h: Likewise.
* config/mn10300/mn10300.c: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/v850/v850.md: Likewise.
* doc/extend.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57166
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Sun, 15 Sep 2002 18:16:11 +0000 (18:16 +0000)]
cp:
PR c++/7919
* call.c (build_over_call): Convert this pointer for fns found by
using decls.
testsuite:
* g++.dg/inherit/using2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57165
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Sun, 15 Sep 2002 18:14:18 +0000 (18:14 +0000)]
* config/netbsd.h (LIB_SPEC): Include the appropriate pthread
library if -pthread is specified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57164
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Sun, 15 Sep 2002 18:07:13 +0000 (18:07 +0000)]
* config.gcc (*-*-netbsd*): Set thread_file to 'posix'
for --enable-threads=yes and --enable-threads=posix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57163
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 17:55:36 +0000 (17:55 +0000)]
* ChangeLog: Follow spelling conventions.
* ChangeLog.1: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57162
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 17:51:50 +0000 (17:51 +0000)]
* ChangeLog: Follow spelling conventions.
* g++.dg/template/friend4.C: Likewise.
* g++.old-deja/g++.pt/crash67.C: Likewise.
* gcc.c-torture/execute/
20000801-4.c: Likewise.
* gcc.dg/c90-digraph-1.c: Likewise.
* gcc.dg/c94-digraph-1.c: Likewise.
* gcc.dg/c99-digraph-1.c: Likewise.
* gcc.dg/cpp/line5.c: Likewise.
* gcc.dg/cpp/multiline.c: Likewise.
* gcc.dg/cpp/trad/literals-1.c: Likewise.
* gcc.dg/format/attr-3.c: Likewise.
* gcc.dg/format/c90-scanf-3.c: Likewise.
* gcc.dg/format/ext-4.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57161
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 15 Sep 2002 12:03:42 +0000 (12:03 +0000)]
* config/sparc/cypress.md: Replace Sparc with SPARC.
* config/sparc/freebsd.h: Likewise.
* config/sparc/gmon-sol2.c: Likewise.
* config/sparc/hypersparc.md: Likewise.
* config/sparc/lb1spc.asm: Likewise.
* config/sparc/lb1spl.asm: Likewise.
* config/sparc/linux.h: Likewise.
* config/sparc/linux64.h: Likewise.
* config/sparc/lynx.h: Likewise.
* config/sparc/sol2.h: Likewise.
* config/sparc/sparc-modes.def: Likewise.
* config/sparc/sparc.c: Likewise.
* config/sparc/sparc.h: Likewise.
* config/sparc/sparc.md: Likewise.
* config/sparc/sparclet.md: Likewise.
* config/sparc/supersparc.md: Likewise.
* config/sparc/sysv4.h: Likewise.
* config/sparc/vxsim.h: Likewise.
* config/sparc/vxsparc64.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57160
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 15 Sep 2002 07:17:12 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57159
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Sat, 14 Sep 2002 23:19:48 +0000 (23:19 +0000)]
cp:
PR c++/7768
* pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
testsuite:
* g++.dg/template/pretty1.C: New test
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57152
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Sat, 14 Sep 2002 21:56:44 +0000 (21:56 +0000)]
2002-09-14 Adam Megacz <adam@xwt.org>
* java/net/natPlainDatagramSocket.cc: removed #include
<ws2tcpip.h>; the mingw header is broken (conflicts with itself).
* include/win32.h: included definition for IP_TOS to satisfy
natPlainDatagramSocket.cc
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57151
138bc75d-0d04-0410-961f-
82ee72b054a4
marekm [Sat, 14 Sep 2002 20:24:49 +0000 (20:24 +0000)]
* config/avr/avr.c (output.h): Move after inclusion of tree.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57149
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 15:51:45 +0000 (15:51 +0000)]
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* cppfiles.c: Likewise.
* cppinit.c: Likewise.
* cpplib.h: Likewise.
* cse.c: Likewise.
* debug.h: Likewise.
* df.c: Likewise.
* dominance.c: Likewise.
* hashtable.c: Likewise.
* hashtable.h: Likewise.
* loop.c: Likewise.
* config/arm/README-interworking: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/dsp16xx/dsp16xx.h: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/stormy16/stormy-abi: Likewise.
* config/stormy16/stormy16.h: Likewise.
* config/v850/v850.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57146
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 14:00:16 +0000 (14:00 +0000)]
* loop.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57145
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 13:39:55 +0000 (13:39 +0000)]
* config/fr30/fr30.h: Fix comment typos.
* config/frv/frv.c: Likewise.
* config/i386/xmmintrin.h: Likewise.
* config/mips/mips.c: Likewise.
* config/sh/sh.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57144
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 13:12:56 +0000 (13:12 +0000)]
* haifa-sched.c: Follow spelling conventions.
* regclass.c: Likewise.
* regrename.c: Likewise.
* config/fp-bit.c: Likewise.
* config/frv/frv.h: Likewise.
* config/m88k/m88k.c: Likewise.
* config/mcore/mcore.c: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/gnu.h: Likewise.
* config/rs6000/linux.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/sh/sh.c: Likewise.
* config/sparc/sparc.c: Likewise.
* config/sparc/ultra1_2.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57143
138bc75d-0d04-0410-961f-
82ee72b054a4
toon [Sat, 14 Sep 2002 12:50:40 +0000 (12:50 +0000)]
2002-09-14 Tim Prince <tprince@computer.org>
PR libf2c/7384
* libU77/datetime_.c: Use GetLocalTime on MS-Windows.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57142
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 12:21:49 +0000 (12:21 +0000)]
* MAINTAINERS: Update my email address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57140
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 Sep 2002 12:07:44 +0000 (12:07 +0000)]
* error.c: Fix comment formatting.
* except.c: Likewise.
* expr.c: Likewise.
* friend.c: Likewise.
* g++spec.c: Likewise.
* init.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* method.c: Likewise.
* optimize.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* spew.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57138
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Sat, 14 Sep 2002 12:04:45 +0000 (12:04 +0000)]
* config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
memory operand when source is 0 (K constraint).
("movsi_internal"): Likewise.
("movdf_internal"): Likewise.
("movsf_internal"): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57136
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 14 Sep 2002 08:07:58 +0000 (08:07 +0000)]
* config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
targetm.binds_local_p to set SYMBOL_REF_FLAG.
(rs6000_xcoff_encode_section_info): Likewise.
* config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57135
138bc75d-0d04-0410-961f-
82ee72b054a4
denisc [Sat, 14 Sep 2002 08:03:16 +0000 (08:03 +0000)]
* gcc/config/avr/avr.h: Set default options for C++ for avr.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57134
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 14 Sep 2002 07:17:12 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57133
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 14 Sep 2002 00:44:22 +0000 (00:44 +0000)]
* gcc.c-torture/execute/struct-cpy-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57126
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Sat, 14 Sep 2002 00:35:18 +0000 (00:35 +0000)]
2002-09-13 Andy Felt <afelt@uwsp.edu>
* docs/html/17_intro/howto.html: Update link.
2002-09-13 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/run_doxygen: Massage man page for Iterator_types.3.
* docs/html/faq/index.html: Whitespace fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57125
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 13 Sep 2002 23:40:27 +0000 (23:40 +0000)]
* Makefile.in (toplev.o): Depend on real.h.
(print-rtl.o, varasm.o, ifcvt.o): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57123
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 13 Sep 2002 23:29:58 +0000 (23:29 +0000)]
* doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
* dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
* config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57122
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Fri, 13 Sep 2002 21:54:10 +0000 (21:54 +0000)]
* ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57121
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Fri, 13 Sep 2002 21:47:22 +0000 (21:47 +0000)]
cp:
* pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
testsuite:
* g++.dg/template/deduce1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57120
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Fri, 13 Sep 2002 21:12:18 +0000 (21:12 +0000)]
* config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
ia64*-*-linux*): Set extra_parts.
* config/ia64/t-aix (EXTRA_PARTS): Remove.
* config/ia64/t-ia64 (EXTRA_PARTS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57119
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 20:35:07 +0000 (20:35 +0000)]
* config/h8300/fixunssfsi.c: Replace H8/S with H8S.
* config/h8300/h8300.c: Likewise.
* config/h8300/h8300.h: Likewise.
* config/h8300/h8300.md: Likewise.
* doc/invoke.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57118
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 20:12:25 +0000 (20:12 +0000)]
* config/h8300/h8300.c (h8300_init_once): Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57117
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 18:33:34 +0000 (18:33 +0000)]
* gcc.c-torture/execute/simd-1.c: Force all use of int to
32-bit int.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57116
138bc75d-0d04-0410-961f-
82ee72b054a4
austern [Fri, 13 Sep 2002 18:08:16 +0000 (18:08 +0000)]
2002-09-13 Matt Austern <austern@apple.com>
* cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
* cp/call.c: Change call-by-const-reference mechanism to use
non_cast_lvalue_p when deciding whether the create a temporary.
We need a temporary when passing, e.g. (long) x by const ref.
* testsuite/g++.dg/other/constref[12].C: New, regression tests for
passing a cast expression to a function by const reference.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57115
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 13 Sep 2002 18:01:09 +0000 (18:01 +0000)]
* config/alpha/alpha.md (attr type): Add callpal.
(imb, trap, load_tp, set_tp): Use it.
* config/alpha/ev4.md (ev4_callpal): New.
* config/alpha/ev5.md (ev5_callpal): New.
* config/alpha/ev6.md (ev6_ibr): Handle callpal.
* config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
(alphaev5_insn_pipe): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57113
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Fri, 13 Sep 2002 17:19:55 +0000 (17:19 +0000)]
* Makefile.in (print-rtl.o): Depend on CONFIG_H.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57111
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Fri, 13 Sep 2002 16:58:27 +0000 (16:58 +0000)]
* config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
LIB2ADDEH): New, set to NULL.
(SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57110
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Fri, 13 Sep 2002 16:40:53 +0000 (16:40 +0000)]
* config/ia64/quadlib.c (_U_Qfcmp): Make extern.
(_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
(_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
Add declarations.
(_U_Qfneg): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57109
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 15:42:47 +0000 (15:42 +0000)]
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
for H8/300, H8/S aa:8 mode.
(TINY_CONSTANT_ADDRESS_P): Add support for H8/S aa:16 mode.
* config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
for H8/300 aa:8 mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57108
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Fri, 13 Sep 2002 11:39:47 +0000 (11:39 +0000)]
2002-09-13 Michael Koch <konqueror@gmx.de>
* java/net/DatagramPacket.java (DatagramPacket):
Added linebreak for 80 chars per line.
* java/net/JarURLConection.java
(getInputStream, getJarEntry): Likewise.
* java/net/SocketPermission.java
(SocketPermission class docu, implies): Likewise.
* java/net/URLClassLoader.java (findResources): Likewise.
* java/net/URLConnection.java: Reindendet remark for 80 chars per line
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57105
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 11:33:47 +0000 (11:33 +0000)]
* decl.c: Fix comment formatting.
* decl2.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57104
138bc75d-0d04-0410-961f-
82ee72b054a4
hpenner [Fri, 13 Sep 2002 09:46:57 +0000 (09:46 +0000)]
* config/s390/s390.md ("trap", "conditional_trap", "*trap"): New insns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57102
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Fri, 13 Sep 2002 09:02:23 +0000 (09:02 +0000)]
2002-09-13 Michael Koch <konqueror@gmx.de>
* java/nio/channels/DatagramChannel.java,
java/nio/channels/ServerSocketChannel.java
java/nio/channels/SocketChannel.java:
New dummy files to make java.net fully JDK 1.4 compatible
* Makefile.am (ordinary_java_source_files): Added
java/net/DatagramSocketImplFactory.java (long forgotten),
java/nio/SocketChannel.java,
java/nio/ServerSocketChannel.java,
java/nio/DatagramChannel.java
* Makefile.in: Regenrated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57101
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 13 Sep 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57099
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 13 Sep 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57098
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 13 Sep 2002 06:28:21 +0000 (06:28 +0000)]
* Makefile.in (HOST_PRINT): Use print-rtl1.o
(print-rtl.o): Don't define GENERATOR_FILE.
(print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
* print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
unless GENERATOR_FILE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57092
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Fri, 13 Sep 2002 04:00:56 +0000 (04:00 +0000)]
* config/darwin.h (USER_LABEL_PREFIX): Define here...
* config/i386/darwin.h: ... instead of here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57090
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Fri, 13 Sep 2002 03:44:54 +0000 (03:44 +0000)]
* target.h (struct gcc_target): New field
terminate_dw2_eh_frame_info.
* target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
(TARGET_INITIALIZER): Add it.
* dwarf2out.c (output_call_frame_info): Use target hook.
* dwarf2asm.c (dw2_asm_output_delta): Use macro
ASM_OUTPUT_DWARF_DELTA if defined.
* doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
(ASM_OUTPUT_DWARF_DELTA): Ditto.
(ASM_OUTPUT_DWARF_OFFSET): Ditto.
(ASM_OUTPUT_DWARF_PCREL): Ditto.
* config.gcc (i[34567]86-*-darwin*): Define extra_parts.
(powerpc-*-darwin*): Ditto.
* crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
to work correctly for Darwin.
* config/darwin.h (OBJECT_FORMAT_MACHO): Define.
(STARTFILE_SPEC): Add crtbegin.o.
(ENDFILE_SPEC): Define.
(EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
(ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
(ASM_OUTPUT_DWARF_DELTA): Define.
(TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
* config/darwin.c (darwin_asm_output_dwarf_delta): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57089
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 13 Sep 2002 01:40:44 +0000 (01:40 +0000)]
* config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
nesting. Correct test for non-PowerPC64 ELF ABI_AIX.
* config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57086
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 Sep 2002 00:22:59 +0000 (00:22 +0000)]
* call.c: Fix comment formatting.
* class.c: Likewise.
* cp-lang.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57083
138bc75d-0d04-0410-961f-
82ee72b054a4