1. 21 Jul, 2000 10 commits
    • aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly in 64-bit mode. · 538befca
      * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
      in 64-bit mode.
      * glimits.h: Don't do #if defined for ARCH_PPC.
      
      From-SVN: r35165
      Geoff Keating committed
    • rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All constants of size no larger than… · a9098fd0
      rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All constants of size no larger than a pointer should go in the TOC.
      
      * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
      constants of size no larger than a pointer should go in the TOC.
      Add 'MODE' parameter.
      (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
      ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
      (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
      * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
      * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
      * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
      (rs6000_legitimize_address): Likewise.
      (rs6000_emit_move): Likewise.
      (rs6000_select_rtx_section): Likewise.
      (output_toc): Deal properly with outputting small constants like
      HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
      * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
      MODE parameter.  Put small constants in the TOC.
      
      * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
      easy in SImode.
      (rs6000_emit_move): When reload calls us with an illegitimate
      address, exit early.  Move the change_address calls to one place
      at the end of the routine.  Merge the SImode and DImode expanders.
      When called by reload to put an integer into a FP register, force
      it to memory.
      
      * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
      field.
      (rs6000_hash_constant): Hash mode too.
      (toc_hash_function): Allow for key_mode.
      (toc_hash_eq): Structures are different if key_mode differs.
      (output_toc): Add 'mode' parameter.  Save key_mode.
      * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
      Pass 'mode' parameter.
      * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
      
      From-SVN: r35164
      Geoff Keating committed
    • rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME for vtable references. · 89c01f0e
      * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
      for vtable references.
      
      From-SVN: r35163
      Geoff Keating committed
    • rs6000.h (PREFERRED_RELOAD_CLASS): If we have a choice, don't put integer values in FP regs. · 1e66d555
      * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
      choice, don't put integer values in FP regs.
      
      From-SVN: r35162
      Geoff Keating committed
    • Update Windows maintainers. · 21f096b3
      From-SVN: r35161
      Christopher Faylor committed
    • flow.c (verify_flow_info): Revamp code to verify that the head and end of each… · 6ff71a97
      flow.c (verify_flow_info): Revamp code to verify that the head and end of each basic block are in the insn...
      
              * flow.c (verify_flow_info): Revamp code to verify that the
              head and end of each basic block are in the insn chain.
      
      From-SVN: r35160
      Jeffrey A Law committed
    • gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making it… · 274969ea
      gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making it O(n) instead O(n^2).
      
              * gcse.c (record_one_set): Prepend instead of append onto
              reg_set_table, making it O(n) instead O(n^2).
              * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
              Use a queue instead of a stack as worklist.
      
      From-SVN: r35158
      Michael Matz committed
    • [multiple changes] · 7be50fd3
      
      2000-07-20  Benjamin Kosnik  <bkoz@cygnus.com>
      
      	* bits/std_streambuf.h: Add bits for pback buffers here, so that
      	in_avail, etc can use them.
      	* bits/std_fstream.h: Ditto.
      	* bits/fstream.tcc: Ditto.
      	* testsuite/27_io/filebuf.cc: Tweaks.
      	* testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
      
      2000-07-19  Benjamin Kosnik  <bkoz@cygnus.com>
      
      	* src/localename.cc: Same.
      	* src/locale.cc: Same.
      	* bits/localefwd.h: _M_init_facet to _M_facet_init.
      
      	* bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.
      
      	* bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.
      
      	* bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
      	* bits/std_fstream.h: Same.
      
      	* bits/basic_string.h: Tweaks.
      
      From-SVN: r35157
      Benjamin Kosnik committed
    • [multiple changes] · 4dbf4496
      2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (patch_method_invocation): Fixed comment.
      	(maybe_use_access_method): Build this$<n>s to the context of the
      	target method, or a type that extends it. Fixes gcj/242.
      
      2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (not_accessible_p): Access granted to innerclasses
      	(indirectly) extending the reference type. Fixes gcj/249.
      
      2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (resolve_qualified_expression_name): Verify qualified
      	access to `this.' Fixes gcj/239.
      
      2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* class.c (set_super_info): Handled protected inner classes.
      	(common_enclosing_context_p): Bail early if arguments aren't both
      	inner classes.
      	(get_access_flags_from_decl): Handle private and protected inner
      	classes.
      	* java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
      	(CLASS_PROTECTED): Likewise.
      	(struct lang_type): New bitfield `poic.'
      	* parse.y (jdep_resolve_class): Call check_inner_class_access on
      	inner classes only.
      	(check_inner_class_access): Renamed arguments, added
      	comments. Handles protected inner classes (fixes gcj/225)
      	(not_accessible_p): Fixed comments. Avoid handling inner classes.
      
      2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (resolve_qualified_expression_name): Handle inner class
      	access. Fixes gcj/256.
      
      (Fixes gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:
       http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00801.html)
      
      From-SVN: r35156
      Alexandre Petit-Bianco committed
  2. 20 Jul, 2000 15 commits
  3. 19 Jul, 2000 13 commits
  4. 18 Jul, 2000 2 commits
    • Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org> · 08d7216d
      	* Makefile.in: Fix tradcif.c path.
      
      From-SVN: r35125
      Marc Espie committed
    • cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. · 96be6998
      	* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
                macros, not five.
      
      	* cpphash.h (TOKEN_NAME): New macro.
      	(_cpp_spell_operator): Deleted.
      	(token_spellings): Now _cpp_token_spellings.
      
      	* cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
      	* cpplex.c: Use OP and TK macros when expanding the
      	TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
      	store the stringification of the enumeration name (CPP_CHAR,
      	etc.) in the name slot of token_spellings.
      	Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
      	token_spellings directly.
      	* cpplib.c: Use TOKEN_SPELL.
      
      	* cpplex.c (_cpp_push_token): If the token being pushed back
      	is the previous token in this context, just subtract one from
      	context->posn.
      	* cppmacro.c (save_expansion): Clear aux field when storing a
      	placemarker.
      
      	* gcc.dg/cpp/paste5.c: New test.
      	* gcc.dg/cpp/vararg1.c: New test.
      
      From-SVN: r35124
      Zack Weinberg committed