1. 01 Aug, 2000 9 commits
  2. 31 Jul, 2000 31 commits
    • [multiple changes] · 6ead1e99
      2000-07-31  Jakub Jelinek  <jakub@redhat.com>
      
      	* cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
      	(_cpp_get_token): Don't macro expand a just pasted token if it
      	was pasted at no_expand_level.
      
      	* testsuite/gcc.dg/cpp/paste7.c: New test.
      
      2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
      
      	* cppmacro.c (find_param, count_params, save_expansion):
      	Permit 'defined' as a macro parameter name.
      
      From-SVN: r35394
      Zack Weinberg committed
    • Oops - this went with the previous change set · ed39843b
      From-SVN: r35393
      Zack Weinberg committed
    • * lang-specs.h: Use %i in rule for .ii files. · ab4fa7ed
      From-SVN: r35392
      Jason Merrill committed
    • * gcc.dg/cpp/20000725-1.c: New test. · 42eb567d
      From-SVN: r35391
      Jakub Jelinek committed
    • configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. · 04179d4a
      * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
      CXX_FOR_TARGET for sed.
      
      From-SVN: r35390
      Alexandre Oliva committed
    • Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp throughout. · 4871239e
      	* Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
      	xcpp to cpp throughout.
      	(native): Remove unnecessary dependency on cpp.
      
      	* gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
      	tradcpp to tradcpp0.
      	(.i spec): Add missing output-file spec to cc1 command line.
      
      	* ch/lang-specs.h, cp/lang-specs.h, f/lang-specs.h,
      	objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
      
      From-SVN: r35389
      Zack Weinberg committed
    • c90-digraph-1.c: Restore { dg-do run } marker. · 5f1240b6
      	* gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
      	* gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
      	declaration warning for __builtin_dwarf_reg_size.
      
      From-SVN: r35387
      Zack Weinberg committed
    • c-decl.c (mesg_implicit_function_declaration): Init to -1. · 111458f1
      	* c-decl.c (mesg_implicit_function_declaration): Init to -1.
      	(implicit_decl_warning): New function.
      	(implicitly_declare): Use it.
      	* c-typeck.c (build_external_ref): Use implicit_decl_warning
      	to complain about implicit decls of builtins.
      
      	* c-lang.c (lang_init): Set mesg_implicit_function_declaration
      	based on pedantic && flag_isoc99, if not already set.
      	* c-tree.h: Declare mesg_implicit_function_declaration.
      	Prototype implicit_decl_warning.
      
      	* gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
      
      From-SVN: r35385
      Zack Weinberg committed
    • Makefile.in (ssa.o): Updated header files in dependences. · cdbca172
      	* Makefile.in (ssa.o): Updated header files in dependences.
      	* basic-block.h: Added compute_immediate_postdominators declaration.
      	* config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
      	definition.
      	* flow.c (compute_immediate_dominators): Updated comment.
      	(compute_immediate_postdominators): Added definition.
      	* rtl.h (HARD_REGISTER_P): Added definition.
      	* ssa.c: Include additional header files.
      	(assert): Added definition.
      	(ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
      	include select hard registers.
      	(ssa_rename_to_insert): Likewise.
      	(ssa_rename_from_initialize): Likewise.
      	(ssa_rename_from_lookup): Likewise.
      	(original_register): Likewise.
      	(ssa_rename_from_insert): Added to reimplement ssa_rename_from to
      	include select hard reigsters.
      	(ssa_rename_from_traverse): Likewise.
      	(ssa_rename_from_free): Likewise.
      	(ssa_rename_from_print): Likewise.
      	(ssa_rename_from_print_1): Likewise.
      	(ssa_rename_from_hash_function): Likewise.
      	(ssa_rename_from_equal): Likewise.
      	(ssa_rename_from_delete): Likewise.
      	(simplify_to_immediate_dominators): Removed in favor of
      	flow.c:compute_immediate_dominators.
      	(find_evaluations_1): Modified to work with hard registers.
      	(insert_phi_node): Likewise.
      	(insert_phi_nodes): Likewise.
      	(struct rename_set_data): Updated prev_reg comment.
      	(create_delayed_rename): Modified to work with hard registers.
      	(RENAME_NO_RTX): Updated comment.
      	(apply_delayed_renames): Modified to work with hard registers.
      	(rename_insn_1): Likewise and added handling of CLOBBER rtls.
      	(rename_block): Updated to use revised ssa_rename_to interface.
      	(rename_registers): Updated to use revised ssa_rename_to and
      	ssa_rename_from interface.
      	(convert_to_ssa): Revised to use compute_immediate_dominators and
      	deal with hard registers.
      	(make_regs_equivalent_over_bad_edges): Modified to work with hard
      	registers.  Added check for illegal unification of hard register.
      	(make_equivalent_phi_alternatives_equivalent): Modified to work
      	with hard registers.
      	(compute_conservative_reg_partition): Likewise.
      	(coalesce_if_unconflicting): Modified to work with hard registers
      	and check for conflicting hard registers.
      	(mark_phi_and_copy_regs): Revised loop to work only on pseudo
      	registers.
      	(rename_equivalent_regs_in_insn): Modified to work with hard
      	registers.
      	(record_canonical_element_1): Added definition.
      	(check_hard_regs_in_partition): Added definition.
      	(convert_from_ssa): Added data structure deallocation and check
      	for illegal hard register unification.
      	(conflict_hard_regs_p): Added definition.
      	* toplev.c (rest_of_compilation): Added comment.
      
      From-SVN: r35384
      Jeffrey D. Oldham committed
    • crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly. · ca47b739
      2000-07-30  Anthony Green  <green@redhat.com>
      
              * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
      
      From-SVN: r35383
      Anthony Green committed
    • builtins.c (expand_builtin_apply): Don't defer pop during argument setup. · 9d53e585
              * builtins.c (expand_builtin_apply): Don't defer pop during
              argument setup.
      
      From-SVN: r35382
      Jason McMullan committed
    • calls.c (combine_pending_stack_adjustment_and_call): Only use… · e079dcdb
      calls.c (combine_pending_stack_adjustment_and_call): Only use preferred_unit_stack_boundary when it is > 1.
      
              * calls.c (combine_pending_stack_adjustment_and_call): Only use
              preferred_unit_stack_boundary when it is > 1.
      
      From-SVN: r35381
      Herman A.J. ten Brugge committed
    • c-common.c (init_function_format_info): Add C99 format functions in C99 mode. · 980d86e9
      	* c-common.c (init_function_format_info): Add C99 format functions
      	in C99 mode.
      
      From-SVN: r35380
      Joseph Myers committed
    • * Makefile.in: Remove naked "^L". · 9c08f7e6
      From-SVN: r35379
      Casper Dik committed
    • * local-alloc.c: Fix formatting. · 64e3a413
      From-SVN: r35378
      Kazu Hirata committed
    • c-decl.c (get_parm_info): Don't treat 'const void'... · bbe65572
      	* c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
      	void' or 'register void' as being the special case of 'void' alone
      	in a parameter list.
      
      From-SVN: r35377
      Joseph Myers committed
    • * gcc.dg/noncompile/voidparam-1.c: New test. · b0c4bfae
      From-SVN: r35376
      Joseph Myers committed
    • h8300.c (get_shift_alg): Remove the variable alg. · b5eaf9ba
              * h8300.c (get_shift_alg): Remove the variable alg.
              (emit_a_shift): Rearrange code to improve readability.
      
              * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
      
      From-SVN: r35375
      Kazu Hirata committed
    • c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for discarding qualifiers… · 6fffb55c
      c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for discarding qualifiers into a plain warning.
      
              * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
              discarding qualifiers into a plain warning.
      
      From-SVN: r35374
      Joseph Myers committed
    • Rotate out 6 more months of ChangeLog entries. · c30d43bf
      From-SVN: r35373
      Jeff Law committed
    • h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and HImode on all architectures and a... · 184ef18e
              * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
              HImode on all architectures and a combination of HImode and SImode
              on H8/300H and H8/S.
      
      From-SVN: r35372
      Kazu Hirata committed
    • * h8300.c (split_adds_subs): Rearrange code for conciseness. · 9492393e
      From-SVN: r35371
      Kazu Hirata committed
    • i386.md (addsi to lea splitter, [...]): Fix bugs in my last checkin. · 91f9a498
      	* i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
      	in my last checkin.
      
      From-SVN: r35370
      Jan Hubicka committed
    • recog.c (extract_insn): Set operand_mode according to operand if match_operand is VOIDmode. · e7adb6fb
      	* recog.c (extract_insn): Set operand_mode according to
      	operand if match_operand is VOIDmode.
      
      From-SVN: r35369
      Jan Hubicka committed
    • c-parse.in (extdefs): Call ggc_collect between external definitions. · fbddce27
      * c-parse.in (extdefs): Call ggc_collect between external
      definitions.
      
      From-SVN: r35367
      Geoff Keating committed
    • Daily bump. · c47fef6e
      From-SVN: r35366
      Jeff Law committed
    • Component.java (toString): Implemented. · aa18e0c1
      	* java/awt/Component.java (toString): Implemented.
      	* java/awt/Container.java (addImpl): Remove FIXME. Only call
      	dispatchEvent() to dispatch the event.
      	(removeImpl): Ditto.
      
      From-SVN: r35363
      Bryce McKinlay committed
    • Component.java: Add treeLock object. · b708c42c
      2000-07-30  Anthony Green  <green@redhat.com>
      
              * java/awt/Component.java: Add treeLock object.
              (getTreeLock): Implement.
              (isShowing): Implement.
      
      From-SVN: r35362
      Anthony Green committed
    • BorderLayout.java (BorderLayout()): New constructor. · e0a339f7
      	* java/awt/BorderLayout.java (BorderLayout()): New constructor.
      
      	* java/awt/Frame.java (Frame): Pass `null' to Window constructor.
      
      	* java/awt/Window.java (addNotify): Wrote.
      	(addWindowListener): Wrote.
      	(getLocale): Wrote.
      	(getWarningString): Wrote.
      	(processEvent): Wrote.
      	(processWindowEvent): Wrote.
      	(removeWindowListener): Wrote.
      	(show): Call validate(), setVisible().
      	(toBack): Wrote.
      	(toFront): Wrote.
      
      	* java/awt/Toolkit.java (createWindow): Declare.
      
      	* java/awt/Frame.java (addNotify): Use getToolkit to find
      	toolkit.
      
      	* java/awt/Component.java (invalidate): Wrote.
      	(isValid): Wrote.
      	(getToolkit): Wrote.
      
      	* java/awt/Container.java (addContainerListener): Removed
      	unnecessary cast.
      	(removeContainerListener): Likewise.
      	(addImpl): Wrote.
      	(add(Component)): Use it.
      	(add(String,Component)): Likewise.
      	(add(Component,int)): Likewise.
      	(add(Component,Object)): Likewise.
      	(add(Component,Object,int)): Likewise.
      	(doLayout): Wrote.
      	(getAlignmentX): Wrote.
      	(getAlignmentY): Wrote.
      	(getComponentAt): Wrote.
      	(getMaximumSize): Wrote.
      	(invalidate): Wrote.
      	(list(PrintStream,int)): Wrote.
      	(list(PrintWriter,int)): Wrote.
      	(getMinimumSize): Wrote.
      	(getPreferredSize): Wrote.
      	(printComponents): Wrote.
      	(processContainerEvent): Look at containerListener, not
      	componentListener.
      	(remove): Added event processing and peer destruction.
      	(removeAll): Use remove.
      	(removeNotify): Wrote.
      	(validate): Wrote.
      	(validateTree): Wrote.
      
      	* java/awt/Scrollbar.java (addNotify): Do nothing if peer exists.
      	* java/awt/Label.java (addNotify): Do nothing if peer exists.
      	* java/awt/Container.java (addNotify): Don't create Container
      	peer.
      	* java/awt/Button.java (addNotify): Do nothing if peer exists.
      
      From-SVN: r35361
      Tom Tromey committed
    • Allow indirect primary bases. · 911a71a7
      	* cp-tree.h (struct lang_type): Remove vfield_parent.  Add
      	primary_base.
      	(CLASSTYPE_VFIELD_PARENT): Remove.
      	(CLASSTYPE_PRIMARY_BINFO): Reimplement.
      	(BINFO_PRIMARY_BINFO): Remove.
      	(CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
      	(BINFO_VBASE_PRIMARY_P): Likewise.
      	(BINFO_PRIMARY_BASE_OF): New macro.
      	(BINFO_INDIRECT_PRIMARY_P): Likewise.
      	(get_primary_binfo): New function.
      	* decl.c (lang_mark_tree): Make lang_type::primary_base.
      	* class.c (vcall_offset_data_s): Rename to ...
      	(vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
      	and add ctor_vtbl_p.
      	(get_derived_offset): Use get_primary_binfo.
      	(dfs_mark_primary_bases): Adjust handling of virtual primary
      	bases.
      	(mark_primary_bases): Likewise.
      	(set_primary_base): Take a binfo, not an integer, as a
      	representation of the primary base.
      	(indirect_primary_base_p): Remove.
      	(determine_primary_base): Adjust for indirect primary bases.
      	(dfs_find_final_overrider): Fix typo in coment.
      	(update_vtable_entry_for_fn): Use get_primary_binfo.
      	(layout_nonempty_base_or_field): Tweak.
      	(build_base_fields): Adjust for new primary base semantics.
      	(dfs_propagate_binfo_offsets): Remove.
      	(propagate_binfo_offsets): Rewrite.
      	(dfs_set_offset_for_shared_vbases): Remove.
      	(layout_virtual_bases): Don't use it.
      	(layout_class_type): Set CLASSTYPE_SIZE correctly under the new
      	ABI.
      	(finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
      	CLASSTYPE_VFIELD_PARENT.
      	(dfs_get_primary_binfo): New function.
      	(get_primary_binfo): Likewise.
      	(dump_class_hierarchy_r): Tweak printing of primary bases.
      	(build_vtbl_initializer): Fix typo in comments.  Use
      	vtbl_init_data.
      	(build_vcall_and_vbase_vtbl_entries): Likewise.
      	(build_vbaes_offset_vtbl_entries): Likewise.
      	(dfs_build_vcall_offset_vtbl_entries): Adjust setting of
      	BV_VCALL_INDEX to handle indirect primary bases.
      	(build_vcall_offset_vtbl_entries): Use vtbl_init_data.
      	(build_rtti_vtbl_entries): Likewise.
      	* search.c (get_shared_vbase_if_not_primary): Tweak.
      	(find_vbase_instance): Likewise.
      	(binfo_for_vtable): Simplify.
      	* tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
      	(make_binfo): Make it have 11 entries.
      
      From-SVN: r35360
      Mark Mitchell committed