OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
sje [Fri, 20 Sep 2002 16:53:25 +0000 (16:53 +0000)]
* config/ia64/hpux.h (STARTFILE_SPEC): Modify.
(STARTFILE_PREFIX_SPEC): New.
(LINK_SPEC): Modify.
(LIB_SPEC): Modify.
(LIBGCC_SPEC): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57352 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
jakub [Fri, 20 Sep 2002 16:40:31 +0000 (16:40 +0000)]
* config/i386/i386.c (legitimate_pic_address_disp_p): Allow
UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57351 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
rearnsha [Fri, 20 Sep 2002 15:48:05 +0000 (15:48 +0000)]
* gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57350 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
rearnsha [Fri, 20 Sep 2002 15:14:19 +0000 (15:14 +0000)]
* gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
systems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57349 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoJeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
rearnsha [Fri, 20 Sep 2002 13:58:49 +0000 (13:58 +0000)]
Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
* config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
Add clobber of the condition code register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57347 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * real.c (do_fix_trunc): Static.
rth [Fri, 20 Sep 2002 07:56:42 +0000 (07:56 +0000)]
    * real.c (do_fix_trunc): Static.
        (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
        encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
        encode_i370_single, encode_i370_double, encode_c4x_single,
        encode_c4x_extended): Add default abort case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57344 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
rth [Fri, 20 Sep 2002 07:33:25 +0000 (07:33 +0000)]
    * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
        MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
        (struct realvaluetype): Remove.
        (REAL_VALUE_TYPE): Use struct real_value.
        (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
        (test_real_width): New.
        * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
        (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
        (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
        real_isneg, real_isnegzero, real_identical, exact_real_inverse,
        real_to_integer, real_to_integer2, real_to_decimal,
        real_to_hexadecimal, real_from_string, real_from_integer,
        real_inf, real_nan, real_2expN, real_convert, real_to_target,
        real_from_target): Likewise.
        * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
        * gengtype-yacc.y (bitfieldopt): Accept an ID as well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57343 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Fri, 20 Sep 2002 07:17:13 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57342 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
rth [Fri, 20 Sep 2002 06:36:36 +0000 (06:36 +0000)]
    * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
        IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
        * defaults.h: ... here.
        * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
        config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
        config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
        config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57336 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/mmix/mmix.md ("negdf2"): Rewrite.
hp [Fri, 20 Sep 2002 03:06:25 +0000 (03:06 +0000)]
* config/mmix/mmix.md ("negdf2"): Rewrite.
("*expanded_negdf2"): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57332 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/execute/ieee/mzero3.c: New test.
hp [Fri, 20 Sep 2002 03:04:15 +0000 (03:04 +0000)]
* gcc.c-torture/execute/ieee/mzero3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57331 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cp-demangle.c (demangling_new): Cast 0 to enum.
danglin [Fri, 20 Sep 2002 02:40:51 +0000 (02:40 +0000)]
* cp-demangle.c (demangling_new): Cast 0 to enum.
(demangle_char): Cast return of strdup to char *.
(is_gnu_v3_mangled_ctor): Cast 0 to enum.
(is_gnu_v3_mangled_dtor): Likewise.
* cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
(work_stuff_copy_to_from): Cast return of xmalloc to char **.
* fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
* md5.c (md5_process_bytes): Cast results back to const void *.
(md5_process_block): Add cast to const md5_uint32 *.
* regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
* safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
unsigned short.
* splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
to void *.
* vasprintf.c (int_vasprintf): Cast return of malloc to char *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57330 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoMention removed duplicate cxxfilt setting
hp [Fri, 20 Sep 2002 01:02:18 +0000 (01:02 +0000)]
Mention removed duplicate cxxfilt setting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57326 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
hp [Fri, 20 Sep 2002 00:52:14 +0000 (00:52 +0000)]
* lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
Adjust for c++filt moved to binutils.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57325 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* libiberty.h (asprintf, vasprintf): Don't declare them if the
aoliva [Fri, 20 Sep 2002 00:21:54 +0000 (00:21 +0000)]
* libiberty.h (asprintf, vasprintf): Don't declare them if the
corresponding HAVE_DECL_ macro is 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57324 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agofix subreg optimization bug introduced 2002-05-25
wilson [Thu, 19 Sep 2002 23:39:34 +0000 (23:39 +0000)]
fix subreg optimization bug introduced 2002-05-25
* combine.c (simplify_set): When optimizing a subreg src with a
cc0 dest, use GET_MODE (src) for mask instead of inner_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57323 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/20020312-2.c: Update for darwin.
geoffk [Thu, 19 Sep 2002 23:01:49 +0000 (23:01 +0000)]
* gcc.dg/20020312-2.c: Update for darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57320 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoRemove creation of invalid subreg. PR 7705, 7339, 7720.
dalej [Thu, 19 Sep 2002 18:54:56 +0000 (18:54 +0000)]
Remove creation of invalid subreg. PR 7705, 7339, 7720.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57315 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoUpdate email addresses for bugs and patches.
nickc [Thu, 19 Sep 2002 18:07:23 +0000 (18:07 +0000)]
Update email addresses for bugs and patches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57313 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/lang/ClassLoader.java (resolveClass0): Set cause for
tromey [Thu, 19 Sep 2002 17:44:49 +0000 (17:44 +0000)]
* java/lang/ClassLoader.java (resolveClass0): Set cause for
newly-created exception.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57310 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
uweigand [Thu, 19 Sep 2002 17:06:29 +0000 (17:06 +0000)]
* config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
and STRICT_LOW_PART within SET_DEST.
* config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
splitters, replacing pre-reload splitters.
("*zero_extendhisi2_31", "*zero_extendqisi2_31",
"*zero_extendqihi2_31"): New insns.
("*zero_extendqihi2_64"): Do not clobber CC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57309 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago 2002-09-19 Devang Patel <dpatel@apple.com>
dpatel [Thu, 19 Sep 2002 16:19:36 +0000 (16:19 +0000)]
 2002-09-19  Devang Patel  <dpatel@apple.com>
       * cp/cp-tree.h: New prototype for walk_vtabls().
       * cp/decl.c (walk_vtables_r): New function.
       (struct cp_binding_level): Add new members, namespaces,
       names_size and vtables.
       (add_decl_to_level): Add decl in namespaces or vtables
       chain, if conditions match.
       (walk_vtables): New function.
       (walk_namespaces_r): Travers separate namespace chain
       for namespace decls.
       (wrapup_globals_for_namespace): Use names_size instead
       of list_length().
       * cp/decl2.c (finish_file): Use walk_vtables() instead of
       walk_globals() to walk vtable decls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57305 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
sje [Thu, 19 Sep 2002 15:52:10 +0000 (15:52 +0000)]
* config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
(DTORS_SECTION_ASM_OP): Ditto.
(READONLY_DATA_SECTION_ASM_OP): Moved.
(DATA_SECTION_ASM_OP): New.
(SDATA_SECTION_ASM_OP): New.
(BSS_SECTION_ASM_OP): New.
(SBSS_SECTION_ASM_OP): New.
(TEXT_SECTION_ASM_OP): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57304 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/fp-bit.c: Follow spelling conventions.
kazu [Thu, 19 Sep 2002 13:51:24 +0000 (13:51 +0000)]
* config/fp-bit.c: Follow spelling conventions.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.h: Likewise.
* config/fr30/fr30.md: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/h8300/h8300.c: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
* config/i370/i370.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/i386.md: Likewise.
* config/i386/pentium.md: Likewise.
* config/i386/winnt.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ip2k/ip2k.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/ip2k/ip2k.md: Likewise.
* config/ip2k/libgcc.S: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57303 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-09-19 Stephen Clarke <stephen.clarke@superh.com>
amylaar [Thu, 19 Sep 2002 13:17:57 +0000 (13:17 +0000)]
2002-09-19  Stephen Clarke <stephen.clarke@superh.com>

* config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
(GOTOFF_P): Extend to allow gotoff plus constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57302 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Thu, 19 Sep 2002 07:17:12 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57301 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Thu, 19 Sep 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57300 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * testsuite/18_support/numeric_limits.cc (test_epsilon): New.
ljrittle [Thu, 19 Sep 2002 04:26:25 +0000 (04:26 +0000)]
* testsuite/18_support/numeric_limits.cc (test_epsilon): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57295 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * ifcvt.c (noce_process_if_block): Correctly detect X modified
rth [Thu, 19 Sep 2002 01:07:10 +0000 (01:07 +0000)]
    * ifcvt.c (noce_process_if_block): Correctly detect X modified
        with INSN_B before COND_EARLIEST.  Don't check A and B for
        modification in condition range.  Reorder INSN_B for A==B properly.
        (if_convert): Iterate until no matches for a block.

* gcc.c-torture/execute/20020916-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57294 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * calls.c (store_one_arg): Rename default_align to parm_align;
rth [Thu, 19 Sep 2002 00:37:24 +0000 (00:37 +0000)]
* calls.c (store_one_arg): Rename default_align to parm_align;
always adjust parm_align for downward padding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57292 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * toplev.c (backend_init): Move init_real_once invocation ...
rth [Thu, 19 Sep 2002 00:12:07 +0000 (00:12 +0000)]
    * toplev.c (backend_init): Move init_real_once invocation ...
        (do_compile): ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57291 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
rth [Thu, 19 Sep 2002 00:10:10 +0000 (00:10 +0000)]
    * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
        RTX_UNCHANGING_P markers for successful tail-recursive replacement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57290 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * real.c (round_for_format): Collect sticky as unsigned long, not bool.
rth [Thu, 19 Sep 2002 00:05:28 +0000 (00:05 +0000)]
    * real.c (round_for_format): Collect sticky as unsigned long, not bool.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57289 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.md: (floatdisf2): Rename to
amodra [Wed, 18 Sep 2002 23:27:29 +0000 (23:27 +0000)]
* config/rs6000/rs6000.md: (floatdisf2): Rename to
floatdisf2_internal1.
(floatdisf2): New define_expand.
(floatdisf2_internal2): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57288 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * real.c (sticky_rshift_significand): Collect sticky as
rth [Wed, 18 Sep 2002 21:23:24 +0000 (21:23 +0000)]
    * real.c (sticky_rshift_significand): Collect sticky as
        unsigned long, not bool.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57284 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.c (s390_address_cost): New function.
uweigand [Wed, 18 Sep 2002 18:57:18 +0000 (18:57 +0000)]
* config/s390/s390.c (s390_address_cost): New function.
config/s390/s390-protos.h (s390_address_cost): Add prototype.
config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
(RTX_COST): Use COSTS_N_INSNS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57282 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * stor-layout.c (place_field): Handle alignment of whole
rupp [Wed, 18 Sep 2002 18:51:14 +0000 (18:51 +0000)]
    * stor-layout.c (place_field): Handle alignment of whole
        structures when MSVC compatible bitfields are involved.
        Change method of computing location of MS bitfields to
        be compatible with #pragma pack(n).

        * tree.h (record_layout_info): Add new field
        remaining_in_alignment.

        * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
        (pragma pack): Add paragraph on MSVC bitfield packing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57281 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * testsuite/18_support/numeric_limits.cc: Add -mieee for alpha.
rth [Wed, 18 Sep 2002 18:06:13 +0000 (18:06 +0000)]
    * testsuite/18_support/numeric_limits.cc: Add -mieee for alpha.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57280 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoPR optimization/7967
rearnsha [Wed, 18 Sep 2002 14:01:58 +0000 (14:01 +0000)]
PR optimization/7967
* arm.md (ne_zeroextractsi): Add clobber of the condition code
register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57278 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Wed, 18 Sep 2002 13:08:34 +0000 (13:08 +0000)]
cp:
* decl.c (grokdeclarator): Use assert, not internal_error. Don't
ICE with invalid pointers & references.
testsuite:
* g++.old-deja/g++.other/crash32.C: Mark ICE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57277 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.c: Follow spelling convention.
kazu [Wed, 18 Sep 2002 11:43:45 +0000 (11:43 +0000)]
* config/s390/s390.c: Follow spelling convention.
* config/sh/lib1funcs.asm: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.h: Likewise.
* config/sparc/sparc.c: Likewise.
* config/sparc/sparc.h: Likewise.
* config/sparc/sparc.md: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/stormy16/stormy16.h: Likewise.
* config/v850/v850.c: Likewise.
* config/v850/v850.h: Likewise.
* config/vax/vax.c: Likewise.
* config/vax/vax.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57276 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-09-18 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 18 Sep 2002 10:15:52 +0000 (10:15 +0000)]
2002-09-18  Michael Koch  <konqueror@gmx.de>

* java/util/regex/Matcher.java, java/util/regex/Pattern.java,
java/util/regex/PatternSyntaxException.java:
Merge with classpath, new files.
* Makefile.am (core_java_source_files):
Added java/util/regex/Matcher.java,
java/util/regex/Pattern.java,
java/util/regex/PatternSyntaxException.java
* Makefile.in: Regenerated.
* include/config.h.in: Added HAVE_NET_IF_H.
* java/net/natNetworkInterface.cc (getRealNetworkInterfaces):
Removed #if 0 ... #endif.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57275 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
nickc [Wed, 18 Sep 2002 07:54:57 +0000 (07:54 +0000)]
* config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
* config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
* config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57274 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Wed, 18 Sep 2002 07:17:15 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57273 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Wed, 18 Sep 2002 07:17:14 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57272 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
zack [Wed, 18 Sep 2002 05:07:02 +0000 (05:07 +0000)]
* ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
statement that the only translation is to en_UK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57267 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/alpha/alpha.c: Follow spelling conventions.
kazu [Tue, 17 Sep 2002 23:10:04 +0000 (23:10 +0000)]
* config/alpha/alpha.c: Follow spelling conventions.
* config/alpha/alpha.h: Likewise.
* config/alpha/alpha.md: Likewise.
* config/arc/arc.h: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/pe.c: Likewise.
* config/arm/unknown-elf.h: Likewise.
* config/avr/avr.c: Likewise.
* config/avr/avr.h: Likewise.
* config/c4x/c4x.c: Likewise.
* config/cris/cris.c: Likewise.
* config/cris/cris.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57266 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoSam Figueroa's change to add ASM_OUTPUT_ALIGN_WITH_NOP.
dalej [Tue, 17 Sep 2002 21:36:29 +0000 (21:36 +0000)]
Sam Figueroa's change to add ASM_OUTPUT_ALIGN_WITH_NOP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57261 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDo not foward a branch to just after a loop exit before
dalej [Tue, 17 Sep 2002 21:25:13 +0000 (21:25 +0000)]
Do not foward a branch to just after a loop exit before
loop optimization; this broke doloop detection.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57260 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * lex.c (java_read_unicode_collapsing_terminators): Handle case
tromey [Tue, 17 Sep 2002 20:59:53 +0000 (20:59 +0000)]
* lex.c (java_read_unicode_collapsing_terminators): Handle case
where \r appears at EOF.  Fixes PR java/7950.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57258 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago(output_return_instruction): Do not writeback the stack pointer when it is
nickc [Tue, 17 Sep 2002 19:29:12 +0000 (19:29 +0000)]
(output_return_instruction): Do not writeback the stack pointer when it is
being loaded.  (arm_output_epilogue): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57256 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * optabs.c (prepare_cmp_insn): Let emit_library_call_value
kazu [Tue, 17 Sep 2002 19:02:58 +0000 (19:02 +0000)]
* optabs.c (prepare_cmp_insn): Let emit_library_call_value
generate a pseudo reg that receives the result of a libcall.
(prepare_float_lib_cmp): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57255 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * update_web_docs (MANUALS): Add fastjar.
jsm28 [Tue, 17 Sep 2002 18:14:37 +0000 (18:14 +0000)]
* update_web_docs (MANUALS): Add fastjar.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57254 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/ia64/elf.h: Remove CPP_PREDEFINES.
sje [Tue, 17 Sep 2002 15:50:08 +0000 (15:50 +0000)]
* config/ia64/elf.h: Remove CPP_PREDEFINES.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57253 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoNew tests for ObjC typechecking
nicola [Tue, 17 Sep 2002 14:00:15 +0000 (14:00 +0000)]
New tests for ObjC typechecking

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57251 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoFixed ObjC typechecking, particularly case with protocols
nicola [Tue, 17 Sep 2002 13:59:30 +0000 (13:59 +0000)]
Fixed ObjC typechecking, particularly case with protocols

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57250 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* machmode.def (V1DImode): New mode. A single element vector.
nickc [Tue, 17 Sep 2002 13:03:40 +0000 (13:03 +0000)]
* machmode.def (V1DImode): New mode.  A single element vector.
* tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
  (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
* tree.c (build_common_tree_nodes_2): Build
  unsigned_V1DI_type_node and V1D1_type_node.
* c-common.c (c_common_type_for_mode): Return
  unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
* rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57248 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoExtended/updated objc documentation on constant string classes
nicola [Tue, 17 Sep 2002 11:51:40 +0000 (11:51 +0000)]
Extended/updated objc documentation on constant string classes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57247 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-09-17 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 17 Sep 2002 10:57:14 +0000 (10:57 +0000)]
2002-09-17  Michael Koch  <konqueror@gmx.de>

* java/net/natNetworkInterface.cc:
Removed unneed and yet wrong includes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57246 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
rth [Tue, 17 Sep 2002 09:30:47 +0000 (09:30 +0000)]
    * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
        * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
        * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
        (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
        * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
        and real_2expN instead of a loop.
        * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
        (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57245 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoFix typo.
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

21 years ago * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
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

21 years agoAdd expected error
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

21 years agoDaily bump.
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

21 years agobinutils:
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

21 years ago2002-09-17 Michael Koch <konqueror@gmx.de>
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

21 years ago * expr.c (emit_block_move): Set memory block size as appropriate
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

21 years ago PR fortran/3924
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

21 years ago2002-09-16 Benjamin Kosnik <bkoz@redhat.com>
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

21 years ago * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
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

21 years ago * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
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

21 years ago * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
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

21 years ago * calls.c (store_one_arg): Set default alignment for BLKmode arguments
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

21 years ago * real.c (do_fix_trunc): New.
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

21 years ago libstdc++/7922
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

21 years agogcc/
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

21 years ago * config/i386/winnt.c (ix86_handle_dll_attribute): Set
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

21 years ago * java/net/URLClassLoader.java (findClass): Code source for a
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

21 years ago.:
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

21 years agocp:
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

21 years ago * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
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

21 years agocp:
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

21 years ago2002-09-16 Phil Edwards <pme@gcc.gnu.org>
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

21 years ago * calls.c (emit_library_call_value_1): Don't refer to
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

21 years agoIndex: gcc/ChangeLog
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

21 years ago * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
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

21 years ago * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
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

21 years ago * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
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

21 years agogcc/
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

21 years ago2002-09-15 Adam Megacz <adam@xwt.org>
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

21 years agogcc/
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

21 years ago * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
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

21 years agocp:
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

21 years agocp:
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

21 years ago * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
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

21 years ago* objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
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

21 years ago * ChangeLog: follow spelling conventions.
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

21 years ago * ABOUT-NLS: Follow spelling conventions.
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

21 years ago2002-09-16 Michael Koch <konqueror@gmx.de>
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

21 years agoDaily bump.
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