1. 25 Feb, 2008 30 commits
    • c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning. · 683d6ff9
      2008-02-26  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
      
      	* c-common.c (match_case_to_enum_1): Add appropriate
      	OPT_W* parameter to warning.
      	(c_do_switch_warnings): Likewise.
      	* c-typeck.c (warning_init): Add one more parameter following
      	'warning' function.
      	(push_init_level): Update call to warning_init.
      	(pop_init_level): Likewise.
      	(add_pending_init): Likewise.
      	(output_init_element: Likewise.
      cp/
      	* typeck.c (build_class_member_access_expr): Add appropriate
      	OPT_W* parameter to warning.
      	(build_reinterpret_cast_1): Likewise.
      	* name-lookup.c (push_overloaded_decl): Likewise.
      testsuite/
      	* gcc.dg/Wswitch-enum-error.c: New.
      	* gcc.dg/Wswitch-error.c: New.
      	* gcc.dg/20011021-1.c: Use two directives to match two different
      	messages.
      
      From-SVN: r132649
      Manuel López-Ibáñez committed
    • re PR other/28322 (GCC new warnings and compatibility) · 369dcbd9
      2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	PR 28322
      	* toplev.c (toplev_main): If there are warnings or error, print
      	errors for ignored options.
      	* opts.c (ignored_options): New static variable.
      	(postpone_unknown_option_error): New.
      	(print_ignored_options): New.
      	(handle_option): Postpone errors for unknown -Wno-* options.
      	* opts.h (print_ignored_options): Declare.
      testsuite/
      	* gcc.dg/pr28322.c: New.
      	* gcc.dg/pr28322-2.c: New.
      	* lib/prune.exp: Ignore "At top level" even if there is no ':'
      	preceding it.
      
      From-SVN: r132648
      Manuel López-Ibáñez committed
    • mips.md (loadgp_blockage, blockage): Change type to "ghost". · 23dc794c
      gcc/
      	* config/mips/mips.md (loadgp_blockage, blockage): Change type
      	to "ghost".
      
      From-SVN: r132644
      Richard Sandiford committed
    • revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... · 381a258b
      2008-02-25  Richard Guenther  <rguenther@suse.de>
      
      	Revert:
      	2008-02-25  Richard Guenther  <rguenther@suse.de>
      
      	* tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
      	* tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
      	(lookup_decl_from_uid): Declare.
      	* tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
      	* tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
      	(decl_for_uid_map): New global hashtable mapping DECL_UID
      	to the decl tree.
      	(init_ttree): Allocate it.
      	(insert_decl_to_uid_decl_map): New helper function.
      	(make_node_stat): Insert new decls into the map.
      	(copy_node_stat): Likewise.
      	(lookup_decl_from_uid): New function.
      	(print_decl_for_uid_map_statistics): New helper.
      	(dump_tree_statistics): Call it.
      
      	* tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
      	(referenced_var_iterator): Adjust.
      	(FOR_EACH_REFERENCED_VAR): Adjust.
      	(FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
      	(num_referenced_vars): Adjust.
      	* tree-flow-inline.h (gimple_referenced_vars): Adjust.
      	(first_referenced_var): Remove.
      	(end_referenced_vars_p): Likewise.
      	(next_referenced_var): Likewise.
      	(referenced_var_iterator_set): New helper function.
      	* tree-dfa.c (referenced_var_lookup): Adjust.
      	(referenced_var_check_and_insert): Likewise.
      	(remove_referenced_var): Likewise.
      	* tree-ssa.c (verify_flow_insensitive_alias_info): Use
      	FOR_EACH_REFERENCED_VAR_IN_BITMAP.
      	(verify_call_clobbering): Likewise.
      	(verify_memory_partitions): Likewise.
      	(init_tree_ssa): Allocate bitmap instead of hashtable for
      	referenced_vars.
      	(delete_tree_ssa): Adjust.
      	* tree-ssa-alias.c (mark_aliases_call_clobbered): Use
      	FOR_EACH_REFERENCED_VAR_IN_BITMAP.
      	(compute_tag_properties): Likewise.
      	(set_initial_properties): Likewise.
      	(find_partition_for): Likewise.
      	(update_reference_counts): Likewise.
      	(dump_may_aliases_for): Likewise.
      	* tree-ssa-operands.c (add_virtual_operand): Likewise.
      	(add_call_clobber_ops): Likewise.
      	(add_call_read_ops): Likewise.
      	(get_asm_expr_operands): Likewise.
      	* tree-into-ssa.c (dump_decl_set): Likewise.
      	(update_ssa): Likewise.
      	* tree-sra.c (scan_function): Likewise.
      	(decide_instantiations): Likewise.
      	(scalarize_parms): Likewise.
      	* tree-ssa-alias-warnings.c (build_reference_table): Likewise.
      	(dsa_named_for): Likewise.
      	* tree-ssa-structalias.c (update_alias_info): Likewise.
      	(merge_smts_into): Likewise.
      
      From-SVN: r132643
      Richard Guenther committed
    • gnat_rm.texi, [...]: Fix spacing after `e.g.' and `i.e.' by adding comma or `@:' as appropriate. · 8dd07840
      * gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.' and
      `i.e.' by adding comma or `@:' as appropriate.
      * gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
      plain characters `C', use `@samp{C}'.
      * gnat_ugn.texi (File Naming Rules, About gnatkr)
      (Krunching Method): Likewise.
      
      From-SVN: r132642
      Ralf Wildenhues committed
    • gnat_ugn.texi (Conventions): List environment variables and metasyntactic variables. · 443b3472
      * gnat_ugn.texi (Conventions): List environment variables and
      metasyntactic variables.
      (Compiling Programs): Fix notation of metasyntactic variables.
      Add @file where appropriate.  Use @file for file extensions,
      @samp for strings.
      * gnat_rm.texi, gnat_ugn.texi: Where appropriate, use @samp
      instead of @file, @env instead of @code.
      
      From-SVN: r132641
      Ralf Wildenhues committed
    • re PR fortran/29549 (matmul slow for complex matrices) · cc4947e6
      2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
      
      	PR fortran/29549
              * Makefile.am: Add -fcx-fortran-rules to AM_CFLAGS for all of
              libgfortran.
              * Makefile.in: Regenerated.
      
      From-SVN: r132638
      Janne Blomqvist committed
    • ChangeLog for previous commit. · 89453ec7
      From-SVN: r132637
      Janne Blomqvist committed
    • re PR fortran/29549 (matmul slow for complex matrices) · 35085f76
      2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
      
      	PR fortran/29549
      	* doc/invoke.texi (-fcx-limited-range): Document new option.
      	* toplev.c (process_options): Handle -fcx-fortran-rules.
              * common.opt: Add documentation for -fcx-fortran-rules.
      
      From-SVN: r132636
      Janne Blomqvist committed
    • re PR c/35162 (Documentation incorrect for -fcx-limited-range) · 8cc6d3e0
      2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
      
      	PR c/35162
      	* doc/invoke.texi (-fcx-limited-range): Correct to be in line with
      	actual behaviour and C99.
      
      From-SVN: r132635
      Janne Blomqvist committed
    • re PR c++/35333 (Broken diagnostic for complex builtin) · 998ceda2
      /cp
      2008-02-25  Paolo Carlini  <pcarlini@suse.de>
      
              PR c++/35333
              * error.c (dump_expr): Handle CONJ_EXPR.
      
      /testsuite
      2008-02-25  Paolo Carlini  <pcarlini@suse.de>
      
              PR c++/35333
              * g++.dg/other/error26.C: New.
      
      /cp
      2008-02-25  Paolo Carlini  <pcarlini@suse.de>
      
              PR c++/35338
              * error.c (dump_type): Handle FIXED_POINT_TYPE.
      	(dump_expr): Handle FIXED_CST.
      
      /testsuite
      2008-02-25  Paolo Carlini  <pcarlini@suse.de>
      
              PR c++/35338
              * g++.dg/other/error25.C: New.
      
      From-SVN: r132634
      Paolo Carlini committed
    • rs6000.h (ASM_CPU_POWER5_SPEC): Define. · cd679487
      	* config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
      	(ASM_CPU_POWER6_SPEC): Likewise.
      	(ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
      	Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
      	(EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
      
      From-SVN: r132631
      Ben Elliston committed
    • tree-flow.h (uid_decl_map_hash, [...]): Move ... · 7660c722
      2008-02-25  Richard Guenther  <rguenther@suse.de>
      
      	* tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
      	* tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
      	(lookup_decl_from_uid): Declare.
      	* tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
      	* tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
      	(decl_for_uid_map): New global hashtable mapping DECL_UID
      	to the decl tree.
      	(init_ttree): Allocate it.
      	(insert_decl_to_uid_decl_map): New helper function.
      	(make_node_stat): Insert new decls into the map.
      	(copy_node_stat): Likewise.
      	(lookup_decl_from_uid): New function.
      	(print_decl_for_uid_map_statistics): New helper.
      	(dump_tree_statistics): Call it.
      
      	* tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
      	(referenced_var_iterator): Adjust.
      	(FOR_EACH_REFERENCED_VAR): Adjust.
      	(FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
      	(num_referenced_vars): Adjust.
      	* tree-flow-inline.h (gimple_referenced_vars): Adjust.
      	(first_referenced_var): Remove.
      	(end_referenced_vars_p): Likewise.
      	(next_referenced_var): Likewise.
      	(referenced_var_iterator_set): New helper function.
      	* tree-dfa.c (referenced_var_lookup): Adjust.
      	(referenced_var_check_and_insert): Likewise.
      	(remove_referenced_var): Likewise.
      	* tree-ssa.c (verify_flow_insensitive_alias_info): Use
      	FOR_EACH_REFERENCED_VAR_IN_BITMAP.
      	(verify_call_clobbering): Likewise.
      	(verify_memory_partitions): Likewise.
      	(init_tree_ssa): Allocate bitmap instead of hashtable for
      	referenced_vars.
      	(delete_tree_ssa): Adjust.
      	* tree-ssa-alias.c (mark_aliases_call_clobbered): Use
      	FOR_EACH_REFERENCED_VAR_IN_BITMAP.
      	(compute_tag_properties): Likewise.
      	(set_initial_properties): Likewise.
      	(find_partition_for): Likewise.
      	(update_reference_counts): Likewise.
      	(dump_may_aliases_for): Likewise.
      	* tree-ssa-operands.c (add_virtual_operand): Likewise.
      	(add_call_clobber_ops): Likewise.
      	(add_call_read_ops): Likewise.
      	(get_asm_expr_operands): Likewise.
      	* tree-into-ssa.c (dump_decl_set): Likewise.
      	(update_ssa): Likewise.
      	* tree-sra.c (scan_function): Likewise.
      	(decide_instantiations): Likewise.
      	(scalarize_parms): Likewise.
      	* tree-ssa-alias-warnings.c (build_reference_table): Likewise.
      	(dsa_named_for): Likewise.
      	* tree-ssa-structalias.c (update_alias_info): Likewise.
      	(merge_smts_into): Likewise.
      
      From-SVN: r132629
      Richard Guenther committed
    • re PR target/35258 (two memcpy calls merged incorrectly with -O1) · 2e4e39f6
      2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/35258
      	* cse.c (cse_insn): Avoid creation of overlapping MEMs.
      	* alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
      	* alias.h (nonoverlapping_memrefs_p): Likewise.
      
      2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/35258
      	* gcc.dg/pr35258.c: New testcase.
      
      From-SVN: r132628
      Andreas Krebbel committed
    • Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T). · 891984af
      gcc/
      2008-02-25  Jan Beulich  <jbeulich@novell.com>
      
      	* Makefile.in: Also prefix uses of crt0.o and mcrt0.o with
      	$(T).
      	* config/i386/netware-libgcc.exp: Add __bswap?i2,
      	__emultls_get_address, __emultls_register_common,
      	__floatundi?f, and _Unwind_GetIPInfo.
      	* config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
      	Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
      	(gen_regparm_prefix): Likewise.
      	(i386_nlm_encode_section_info): Sync with
      	config/i386/winnt.c:i386_pe_encode_section_info().
      	(i386_nlm_maybe_mangle_decl_assembler_name): New.
      	i386_nlm_mangle_decl_assembler_name): New.
      	(netware_override_options): New.
      	* config/i386/netware.h (netware_override_options): Declare.
      	(OVERRIDE_OPTIONS): Re-define to netware_override_options.
      	(i386_nlm_mangle_decl_assembler_name): Declare.
      	(TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
      
      gcc/testsuite/
      2008-02-25  Jan Beulich  <jbeulich@novell.com>
      
      	* gcc.dg/20020426-2.c: Remove bogus workaround.
      	* g++.old-deja/g++.other/store-expr1.C: Likewise.
      	* gcc.target/i386/movq-2.c: Also permit use of movzbl.
      
      From-SVN: r132624
      Jan Beulich committed
    • * MAINTAINERS (Write After Approval): Add myself. · e652b516
      From-SVN: r132623
      Tomas Bily committed
    • acinclude.m4: Also check for EIDRM and ETXTBSY. · 2b854e70
      2008-02-25  Jan Beulich  <jbeulich@novell.com>
      
      	* acinclude.m4: Also check for EIDRM and ETXTBSY.
      	* configure: Re-generate.
      	* config/os/generic/error_constants.h (namespace posix_error):
      	Also wrap uses of EIDRM and ETXTBSY in conditionals.
      	* testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
      	Likewise.
      
      From-SVN: r132622
      Jan Beulich committed
    • ifunction_logical.m4: Add casts to get rid of warnings. · 5095283b
      	* m4/ifunction_logical.m4: Add casts to get rid of warnings.
      	* generated/all_l1.c: Regenerate.
      	* generated/all_l2.c: Regenerate.
      	* generated/all_l4.c: Regenerate.
      	* generated/all_l8.c: Regenerate.
      	* generated/all_l16.c: Regenerate.
      	* generated/any_l1.c: Regenerate.
      	* generated/any_l2.c: Regenerate.
      	* generated/any_l4.c: Regenerate.
      	* generated/any_l8.c: Regenerate.
      	* generated/any_l16.c: Regenerate.
      	* generated/count_1_l.c: Regenerate.
      	* generated/count_2_l.c: Regenerate.
      	* generated/count_4_l.c: Regenerate.
      	* generated/count_8_l.c: Regenerate.
      	* generated/count_16_l.c: Regenerate.
      
      From-SVN: r132619
      Francois-Xavier Coudert committed
    • re PR other/32948 (five warnings and a patch) · 98266db0
      fixincludes/
      	PR other/32948
      	* fixincl.c (fix_applies): Remove unused variable `name_len'.
      
      gcc/
      	PR other/32948
      	* c-decl.c (grokdeclarator): Remove unused local variables
      	`typedef_type' and `type_as_written'.
      	* bb-reorder.c
      	(find_rarely_executed_basic_blocks_and_crossing_edges): Remove
      	unused local variable `has_hot_blocks'.
      	(fix_crossing_conditional_branches): Remove unused local variable
      	`prev_bb'.
      
      From-SVN: r132618
      Ben Elliston committed
    • re PR middle-end/19984 (nan should be C99 built-in) · 93e50125
      	PR middle-end/19984
      	* builtins.def (BUILT_IN_NAN): Define as c99 builtin
      	using DEF_C99_BUILTIN.
      	(BUILT_IN_NANF): Ditto.
      	(BUILT_IN_NANL): Ditto.
      
      testsuite/ChangeLog:
      
      	PR middle-end/19984
      	* gcc.dg/pr19984.c: New test.
      	* gcc.dg/dfp/compare-special.h: Use _nan instead of nan as the
      	name of the variable.
      
      From-SVN: r132617
      Uros Bizjak committed
    • Fix formatting of Changelog · 433331d4
      From-SVN: r132616
      Revital Eres committed
    • SMS: Revisit order of insns within a row · 0de5a32f
      Co-Authored-By: Revital Eres <eres@il.ibm.com>
      
      From-SVN: r132615
      Ayal Zaks committed
    • stor-layout.c (layout_decl): Do not bump the alignment of a bit-field to more… · d4cba6d4
      stor-layout.c (layout_decl): Do not bump the alignment of a bit-field to more than byte alignment if...
      
      	* stor-layout.c (layout_decl): Do not bump the alignment of a
      	bit-field to more than byte alignment if it is packed.
      
      From-SVN: r132614
      Eric Botcazou committed
    • vect-99.c: Include stdlib.h and tree-vect.h. · 9dd39a15
      	* gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
      	(main): Call check_vect and foo.  Check array values after
      	the call to foo.
      	* gcc.dg/vect/vect-117.c: Call check_vect.
      	* gcc.dg/vect/no-vfa-pr29145.c: Ditto.
      
      From-SVN: r132613
      Uros Bizjak committed
    • re PR fortran/34729 (Localization of run-time error messages, written into the executable) · ee37d2f5
      	PR fortran/34729
      	* trans-const.c (gfc_build_string_const): Don't call gettext.
      	(gfc_build_localized_string_const): New function.
      	* trans-const.h (gfc_build_localized_string_const): New prototype.
      	* trans.c (gfc_trans_runtime_check): Use
      	gfc_build_localized_string_const instead of gfc_build_string_const.
      	(gfc_call_malloc): Likewise.
      	(gfc_allocate_with_status): Likewise.
      	(gfc_allocate_array_with_status): Likewise.
      	(gfc_deallocate_with_status): Likewise.
      	(gfc_call_realloc): Likewise.
      	* trans-io.c (gfc_trans_io_runtime_check): Likewise.
      
      From-SVN: r132612
      Francois-Xavier Coudert committed
    • re PR c++/33486 (namespace association doesn't handle parallel namespaces) · 4cfaec1c
              * gcc/cp/parser.c (cp_parser_declaration): Handle 'inline namespace'.
              (cp_parser_namespace_definition): Likewise.
        
              PR c++/33486
              * gcc/cp/name-lookup.c (arg_assoc_namespace): Look down into inline
              namespaces, too.
        
              * libstdc++-v3/include/bits/c++config: Use 'inline namespace'
              instead of strong using.
      
      From-SVN: r132611
      Jason Merrill committed
    • ssa-pre-10.c: Use -fno-finite-math-only on sh* targets. · c9be0915
      	* gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
      	sh* targets.
      
      From-SVN: r132610
      Kaz Kojima committed
    • typeck.c (check_for_casting_away_constness): Use 1 single argument, the type of… · 86b7b98b
      typeck.c (check_for_casting_away_constness): Use 1 single argument, the type of cast, to decide what diagnostics generate.
      
      2008-02-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	* typeck.c (check_for_casting_away_constness): Use 1 single
      	argument, the type of cast, to decide what diagnostics generate.
      	(build_static_cast_1): Remove unused code. Update call to
      	check_for_casting_away_constness.
      	(build_reinterpret_cast_1): Update call to
      	check_for_casting_away_constness.
      	(build_const_cast_1): Likewise.
      
      From-SVN: r132609
      Manuel López-Ibáñez committed
    • Daily bump. · 55092ebf
      From-SVN: r132607
      GCC Administrator committed
  2. 24 Feb, 2008 10 commits