1. 21 Mar, 2006 2 commits
    • re PR c++/21764 (visibility attributes on namespace scope) · 0ed5edac
              PR c++/21764
              * c-pragma.c (visstack): Move out of handle_pragma_visibility.
              (push_visibility, pop_visibility): Likewise.
              * c-pragma.h: Declare them.
              * cp/name-lookup.h (struct cp_binding_level): Add has_visibility
              bitfield.
              * cp/name-lookup.c: Include c-pragma.h.
              (push_namespace_with_attribs): Split out from push_namespace.
              Push visibility if appropriate.  Set TREE_PUBLIC on namespaces.
              (leave_scope): Pop visibility if appropriate.
              * cp/parser.c (cp_parser_declaration, cp_parser_namespace_name): Allow
              attributes on namespace declarations.
      
              PR c++/19238
              * cp/decl.c (cp_finish_decl): Call determine_visibility later.
              (start_preparsed_function): Likewise.
              * cp/cp-tree.h (CP_TYPE_CONTEXT, TYPE_NAMESPACE_SCOPE_P): New macros.
              (TYPE_CLASS_SCOPE_P, TYPE_FUNCTION_SCOPE_P): New macros.
              * cp/decl2.c (determine_visibility_from_class): Split out from...
              (determine_visibility): ...here.  Handle function scope and
              nested classes.
              (import_export_decl): Move visibility handling to
              determine_visibility_from_class.
      
      From-SVN: r112239
      Jason Merrill committed
    • Daily bump. · 29c14e84
      From-SVN: r112236
      GCC Administrator committed
  2. 20 Mar, 2006 9 commits
    • target-supports.exp (check_no_compiler_messages): New procedure. · 8ce1ac69
      	* lib/target-supports.exp (check_no_compiler_messages): New procedure.
      	(check_visibility_available): Use it.
      	(check_effective_target_default_packed): Likewise.
      	(check_effective_target_pcc_bitfield_type_matters): Likewise.
      	(check_effective_target_fopenmp): Likewise.
      	(check_effective_target_freorder): Likewise.
      	(check_effective_target_fpic): Likewise.
      	(check_named_sections_available): Likewise.
      	(check_effective_target_ilp32): Likewise.
      	(check_effective_target_lp64): Likewise.
      
      From-SVN: r112232
      Richard Sandiford committed
    • sh.c (untangle_mova): Initialize n_addr and n_target. · c6d56443
      	* config/sh/sh.c (untangle_mova): Initialize n_addr and n_target.
      
      	* config/sh/sh.c (find_regmode_weight): Change the type of the first
      	parameter and use get_ebb_head_tail.
      	(sh_md_init_global): Adjust uses of find_regmode_weight.
      
      From-SVN: r112231
      Kaz Kojima committed
    • re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.)) · 97a62038
      2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR fortran/20935
      	* iresolve.c (gfc_resolve_maxloc):   If mask is scalar,
      	prefix the function name with an "s".  If the mask is scalar
      	or if its kind is smaller than gfc_default_logical_kind,
      	coerce it to default kind.
      	(gfc_resolve_maxval):  Likewise.
      	(gfc_resolve_minloc):  Likewise.
      	(gfc_resolve_minval):  Likewise.
      	(gfc_resolve_product):  Likewise.
      	(gfc_resolve_sum):  Likewise.
      
      2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR fortran/20935
      	* m4/iforeach.m4:  Add SCALAR_FOREACH_FUNCTION macro.
      	* m4/ifunction.m4:  Add SCALAR_ARRAY_FUNCTION macro.
      	* m4/minloc0.m4:  Use SCALAR_FOREACH_FUNCTION.
      	* m4/minloc1.m4:  Use SCALAR_ARRAY_FUNCTION.
      	* m4/maxloc0.m4:  Use SCALAR_FOREACH_FUNCTION.
      	* m4/maxloc1.m4:  Use SCALAR_ARRAY_FUNCTION.
      	* m4/minval.m4:  Likewise.
      	* m4/maxval.m4:  Likewise.
      	* m4/product.m4:  Likewise.
      	* m4/sum.m4:  Likewise.
      	* minloc0_16_i16.c : Regenerated.
      	* minloc0_16_i4.c : Regenerated.
      	* minloc0_16_i8.c : Regenerated.
      	* minloc0_16_r10.c : Regenerated.
      	* minloc0_16_r16.c : Regenerated.
      	* minloc0_16_r4.c : Regenerated.
      	* minloc0_16_r8.c : Regenerated.
      	* minloc0_4_i16.c : Regenerated.
      	* minloc0_4_i4.c : Regenerated.
      	* minloc0_4_i8.c : Regenerated.
      	* minloc0_4_r10.c : Regenerated.
      	* minloc0_4_r16.c : Regenerated.
      	* minloc0_4_r4.c : Regenerated.
      	* minloc0_4_r8.c : Regenerated.
      	* minloc0_8_i16.c : Regenerated.
      	* minloc0_8_i4.c : Regenerated.
      	* minloc0_8_i8.c : Regenerated.
      	* minloc0_8_r10.c : Regenerated.
      	* minloc0_8_r16.c : Regenerated.
      	* minloc0_8_r4.c : Regenerated.
      	* minloc0_8_r8.c : Regenerated.
      	* minloc1_16_i16.c : Regenerated.
      	* minloc1_16_i4.c : Regenerated.
      	* minloc1_16_i8.c : Regenerated.
      	* minloc1_16_r10.c : Regenerated.
      	* minloc1_16_r16.c : Regenerated.
      	* minloc1_16_r4.c : Regenerated.
      	* minloc1_16_r8.c : Regenerated.
      	* minloc1_4_i16.c : Regenerated.
      	* minloc1_4_i4.c : Regenerated.
      	* minloc1_4_i8.c : Regenerated.
      	* minloc1_4_r10.c : Regenerated.
      	* minloc1_4_r16.c : Regenerated.
      	* minloc1_4_r4.c : Regenerated.
      	* minloc1_4_r8.c : Regenerated.
      	* minloc1_8_i16.c : Regenerated.
      	* minloc1_8_i4.c : Regenerated.
      	* minloc1_8_i8.c : Regenerated.
      	* minloc1_8_r10.c : Regenerated.
      	* minloc1_8_r16.c : Regenerated.
      	* minloc1_8_r4.c : Regenerated.
      	* minloc1_8_r8.c : Regenerated.
      	* maxloc0_16_i16.c : Regenerated.
      	* maxloc0_16_i4.c : Regenerated.
      	* maxloc0_16_i8.c : Regenerated.
      	* maxloc0_16_r10.c : Regenerated.
      	* maxloc0_16_r16.c : Regenerated.
      	* maxloc0_16_r4.c : Regenerated.
      	* maxloc0_16_r8.c : Regenerated.
      	* maxloc0_4_i16.c : Regenerated.
      	* maxloc0_4_i4.c : Regenerated.
      	* maxloc0_4_i8.c : Regenerated.
      	* maxloc0_4_r10.c : Regenerated.
      	* maxloc0_4_r16.c : Regenerated.
      	* maxloc0_4_r4.c : Regenerated.
      	* maxloc0_4_r8.c : Regenerated.
      	* maxloc0_8_i16.c : Regenerated.
      	* maxloc0_8_i4.c : Regenerated.
      	* maxloc0_8_i8.c : Regenerated.
      	* maxloc0_8_r10.c : Regenerated.
      	* maxloc0_8_r16.c : Regenerated.
      	* maxloc0_8_r4.c : Regenerated.
      	* maxloc0_8_r8.c : Regenerated.
      	* maxloc1_16_i16.c : Regenerated.
      	* maxloc1_16_i4.c : Regenerated.
      	* maxloc1_16_i8.c : Regenerated.
      	* maxloc1_16_r10.c : Regenerated.
      	* maxloc1_16_r16.c : Regenerated.
      	* maxloc1_16_r4.c : Regenerated.
      	* maxloc1_16_r8.c : Regenerated.
      	* maxloc1_4_i16.c : Regenerated.
      	* maxloc1_4_i4.c : Regenerated.
      	* maxloc1_4_i8.c : Regenerated.
      	* maxloc1_4_r10.c : Regenerated.
      	* maxloc1_4_r16.c : Regenerated.
      	* maxloc1_4_r4.c : Regenerated.
      	* maxloc1_4_r8.c : Regenerated.
      	* maxloc1_8_i16.c : Regenerated.
      	* maxloc1_8_i4.c : Regenerated.
      	* maxloc1_8_i8.c : Regenerated.
      	* maxloc1_8_r10.c : Regenerated.
      	* maxloc1_8_r16.c : Regenerated.
      	* maxloc1_8_r4.c : Regenerated.
      	* maxloc1_8_r8.c : Regenerated.
      	* maxval_i16.c : Regenerated.
      	* maxval_i4.c : Regenerated.
      	* maxval_i8.c : Regenerated.
      	* maxval_r10.c : Regenerated.
      	* maxval_r16.c : Regenerated.
      	* maxval_r4.c : Regenerated.
      	* maxval_r8.c : Regenerated.
      	* minval_i16.c : Regenerated.
      	* minval_i4.c : Regenerated.
      	* minval_i8.c : Regenerated.
      	* minval_r10.c : Regenerated.
      	* minval_r16.c : Regenerated.
      	* minval_r4.c : Regenerated.
      	* minval_r8.c : Regenerated.
      	* sum_c10.c : Regenerated.
      	* sum_c16.c : Regenerated.
      	* sum_c4.c : Regenerated.
      	* sum_c8.c : Regenerated.
      	* sum_i16.c : Regenerated.
      	* sum_i4.c : Regenerated.
      	* sum_i8.c : Regenerated.
      	* sum_r10.c : Regenerated.
      	* sum_r16.c : Regenerated.
      	* sum_r4.c : Regenerated.
      	* sum_r8.c : Regenerated.
      	* product_c10.c : Regenerated.
      	* product_c16.c : Regenerated.
      	* product_c4.c : Regenerated.
      	* product_c8.c : Regenerated.
      	* product_i16.c : Regenerated.
      	* product_i4.c : Regenerated.
      	* product_i8.c : Regenerated.
      	* product_r10.c : Regenerated.
      	* product_r16.c : Regenerated.
      	* product_r4.c : Regenerated.
      	* product_r8.c : Regenerated.
      
      2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR fortran/20935
      	* gfortran.dg/scalar_mask_2.f90:  New test case.
      
      From-SVN: r112230
      Thomas Koenig committed
    • function.h (struct function): Rename to x_stack_check_probe_note. · ede497cf
      	* function.h (struct function) <x_tail_recursion_reentry>:
      	Rename to x_stack_check_probe_note.
      	(tail_recursion_reentry): Rename to stack_check_probe_note.
      	* function.c: Replace tail_recursion_reentry with
      	stack_check_probe_note everywhere.
      	(expand_function_start): Only emit a note for
      	stack_check_probe_note with -fstack-protect.
      	* stmt.c (expand_case): Don't emit NOTE_INSN_DELETED notes.
      
      	* emit-rtl.c (remove_unnecessary_notes): Remove.
      	(pass_remove_unnecessary_notes): Remove.
      	* rtl.h (remove_unnecessary_notes): Remove prototype.
      	* final.c (final_start_function): Don't call remove_unnecessary_notes.
      	* tree-pass.h (pass_remove_unnecessary_notes): Remove.
      	* passes.c (pass_remove_unnecessary_notes): Don't run it.
      
      From-SVN: r112229
      Steven Bosscher committed
    • re PR tree-optimization/26629 (tree load PRE does not work on array references) · e13f1c14
      2006-03-20  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR tree-opt/26629
              * tree-ssa-pre (phi_translate): Handle ARRAY_REF's operands.
              (valid_in_set): Handle ARRAY_REF.
              Change "if min_variant or VH" to asserts.
              (create_component_ref_by_pieces): Handle ARRAY_REF.
              (create_expression_by_pieces): Likewise.
              (can_PRE_operation): ARRAY_REFs can now be PRE'd.
      
      2006-03-20  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR tree-opt/26629
              * gcc.dg/tree-ssa/loadpre12.c: New test.
              * gcc.dg/tree-ssa/loadpre13.c: New test.
              * gcc.dg/tree-ssa/loadpre14.c: New test.
              * gcc.dg/tree-ssa/loadpre15.c: New test.
              * gcc.dg/tree-ssa/loadpre16.c: New test.
              * gcc.dg/tree-ssa/loadpre17.c: New test.
              * gcc.dg/tree-ssa/loadpre18.c: New test.
              * gcc.dg/tree-ssa/loadpre19.c: New test.
              * gcc.dg/tree-ssa/loadpre20.c: New test.
              * gcc.dg/tree-ssa/loadpre21.c: New test.
              * gcc.dg/tree-ssa/loadpre22.c: New test.
      
      From-SVN: r112227
      Andrew Pinski committed
    • genpreds.c (write_insn_extra_address_constraint): Argument `c' is operand of switch, not str[0]. · 7a22dbec
      	* genpreds.c (write_insn_extra_address_constraint): Argument `c'
      	is operand of switch, not str[0].
      
      From-SVN: r112225
      David Edelsohn committed
    • README: New file. · 22862852
      2006-03-20  Richard Guenther  <rguenther@suse.de>
      
              * README: New file.
      
      From-SVN: r112224
      Richard Guenther committed
    • rs6000.c (rs6000_handle_option): Use TARGET_NO_FP_IN_TOC inside #ifdef TARGET_USES_SYSV4_OPT too. · e0bf274f
      	* config/rs6000/rs6000.c (rs6000_handle_option): Use
      	TARGET_NO_FP_IN_TOC inside #ifdef TARGET_USES_SYSV4_OPT too.
      
      From-SVN: r112223
      Alan Modra committed
    • Daily bump. · 6d394a5c
      From-SVN: r112221
      GCC Administrator committed
  3. 19 Mar, 2006 5 commits
    • genpreds.c (write_tm_preds_h): Add semicolon and newline at end of… · e800e79b
      genpreds.c (write_tm_preds_h): Add semicolon and newline at end of insn_extra_address_constraint declaration.
      
              * genpreds.c (write_tm_preds_h): Add semicolon and newline at
              end of insn_extra_address_constraint declaration.
      
      From-SVN: r112217
      David Edelsohn committed
    • rs6000.opt (no-fp-in-toc): Use Var not Mask. · d2894ab5
              * config/rs6000/rs6000.opt (no-fp-in-toc): Use Var not Mask.
              (no-sum-in-toc): Same.
              * config/rs6000/rs6000.c (rs6000_handle_option): Use new
              variables.
              * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
              NO_FP_IN_TOC for -fPIC instead of mask.
      
              * config/rs6000/t-aix43 (T_ADAFLAGS): Delete.
              (BOOT_LDFLAGS): Delete.
              (LDFLAGS): Delete.
              * config/rs6000/t-aix52: Same.
      
              * config/rs6000/rs6000.md (store_multiple_power): Delete.
              (stmsi[345678]_power): New.
      
      From-SVN: r112215
      David Edelsohn committed
    • Correct error in PR number · 79a495f1
      From-SVN: r112212
      Paul Thomas committed
    • re PR fortran/26716 (gfortran: incorrect choice of overloaded function) · 98cb5a54
      2006-03-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/26716
      	*expr.c (external_spec_function): Permit elemental functions.
      
      	PR fortran/26716
      	*interface.c (compare_actual_formal): Detect call for procedure
      	usage and require rank checking, in this case, for assumed shape
      	and deferred shape arrays.
      	(gfc_procedure_use): Revert to pre-PR25070 call to
      	compare_actual_formal that does not require rank checking..
      
      2006-03-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/26716
      	* gfortran.dg/elemental_initializer_1.f90: New test.
      
      	PR fortran/26716
      	* gfortran.dg/assumed_shape_ranks_2: New test.
      
      From-SVN: r112210
      Paul Thomas committed
    • Daily bump. · 4d58f908
      From-SVN: r112208
      GCC Administrator committed
  4. 18 Mar, 2006 5 commits
  5. 17 Mar, 2006 12 commits
    • * config/ia64/ia64.opt: Add empty line to end of file. · 30b82356
      From-SVN: r112180
      Steve Ellcey committed
    • re PR target/26721 (Gcc generates unaligned access) · 445a6ba4
      2006-03-17  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/26721
      	* builtins.c (get_pointer_alignment): For component style references
      	adjust alignment to the component type alignment.  Make sure
      	to adjust alignment for component access of constants.
      
      From-SVN: r112177
      Richard Guenther committed
    • pr26350.c: New. · d550ef0b
              * gcc.target/powerpc/pr26350.c: New.
              * gcc.target/powerpc/indexed-addr.c: New.
      
      From-SVN: r112176
      David Edelsohn committed
    • rs6000.md (strlensi): Emit barrier after unconditional jump. · ea5bd0d8
      	* config/rs6000/rs6000.md (strlensi): Emit barrier after
      	unconditional jump.
      
      From-SVN: r112175
      David Edelsohn committed
    • install.texi: Docuemnt --with-mode. · 3cf94279
      2006-03-17  Paul Brook  <paul@codesourcery.com>
      
      	* doc/install.texi: Docuemnt --with-mode.
      	* config.gcc: Add --with-mode for arm*-*-*.
      	* config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "mode".
      
      From-SVN: r112174
      Paul Brook committed
    • sh.c (max_labelno_before_reorg): New variable. · 4241ecb0
      	* sh.c (max_labelno_before_reorg): New variable.
      	(sh_reorg): Initialize it.
      	(find_barrier): Check max_labelno_before_reorg before using
      	label_to_alignment.  Take length of explicit alignment insns
      	into account.  When seeing a UNSPECV_CONST_END, return it.
      
      	* sh.c (fixup_mova): Set mode of affected label to QImode.
      	(untangle_mova): New function.
      	(find_barrier): Use it.  Check mode of label before decrementing
      	num_mova.
      	(sh_reorg): Likewise.
      	Set mode of all insns back to VOIDmode.
      
      	* sh.c (MOVA_LABELREF): New macro.
      	(mova_p, fixup_mova, sh_reorg): Use it.
      	(find_barrier, sh_reorg): Don't count num_mova back to 0 unless
      	ADDR_DIFF_VEC matches mova.
      
      From-SVN: r112173
      J"orn Rennecke committed
    • dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument with ATTRIBUTE_UNUSED. · 79252435
      	* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
      	with ATTRIBUTE_UNUSED.
      
      From-SVN: r112171
      Steven Bosscher committed
    • dwarf2out.c (dwarf2out_stack_adjust): Always track the stack pointer... · 6a037308
      * dwarf2out.c (dwarf2out_stack_adjust): Always track the stack
      pointer, instead of assuming it is possible to derive the
      correct args size from a call insn.
      
      From-SVN: r112170
      Alexandre Oliva committed
    • rtl.h (CONST_INT_P): Define. · d97c1295
      	* rtl.h (CONST_INT_P): Define.
      	* config/vax/vax.c (print_operand_address): Use CONST_INT_P()
      	instead of GET_CODE(x) == CONST_INT.
      	(vax_rtx_costs): Likewise.
      	(vax_output_int_move): Likewise.
      	(vax_output_int_add): Likewise.
      	(legitimate_constant_address_p): Likewise.
      	(index_term_p): Likewise.
      	* config/vax/vax.h (PRINT_OPERAND): Likewise.
      	* config/vax/vax.md (and<mode>3): Likewise.
      	(ashrsi3): Likewise.
      	(extv): Likewise.
      	(movstricthi): Likewise.
      	(movstrictqi): Likewise.
      	(rotrsi3): Likewise.
      	(five unnamed insns): Likewise.
      
      From-SVN: r112169
      Jan-Benedict Glaw committed
    • tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET. · 192d0f89
      	* doc/tm.texi (SDB and DWARF): Add extra parameter to
      	ASM_OUTPUT_DWARF_OFFSET.  Use @var to indicate metavariables.
      	* dwarf2asm.h (dw2_asm_output_offset): Add section parameter.
      	* dwarf2asm.c (dw2_asm_output_offset): Add base section parameter.
      	Pass to ASM_OUTPUT_DWARF_OFFSET.
      	* dwarf2out.c (debug_frame_section): New.
      	(output_call_frame_info): Use debug_frame_section.  Pass it to
      	dw2_asm_output_offset.
      	(output_die): Pass appropriate section to dw2_asm_output_offset.
      	(output_compilation_unit_header): Likewise.
      	(output_pubnames): Likewise.
      	(output_aranges): Likewise.
      	(enum dw_val_class): Break dw_val_class_lbl_offset into
      	dw_val_class_lineptr and dw_val_class_macptr.
      	(add_AT_lbl_offset): Delete.
      	(add_AT_lineptr): New.
      	(add_AT_macptr): New.
      	(AT_lbl): Expect a lineptr or macptr.
      	(print_die): Handle dw_val_class_lineptr and dw_val_class_macptr.
      	(attr_checksum): Likewise.
      	(same_dw_val_p): Likewise.
      	(size_of_die): Likewise.
      	(value_format): Likewise.
      	(output_die): Likewise.
      	(dwarf2out_finish): Call add_AT_lineptr and add_AT_macptr instead of
      	add_AT_lbl_offset.
      	* config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add extra parameter.
      	* config/i386/i386.c (x86_file_start): Call darwin_file_start.
      	* config/darwin-protos.h (darwin_file_start): New.
      	(darwin_asm_output_dwarf_offset): New.
      	* config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add extra parameter.
      	* config/rs6000/rs6000.c (rs6000_darwin_file_start): Call
      	darwin_file_start.
      	* config/darwin.c (darwin_emit_unwind_label): Don't output label
      	if not EH section; simplify.
      	(darwin_file_start): New.
      	(darwin_asm_output_dwarf_offset): New.
      	* config/darwin.h (DEBUG_FRAME_SECTION): In __DWARF segment,
      	mark as 'debug'.
      	(DEBUG_INFO_SECTION): Likewise.
      	(DEBUG_ABBREV_SECTION): Likewise.
      	(DEBUG_ARANGES_SECTION): Likewise.
      	(DEBUG_MACINFO_SECTION): Likewise.
      	(DEBUG_LINE_SECTION): Likewise.
      	(DEBUG_LOC_SECTION): Likewise.
      	(DEBUG_PUBNAMES_SECTION): Likewise.
      	(DEBUG_STR_SECTION): Likewise.
      	(DEBUG_RANGES_SECTION): Likewise.
      	(FRAME_BEGIN_LABEL): Must start with 'L' in debug section.
      	(ASM_OUTPUT_DWARF_OFFSET): New.
      
      From-SVN: r112168
      Geoffrey Keating committed
    • Daily bump. · 8e910316
      From-SVN: r112166
      GCC Administrator committed
    • gfortran.h (gfc_equiv_info): Add length field. · 37311e71
      
      	* gfortran.h (gfc_equiv_info): Add length field.
      	* trans-common.c (copy_equiv_list_to_ns): Set the length field.
      	* dependency.c (gfc_are_equivalenced_arrays): Use both the offset
      	and length fields to determine whether the two equivalenced symbols
      	overlap in memory.
      
      	* gfortran.dg/dependency_13.f90: New test case.
      
      From-SVN: r112162
      Roger Sayle committed
  6. 16 Mar, 2006 7 commits