1. 22 Jul, 2008 2 commits
  2. 21 Jul, 2008 18 commits
    • Add initializer_list support as per N2679. · 988499f4
              * include/debug/unordered_map: Add initializer_list support.
              * include/debug/safe_association.h: Likewise.
              * include/debug/unordered_set: Likewise.
              * include/debug/vector: Likewise.
              * include/debug/deque: Likewise.
              * include/debug/map.h: Likewise.
              * include/debug/set.h: Likewise.
              * include/debug/string: Likewise.
              * include/debug/list: Likewise.
              * include/debug/multimap.h: Likewise.
              * include/tr1_impl/unordered_map: Likewise.
              * include/tr1_impl/hashtable: Likewise.
              * include/tr1_impl/unordered_set: Likewise.
              * include/tr1_impl/regex: Likewise.
              * include/std/valarray: Likewise.
              * include/std/unordered_map: Likewise.
              * include/std/unordered_set: Likewise.
              * include/bits/stl_list.h: Likewise.
              * include/bits/stl_map.h: Likewise.
              * include/bits/stl_set.h: Likewise.
              * include/bits/basic_string.h: Likewise.
              * include/bits/basic_string.tcc: Likewise.
              * include/bits/stl_multimap.h: Likewise.
              * include/bits/stl_vector.h: Likewise.
              * include/bits/stl_deque.h: Likewise.
              * include/bits/stl_multiset.h: Likewise.
              * include/bits/stl_bvector.h: Likewise.
              * include/ext/vstring.h: Likewise.
              * include/ext/rc_string_base.h: Likewise.
              * include/ext/sso_string_base.h: Likewise.
              * src/Makefile.am (w?string-inst): Build with -std=gnu++0x.
              * src/Makefile.in: Likewise.
              * config/abi/pre/gnu.ver: Add new w?string exports.
      ...
      
      From-SVN: r138043
      Jason Merrill committed
    • objc-act.c: Fix comment typos. · 39a13be5
      gcc/objc/
      
      	* objc-act.c: Fix comment typos.
      
      gcc/cp/
      
      	* call.c: Fix comment typos.
      	* class.c: Likewise.
      	* cp-tree.h: Likewise.
      	* cxx-pretty-print.c: Likewise.
      	* decl.c: Likewise.
      	* init.c: Likewise.
      	* name-lookup.c: Likewise.
      	* operators.def: Likewise.
      	* parser.c: Likewise.
      	* pt.c: Likewise.
      	* tree.c: Likewise.
      	* typeck.c: Likewise.
      
      From-SVN: r138042
      Ralf Wildenhues committed
    • arm-eabi-extra.ver: New file. · 5194c5c1
      	* config/os/gnu-linux/arm-eabi-extra.ver: New file.
      	* configure.host: Use it for arm*-*-linux-*eabi.
      
      From-SVN: r138041
      Mark Mitchell committed
    • fmt_g0_3.f08: Fix typo in expected error message. · df2fba9e
      gcc/testsuite/
      
      	* gfortran.dg/fmt_g0_3.f08: Fix typo in expected error message.
      
      gcc/fortran/
      
      	* expr.c (gfc_check_pointer_assign): Fix typo in string.
      	* io.c (check_format): Fix typo in string.  Fix comment typos.
      	* parse.c (gfc_global_used): Likewise.
      	* resolve.c (resolve_allocate_expr): Likewise.
      	* symbol.c (gfc_set_default_type): Likewise.
      	* arith.c: Fix typos in comments.
      	* array.c: Likewise.
      	* data.c: Likewise.
      	* decl.c: Likewise.
      	* dependency.c: Likewise.
      	* f95-lang.c: Likewise.
      	* gfortran.h: Likewise.
      	* matchexp.c: Likewise.
      	* module.c: Likewise.
      	* primary.c: Likewise.
      	* scanner.c: Likewise.
      	* trans-array.c: Likewise.
      	* trans-common.c: Likewise.
      	* trans-decl.c: Likewise.
      	* trans-expr.c: Likewise.
      	* trans-intrinsic.c: Likewise.
      	* trans-types.c: Likewise.
      	* trans.c: Likewise.
      	* trans.h: Likewise.
      
      From-SVN: r138040
      Ralf Wildenhues committed
    • h8300.c (h8300_hard_regno_scratch_ok): New. · 2e762884
      * config/h8300/h8300.c (h8300_hard_regno_scratch_ok): New.
      (TARGET_HARD_REGNO_SCRATCH_OK): Define.
      
      From-SVN: r138038
      DJ Delorie committed
    • spu.md ("div<mode>3"): Convert into expander, move original insn and splitter contents into ... · a03f1b22
      	* config/spu/spu.md ("div<mode>3"): Convert into expander, move
      	original insn and splitter contents into ...
      	("*div<mode>3_fast"): ... this new pattern.  Enable only if
      	flag_unsafe_math_optimizations.  Add dummy scratch register.
      	("*div<mode>3_adjusted"): New insn and splitter.  Enable only if
      	!flag_unsafe_math_optimizations.  Returns number with next
      	highest magnitude if this is still less or equal to the true
      	quotient in magnitude.
      
      From-SVN: r138036
      Ulrich Weigand committed
    • re PR c++/36871 (__has_nothrow_copy(T) false for T with a template ctor) · 279086c3
      /cp
      2008-07-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/36871
      	PR c++/36872
      	* semantics.c (classtype_has_nothrow_assign_or_copy_p): Only check
      	copy constructors and copy assignment operators proper.
      
      /testsuite
      2008-07-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
              PR c++/36871
      	PR c++/36872
              * g++.dg/ext/has_nothrow_copy.C: Rename to...
              * g++.dg/ext/has_nothrow_copy-1.C: ... this.
              * g++.dg/ext/has_nothrow_copy-2.C: New.
              * g++.dg/ext/has_nothrow_copy-3.C: Likewise.
              * g++.dg/ext/has_nothrow_copy-4.C: Likewise.
              * g++.dg/ext/has_nothrow_copy-5.C: Likewise.
              * g++.dg/ext/has_nothrow_copy-6.C: Likewise.
              * g++.dg/ext/has_nothrow_copy-7.C: Likewise.
      
      From-SVN: r138034
      Paolo Carlini committed
    • Fix the year on the ChangeLog. · 099735e9
      From-SVN: r138032
      Rafael Espindola committed
    • Makefile.in: Replace toplev.h with TOPLEV_H. · aa14403d
      2007-07-21  Rafael Avila de Espindola  <espindola@google.com>
      
      	* Makefile.in: Replace toplev.h with TOPLEV_H.
      	* c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER.
      	* c-lex.c (fe_file_change): Don't set in_system_header.
      	* c-parser.c (c_token): Remove in_system_header.
      	(c_lex_one_token): Don't set in_system_header.
      	(c_parser_set_source_position_from_token): Don't set in_system_header.
      	* diagnostic.c (diagnostic_report_diagnostic): Use location from
      	diagnostic_info.
      	(warning_at): New.
      	* diagnostic.h (diagnostic_report_warnings_p): Add LOC argument.
      	* flags.h (in_system_header): Remove.
      	* function.c (saved_in_system_header): Remove.
      	(push_cfun): Don't set in_system_header.
      	(pop_cfun): Don't set in_system_header.
      	(push_struct_function): Don't set in_system_header.
      	* input.h (expanded_location): Add sysp.
      	(in_system_header_at): New.
      	(in_system_header): New.
      	* toplev.c (in_system_header): Remove.
      	* toplev.h: Include input.h
      	(warning_at): New.
      	* tree-cfg.c (execute_warn_function_return): Call warning_at.
      	* tree-ssa.c (warn_uninit): Call warning_at.
      	(warn_uninitialized_var): Update calls to warn_uninit.
      	(warn_uninitialized_phi): Update calls to warn_uninit.
      	* tree.c (make_node_stat): Don't set DECL_IN_SYSTEM_HEADER.
      	(expand_location): Initialize xloc.sysp.
      	* tree.h (DECL_IN_SYSTEM_HEADER): Use in_system_header_at.
      	(tree_decl_with_vis): Remove in_system_header_flag.
      
      2007-07-21  Rafael Avila de Espindola  <espindola@google.com>
      
      	* parser.c (cp_token): Remove in_system_header.
      	(eof_token): Remove in_system_header.
      	(cp_lexer_get_preprocessor_token): Don't set in_system_header.
      	(cp_lexer_set_source_position_from_token): Don't set in_system_header.
      	(cp_parser_member_declaration):  Use in_system_header_at.
      	* pt.c (lookup_template_class): Don't set DECL_IN_SYSTEM_HEADER.
      	(pop_tinst_level): Don't set in_system_header.
      	(instantiate_class_template): Don't set in_system_header.
      	(instantiate_decl): Don't set in_system_header.
      	(instantiate_pending_templates): Don't set in_system_header.
      
      From-SVN: r138031
      Rafael Avila de Espindola committed
    • re PR libfortran/36773 (zero-sized arrays with cshift and eoshift) · c44109aa
      2008-07-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/36773
      	* intrinsics/cshift0.c (cshift0):  Return early if size of array
      	is zero.
      	* intrinsics/eoshift0.c (eoshift0):  Return early if size of
      	return array is zero.
      	* intrinsics/eoshift2.c (eoshift2):  Likewise.
      	* m4/eoshift1.m4 (eoshift1):  Return early if size of array
      	is zero.
      	* m4/eoshift3.m4 (eoshift3):  Likewise.
      	* m4/eoshift2.m4 (eoshift2):  Return early if size of return
      	array is zero.
      	* m4/eoshift4.m4 (eoshift2):  Return early if size of return
      	array is zero.
      	* generated/cshift1_16.c: Regenerated.
      	* generated/cshift1_4.c: Regenerated.
      	* generated/cshift1_8.c: Regenerated.
      	* generated/eoshift1_16.c: Regenerated.
      	* generated/eoshift1_4.c: Regenerated.
      	* generated/eoshift1_8.c: Regenerated.
      	* generated/eoshift3_16.c: Regenerated.
      	* generated/eoshift3_4.c: Regenerated.
      	* generated/eoshift3_8.c: Regenerated.
      
      2008-07-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/36773
      	* gfortran.dg/zero_sized_5.f90:  New test case.
      
      From-SVN: r138027
      Thomas Koenig committed
    • line-map.h (linenum_type): New typedef. · 1bb64668
      2008-07-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	* include/line-map.h (linenum_type): New typedef.
      	(struct line_map): Use it.
      	(SOURCE_LINE): Second arguments is a LOCATION not a LINE.
      	(SOURCE_COLUMN): Likewise.
      	* macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
      	source_location values in a variable of type linenum_type.
      	* directives.c (struct if_stack): Use linenum_type.
      	(strtoul_for_line): Rename as strtolinenum.
      	(do_line): Use linenum_type.
      	(do_linemarker): Use linenum_type and strtolinenum.
      	(_cpp_do_file_change): Use linenum_t.
      	* line-map.c (linemap_add): Likewise.
      	(linemap_line_start): Likewise.
      	* traditional.c (struct fun_macro): 'line' is a source_location.
      	* errors.c (print_location): Use linenum_type.
      	* directives-only.c (_cpp_preprocess_dir_only): Likewise.
      	* internal.h (CPP_INCREMENT_LINE): Likewise.
      	* lex.c (_cpp_skip_block_comment): Use source_location.
      
      From-SVN: r138026
      Manuel López-Ibáñez committed
    • re PR c++/36870 (__has_nothrow_constructor violates the ODR) · e24313f3
      /cp
      2008-07-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/36870
      	* semantics.c (classtype_has_nothrow_assign_or_copy_p): Use
      	TYPE_NOTHROW_P, not TREE_NOTHROW.
      	(trait_expr_value): Likewise.
      
      /testsuite
      2008-07-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/36870
      	* g++.dg/ext/has_nothrow_assign_odr.C: New.
      	* g++.dg/ext/has_nothrow_copy_odr.C: Likewise.
      	* g++.dg/ext/has_nothrow_constructor_odr.C: Likewise.
      	* g++.dg/ext/has_nothrow_assign.C: Adjust.
      	* g++.dg/ext/has_nothrow_copy.C: Likewise.
      	* g++.dg/ext/has_nothrow_constructor.C: Likewise.
      
      From-SVN: r138024
      Paolo Carlini committed
    • [multiple changes] · c499b300
      2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/36822
      	* recog.c (asm_operand_ok): Change the order of the extra
      	memory constraint checks.
      
      2008-07-17  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	PR target/36822
      	* gcc.target/s390/pr36822.c: New testcase.
      
      From-SVN: r138022
      Andreas Krebbel committed
    • re PR libfortran/36857 (Non-English locale breaks gfortran float formatting ("printf is broken")) · 302b150e
      2008-07-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/36857
      	* io/write_float.def: Comment out locale dependent code and fix general
      	comments.
      
      From-SVN: r138021
      Jerry DeLisle committed
    • re PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C) · 8ca73389
      	PR middle-end/36143
      	* g++.dg/tree-ssa/pr19637.C: XFAIL.
      
      From-SVN: r138020
      Hans-Peter Nilsson committed
    • re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences) · 113278e2
      	PR rtl-optimization/33642
      	* gcc.c-torture/compile/pr11832.c: Skip for CRIS.
      	* gcc.c-torture/compile/pr33009.c: Likewise.
      
      From-SVN: r138019
      Hans-Peter Nilsson committed
    • re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c) · afeb58ed
      	PR middle-end/36509
      	* gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL.
      
      From-SVN: r138018
      Hans-Peter Nilsson committed
    • Daily bump. · b94142c9
      From-SVN: r138016
      GCC Administrator committed
  3. 20 Jul, 2008 8 commits
    • * gnathtml.pl: New file. · ec45d105
      From-SVN: r138013
      Arnaud Charlet committed
    • re PR tree-optimization/36879 (undefined reference to a variable) · 34a87fd4
      2008-07-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR tree-opt/36879
              * tree-switch-conversion.c (build_one_array): Call
              varpool_mark_needed_node and varpool_finalize_decl
              instead of assemble_variable.
      
      2008-07-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR tree-opt/36879
              * gcc.c-torture/execute/20080719-1.c: New testcase.
      
      From-SVN: r138012
      Andrew Pinski committed
    • cgraph.c (cgraph_add_new_function): Do early local passes. · c72321c9
      	* cgraph.c (cgraph_add_new_function): Do early local passes.
      	* tree-nrv.c (gate_pass_return_slot): New gate.
      	(pass_nrv): Add the gate.
      	* tree-ssa-coalese.c (hash_ssa_name_by_var, eq_ssa_name_by_var): New
      	functions.
      	(coalesce_ssa_name): Coalesce SSA names.
      	* tree-ssa-live.c (remove_unused_locals): Be more conservative when
      	not optimizing so unused user vars remains visible.
      	* common.opt (flag_tree_ter): Always enable by default.
      	* tree-ssa-ter.c: Include flags.h
      	(is_replaceable_p): Check that locations match; when aliasing is missing
      	be conservative about loads.
      	* tree-optimize.c (gate_init_datastructures): Remove.
      	(pass_init_datastructures): New.
      	* passes.c: Reorder passes so we always go into SSA.
      
      From-SVN: r138010
      Jan Hubicka committed
    • extend.texi (flatten attribute): Remove note about unit-at-a-time · d6cc6ec9
      
      	* doc/extend.texi (flatten attribute): Remove note about unit-at-a-time
      	* doc/invoke.texi (--combine): Likewise.
      	(-finline-functions-called-once): Update levels when enabled.
      	(-funit-at-a-time): Document new behaviour.
      	(-ftoplevel-reorder): Document that it is enabled -O0 and imply
      	-fno-section-anchors when disabled explicitly.
      	(inline params): They are not ignored now.
      	(precompiled headers): Remove unit-at-a-time as being incompatible.
      	* opts.c (decode_options): Handle unit-at-a-time as alias;
      	imply -fno-section-anchors when toplevel reorder is disabled
      	explicitly.
      	* common.opt (ftoplevel-reorder): Set default value to 2.
      	(funit-at-a-time): Set default value to 1.
      	* config/rs6000/rs6000.c (optimization_options): Set section anchors
      	to 2.
      
      From-SVN: r138009
      Jan Hubicka committed
    • * gcc.dg/tree-ssa/data-dep-1.c: XFAIL. · c0b215cc
      From-SVN: r138007
      Hans-Peter Nilsson committed
    • builtins.c (expand_builtin_int_roundingfn, [...]): Do not take subtarget… · 1856c8dc
      builtins.c (expand_builtin_int_roundingfn, [...]): Do not take subtarget argument; it is not useful.
      
      	* builtins.c (expand_builtin_int_roundingfn,
      	expand_builtin_int_roundingfn_2): Do not take subtarget argument;
      	it is not useful.
      
      From-SVN: r138006
      Jan Hubicka committed
    • ssa-fre-7.c: XFAIL. · a6c71033
      2008-07-20  Daniel Berlin  <dberlin@dberlin.org>
      
      	* gcc.dg/tree-ssa/ssa-fre-7.c: XFAIL.
      	* gcc.dg/tree-ssa/ssa-fre-8.c: Ditto.
      	* gcc.dg/tree-ssa/ssa-fre-9.c: Ditto.
      	* gcc.dg/tree-ssa/ssa-fre-13.c: Ditto.
      	* gcc.dg/tree-ssa/ssa-fre-14.c: Ditto.
      	* gcc.dg/tree-ssa/ssa-fre-17.c: Ditto.
      	* gcc.dg/tree-ssa/ssa-pre-15.c: Ditto.
      	* gcc.dg/tree-ssa/loadpre1.c: PASS.
      
      From-SVN: r138005
      Daniel Berlin committed
    • Daily bump. · 7bbeb001
      From-SVN: r137995
      GCC Administrator committed
  4. 19 Jul, 2008 12 commits
    • re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9) · bb9e4199
      2008-07-19  Richard Guenther  <rguenther@suse.de>
      
      	PR bootstrap/36864
      	* tree-ssa-sccvn.h (get_constant_value_id): Declare.
      	* tree-ssa-sccvn.c (get_constant_value_id): New function.
      	* tree-ssa-pre.c (get_expr_value_id): For newly created
      	constant value-ids make sure to add the expression to its
      	expression-set.
      
      From-SVN: r137991
      Richard Guenther committed
    • 2008-07-19 Paolo Carlini <paolo.carlini@oracle.com> · 52e07aa1
      	* include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
      	(assert_node_consistent): Avoid ambiguous else warning.
      
      	* include/ext/pb_ds/detail/debug_map_base.hpp: Include <iostream>.
      
      	* include/bits/c++config: In debug-mode (and parallel-mode) set
      	_GLIBCXX_EXTERN_TEMPLATE to -1, not 0, thus disabling extern
      	templates only for basic_string (per libstdc++/21674).
      	* include/bits/basic_string.tcc: Use extern templates when
      	_GLIBCXX_EXTERN_TEMPLATE > 0.
      
      From-SVN: r137990
      Paolo Carlini committed
    • re PR middle-end/36877 (-O0 -fopenmp -march=i386 atomics) · a7ea9e29
      	PR middle-end/36877
      	* omp-low.c (expand_omp_atomic_fetch_op): Make sure the
      	return value of the builtin is ignored.
      
      	* gcc.dg/gomp/atomic-11.c: New test.
      
      From-SVN: r137989
      Jakub Jelinek committed
    • re PR fortran/36795 (crash with character allocatable array argument) · 5e2be41f
      2008-07-19  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/36795
              * matchexp.c (gfc_get_parentheses): Remove obsolete workaround,
              which caused the generation of wrong code.
      
      2008-07-19  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/36795
              * char_expr_1.f90: New.
              * char_expr_2.f90: New.
      
      From-SVN: r137986
      Tobias Burnus committed
    • re PR fortran/36342 (Missing file name in compilation diagnostics of preprocessed fortran source) · e513a086
      2008-07-19  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/36342
              * scanner.c (load_file): Add argument to destinguish between
              true filename and displayed filename.
              (include_line,gfc_new_file): Adapt accordingly.
      
      From-SVN: r137985
      Tobias Burnus committed
    • tm.texi (MALLOC_ABI_ALIGNMENT): New macro. · 95331614
      	* doc/tm.texi (MALLOC_ABI_ALIGNMENT): New macro.  Alignment, in bits,
      	a C conformant malloc implementation has to provide.
      	* defaults.h (MALLOC_ABI_ALIGNMENT): Default to BITS_PER_WORD.
      
      	ada/
      	* targtyps.c (get_target_default_allocator_alignment): Use it.
      
      	testsuite/
      	* gcc.dg/mallign.c: New test.
      	* gnat.dg/allocator_maxalign1.adb: New test.
      	* gnat.dg/test_allocator_maxalign2.adb: Main caller for ...
      	* gnat.dg/allocator_maxalign2.ad[bs]: New test.
      
      From-SVN: r137984
      Olivier Hainque committed
    • check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank checks… · d1a296c1
      check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank checks for cshift's shift and eoshift's shift and boundary args.
      
      2008-07-19  Tobias Burnus  <burnus@net-b.de>
      
              * check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add
              rank checks for cshift's shift and eoshift's shift and boundary args.
              (gfc_check_unpack): Add rank and shape tests for unpack.
      
      2008-07-19  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/intrinsic_argument_conformance_2.f90: New.
              * gfortran.dg/zero_sized_1.f90: Fix conformance bugs.
      
      From-SVN: r137983
      Tobias Burnus committed
    • gfortran.h (new): Remove macro. · 7b901ac4
      	* gfortran.h (new): Remove macro.
      	* array.c (gfc_append_constructor, match_array_list,
      	gfc_match_array_constructor): Likewise.
      	* bbt.c (insert, gfc_insert_bbt): Likewise.
      	* decl.c (var_element, top_var_list, top_val_list, gfc_match_data,
      	get_proc_name): Likewise.
      	* expr.c (gfc_copy_actual_arglist): Likewise.
      	* interface.c (compare_actual_formal, check_new_interface,
      	gfc_add_interface): Likewise.
      	* intrinsic.c gfc_convert_type_warn, gfc_convert_chartype):
      	Likewise.
      	* io.c (match_io_iterator, match_io_list): Likewise.
      	* match.c (match_forall_header): Likewise.
      	* matchexp.c (build_node): Likewise.
      	* module.c (gfc_match_use): Likewise.
      	* scanner.c (load_file): Likewise.
      	* st.c (gfc_append_code): Likewise.
      	* symbol.c (save_symbol_data, gfc_get_sym_tree, gfc_undo_symbols,
      	gfc_commit_symbols): Likewise.
      	* trans-common.c (build_field): Likewise.
      	* trans-decl.c (gfc_finish_var_decl): Likewise.
      	* trans-expr.c (gfc_free_interface_mapping,
      	gfc_get_interface_mapping_charlen, gfc_add_interface_mapping,
      	gfc_finish_interface_mapping,
      	gfc_apply_interface_mapping_to_expr): Likewise.
      	* trans.h (gfc_interface_sym_mapping): Likewise.
      
      From-SVN: r137982
      Kaveh R. Ghazi committed
    • gfortran.h (operator): Remove macro. · a1ee985f
      	* gfortran.h (operator): Remove macro.
      	(gfc_namespace, gfc_expr): Avoid C++ keywords.
      	* arith.c (eval_intrinsic, eval_intrinsic_f2, eval_intrinsic_f3):
      	Likewise.
      	* decl.c (access_attr_decl): Likewise.
      	* dependency.c (gfc_dep_compare_expr): Likewise.
      	* dump-parse-tree.c (show_expr, show_uop, show_namespace):
      	Likewise.
      	* expr.c (gfc_copy_expr, gfc_type_convert_binary,
      	simplify_intrinsic_op, check_intrinsic_op): Likewise.
      	* interface.c (fold_unary, gfc_match_generic_spec,
      	gfc_match_interface, gfc_match_end_interface,
      	check_operator_interface, check_uop_interfaces,
      	gfc_check_interfaces, gfc_extend_expr, gfc_extend_assign,
      	gfc_add_interface, gfc_current_interface_head,
      	gfc_set_current_interface_head): Likewise.
      	* iresolve.c (gfc_resolve_dot_product, gfc_resolve_matmul):
      	Likewise.
      	* matchexp.c (gfc_get_parentheses, build_node): Likewise.
      	* module.c (gfc_use_rename, gfc_match_use, find_use_name_n,
      	number_use_names, mio_expr, load_operator_interfaces, read_module,
      	write_operator, write_module): Likewise.
      	* openmp.c (resolve_omp_atomic): Likewise.
      	* resolve.c (resolve_operator, gfc_resolve_character_operator,
      	gfc_resolve_uops): Likewise.
      	* symbol.c (free_uop_tree, gfc_free_namespace): Likewise.
      	* trans-expr.c (gfc_conv_expr_op): Likewise.
      	* trans-openmp.c (gfc_trans_omp_atomic): Likewise.
      
      From-SVN: r137981
      Kaveh R. Ghazi committed
    • gfortran.h (protected): Remove macro. · 9aa433c2
      	* gfortran.h (protected): Remove macro.
      	* dump-parse-tree.c (show_attr): Avoid C++ keywords.
      	* expr.c (gfc_check_pointer_assign): Likewise.
      	* interface.c (compare_parameter_protected): Likewise.
      	* intrinsic.c (enum class, add_sym, add_sym_0, add_sym_1,
      	add_sym_1s, add_sym_1m, add_sym_2, add_sym_2s, add_sym_3,
      	add_sym_3ml, add_sym_3red, add_sym_3s, add_sym_4, add_sym_4s,
      	add_sym_5s): Likewise.
      	* match.c (gfc_match_assignment, gfc_match_pointer_assignment):
      	Likewise.
      	* module.c (mio_symbol_attribute): Likewise.
      	* primary.c (match_variable): Likewise.
      	* resolve.c (resolve_equivalence): Likewise.
      	* symbol.c (check_conflict, gfc_add_protected, gfc_copy_attr):
      	Likewise.
      	* trans-types.c (gfc_get_array_type_bounds): Likewise.
      
      From-SVN: r137980
      Kaveh R. Ghazi committed
    • re PR target/36780 (Wrong reload generated for subreg address on SH) · ea471af0
      	PR target/36780
      	PR target/36827
      	* reload.c (find_reloads_subreg_address): Only reload address if
      	reloaded == 0, not for reloaded != 1.
      
      	Revert:
      	2008-07-16  Joseph Myers  <joseph@codesourcery.com>
      	* config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
      	(m32c_legitimate_address_p): Handle "++rii" addresses created by
      	m32c_legitimize_reload_address.
      
      	2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
      	* config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
      	(plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.
      
      From-SVN: r137976
      Joseph Myers committed
    • dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument... · fa8884d8
      	* dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P
      	argument, saying whether nested array are to be collapsed
      	into a single array type DIE with multiple subscripts.
      	(gen_array_type_die): Factorize comments about the MIPS_DEBUG_INFO
      	issues, centralize the nested array types collapsing control and
      	disable the transformation for Ada.
      
      From-SVN: r137975
      Olivier Hainque committed