OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years agoTurn UNITS_PER_SIMD_WORD into a target hook.
hjl [Tue, 14 Sep 2010 17:02:10 +0000 (17:02 +0000)]
Turn UNITS_PER_SIMD_WORD into a target hook.

2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* defaults.h (UNITS_PER_SIMD_WORD): Removed.
* config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
* config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
* config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
* config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
* config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.

* target.def: Add units_per_simd_word to vectorize.

* targhooks.c (default_units_per_simd_word): New.
* targhooks.h (default_units_per_simd_word): Likewise.
* config/arm/arm.c (arm_units_per_simd_word): Likewise.
(TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
* config/mips/mips.c (mips_units_per_simd_word): Likewise.
(TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
* config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
(TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
* config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
(TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.

* tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.

* tree-vect-stmts.c (get_vectype_for_scalar_type): Replace
UNITS_PER_SIMD_WORD with targetm.vectorize.units_per_simd_word.

* system.h (UNITS_PER_SIMD_WORD): Poisoned.

* config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.

* config/i386/i386.c (ix86_units_per_simd_word): Make it
static.
(TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.

* doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.

* doc/tm.texi: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164285 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRegenerate libgcc/configure.
hjl [Tue, 14 Sep 2010 16:48:05 +0000 (16:48 +0000)]
Regenerate libgcc/configure.

2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164284 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.target/i386/funcspec-1.c: Remove static keywords to prevent
hubicka [Tue, 14 Sep 2010 16:33:16 +0000 (16:33 +0000)]
* gcc.target/i386/funcspec-1.c: Remove static keywords to prevent
folding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164283 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gfortran.dg/vect/fast-math-pr38968.f90: Add common to prevent
hubicka [Tue, 14 Sep 2010 16:27:15 +0000 (16:27 +0000)]
* gfortran.dg/vect/fast-math-pr38968.f90: Add common to prevent
folding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164282 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRestore bootstrap on x86.
hjl [Tue, 14 Sep 2010 15:59:02 +0000 (15:59 +0000)]
Restore bootstrap on x86.

2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* tree-vect-stmts.c: Include "tm_p.h".

* config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
out of RTX_CODE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164281 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-14 Martin Jambor <mjambor@suse.cz>
jamborm [Tue, 14 Sep 2010 14:09:38 +0000 (14:09 +0000)]
2010-09-14  Martin Jambor  <mjambor@suse.cz>

* tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
location of generated statement.  Changed all callers.
(build_ref_for_model): New parameter loc which used to set location of
all generated expressions.  Changed all callers.
(generate_subtree_copies): Likewise.
(init_subtree_with_zero): Likewise.
(sra_modify_expr): Set locations of all generated statements and
expressions to the location the original statement.
(handle_unscalarized_data_in_subtree): Likewise.
(load_assign_lhs_subreplacements): Likewise.
(sra_modify_constructor_assign): Likewise.
(sra_modify_assign): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164280 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-14 Matt Austern <austern@google.com>
paolo [Tue, 14 Sep 2010 10:27:36 +0000 (10:27 +0000)]
2010-09-14  Matt Austern  <austern@google.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/performance/21_strings/hash.cc: New.

2010-09-14  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/performance/21_strings/string_append.cc: Rename to...
* testsuite/performance/21_strings/append-1.cc: ... this.
* testsuite/performance/21_strings/string_append_2.cc: Rename to...
* testsuite/performance/21_strings/append-2.cc: ... this.
* testsuite/performance/21_strings/string_cons_input_iterator.cc:
Rename to...
* testsuite/performance/21_strings/cons_input_iterator.cc: ... this.
* testsuite/performance/21_strings/string_copy_cons_and_dest.cc:
Rename to...
* testsuite/performance/21_strings/copy_cons_and_dest.cc: ... this.
* testsuite/performance/21_strings/string_find.cc: Rename to...
* testsuite/performance/21_strings/find.cc: ... this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164278 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/45277
ebotcazou [Tue, 14 Sep 2010 10:26:40 +0000 (10:26 +0000)]
PR target/45277
PR target/45363
PR target/45407
* doc/install.texi (sparc*-*-*): New section.
(sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164277 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Tue, 14 Sep 2010 10:23:37 +0000 (10:23 +0000)]
In libobjc/:
       Implemented objc_sync_enter() and objc_sync_exit(), which are
       required by @synchronized() to work.
       * objc-sync.c: New file.
       * objc/objc-sync.h: New file.
       * objc-private/objc-sync.h: New file.
       * init.c (__objc_exec_class): Call __objc_sync_init() during the
       Objective-C runtime startup.
       * Makefile.in: Added objc-sync.c and objc-sync.h.
       * configure.ac: Added GCC_CHECK_TLS.
       * acinclude.m4: Include ../config/enable.m4 and ../config/tls.m4.
       * configure: Regenerated.
       * config.h.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164276 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/45567
jakub [Tue, 14 Sep 2010 10:11:11 +0000 (10:11 +0000)]
PR middle-end/45567
* builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
(expand_builtin): Adjust caller.
(expand_builtin_unop): Only use subtarget if it has the right mode.

* gcc.dg/pr45567.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164274 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-14 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 14 Sep 2010 10:00:52 +0000 (10:00 +0000)]
2010-09-14  Tristan Gingold  <gingold@adacore.com>

* configure.ac (plugins): Fix typos.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164273 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/45660
jakub [Tue, 14 Sep 2010 09:48:04 +0000 (09:48 +0000)]
PR debug/45660
* dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
gen_type_die for function/method return type.

* g++.dg/debug/pr45660.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164271 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/45470
irar [Tue, 14 Sep 2010 09:21:15 +0000 (09:21 +0000)]
PR tree-optimization/45470
* tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
can throw an exception.
* tree-vect-stmts.c (vectorizable_call): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164270 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Jack Howarth <howarth@bromo.med.uc.edu>
bonzini [Tue, 14 Sep 2010 07:40:44 +0000 (07:40 +0000)]
2010-09-10  Jack Howarth <howarth@bromo.med.uc.edu>

PR target/42070
* gcc/testsuite/lib/profopt.exp: Prune warnings on execname2 compile.
* gcc/testsuite/lib/prune.exp: Prune "can't add line info" warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164269 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR target/44749
dj [Tue, 14 Sep 2010 07:26:54 +0000 (07:26 +0000)]
PR target/44749
* config/mep/mep-protos.h (mep_save_register_info,
mep_reinit_regs, mep_init_regs): Declare.

* config/mep/mep.c: Move all target definitions to the end of the
file to avoid the need for duplicate declarations.
(mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
(mep_reorg_erepeat): Remove unused variables.
(mep_expand_builtin): Likewise.

* config/mep/mep-pragma.c: Don't include rtl.h.
(INVALID_REGNUM): New.
(mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
functions.
(mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
Avoid enum/integer math.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164268 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 14 Sep 2010 04:39:13 +0000 (04:39 +0000)]
2010-09-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/45532
* gfortran.dg/namelist_64.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164267 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 14 Sep 2010 04:37:02 +0000 (04:37 +0000)]
2010-09-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/45532
* io/list_read.c (nml_get_obj_data): Set first_nl if the previous
is NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164266 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Tue, 14 Sep 2010 00:17:19 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164265 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/44749
jsm28 [Mon, 13 Sep 2010 22:25:09 +0000 (22:25 +0000)]
PR target/44749
* config/mep/t-mep (GTM_H): Add insn-constants.h.
* config/mep/mep.c (mep_conditional_register_usage): Take no
parameters.
* config/mep/mep-protos.h (mep_conditional_register_usage): Update
prototype.
* config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
call to mep_conditional_register_usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164260 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix accidental mishap on testcase.
hainque [Mon, 13 Sep 2010 21:44:26 +0000 (21:44 +0000)]
Fix accidental mishap on testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164259 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/43937
ebotcazou [Mon, 13 Sep 2010 21:08:13 +0000 (21:08 +0000)]
PR debug/43937
* varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
the DECL as well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164258 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR rtl-optimization/45617
jakub [Mon, 13 Sep 2010 21:00:03 +0000 (21:00 +0000)]
PR rtl-optimization/45617
* combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
even if low N bits of X aren't known to be zero.

* gcc.target/i386/pr45617.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164257 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.target/i386/volatile-2.c: Allow underscores before symbols.
davek [Mon, 13 Sep 2010 19:41:12 +0000 (19:41 +0000)]
* gcc.target/i386/volatile-2.c: Allow underscores before symbols.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164256 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDisable double precision vectorizer for Atom.
hjl [Mon, 13 Sep 2010 19:33:52 +0000 (19:33 +0000)]
Disable double precision vectorizer for Atom.

gcc/

2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386-protos.h (ix86_units_per_simd_word): New.

* config/i386/i386.c (initial_ix86_tune_features): Add
X86_TUNE_VECTORIZE_DOUBLE.
(ix86_units_per_simd_word): New.

* config/i386/i386.h (ix86_tune_indices): Add
X86_TUNE_VECTORIZE_DOUBLE.
(TARGET_VECTORIZE_DOUBLE): New.
(UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.

gcc/testsuite/

2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/fma4-256-vector.c: Add -mtune=generic.
* gcc.target/i386/fma4-vector.c: Likewise.
* gcc.target/i386/vectorize2.c: Likewise.
* gcc.target/i386/vectorize4.c: Likewise.
* gcc.target/i386/vectorize5.c: Likewise.
* gcc.target/i386/vectorize6.c: Likewise.
* gcc.target/i386/vectorize8.c: Likewise.

* gcc.target/i386/vect-double-1.c: New.
* gcc.target/i386/vect-double-1a.c: Likewise.
* gcc.target/i386/vect-double-2.c: Likewise.
* gcc.target/i386/vect-double-2a.c: Likewise.

* lib/target-supports.exp (check_effective_target_vect_double):
Set et_vect_double_saved to 0 when tuning for Atom.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164255 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 13 Sep 2010 18:31:17 +0000 (18:31 +0000)]
2010-09-13  Benjamin Kosnik  <bkoz@redhat.com>

    * doc/xml/api.xml: Add title.
    * doc/xml/manual/spine.xml: Same.
    * doc/xml/spine.xml: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164254 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Matt Austern <austern@google.com>
paolo [Mon, 13 Sep 2010 18:23:56 +0000 (18:23 +0000)]
2010-09-13  Matt Austern  <austern@google.com>

* src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash),
and _Fnv_hash_bytes (based on a FNV algorithm).
* src/compatibility-c++0x.cc (hash<string>::operator(),
hash<const string&>::operator(), hash<wstring>::operator(),
hash<const wstring&>::operator(), hash<error_code>::operator()):
Adjust, use _Hash_bytes.
* include/std/system_error (hash<error_code>::operator()): Likewise.
* include/std/thread (hash<thread::id>operator()): Likewise.
* include/std/bitset (hash<bitset>operator()): Likewise.
* include/bits/basic_string.h (hash<string>::operator(),
hash<wstring>::operator(), hash<u16string>::operator(),
hash<u32string>::operator()): Adjust.
* include/bits/vector.tcc (hash<vector<bool>>::operator()): Adjust.
* include/bits/functional_hash.h (_Hash_bytes, _Fnv_hash_bytes):
Declare.
(struct _Hash_impl, struct _Fnv_hash_impl): Add, use _Hash_bytes
and _Fnv_hash_bytes, respectively.
(hash<float>::operator(), hash<double>::operator()): Adjust.
* config/abi/pre/gnu.ver: Add exports.
* src/Makefile.am: Add.
* src/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164253 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
pthaugen [Mon, 13 Sep 2010 17:57:29 +0000 (17:57 +0000)]
* tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
(new_temp_expr_table): Allocate call_cnt vector.
(free_temp_expr_table): Free it.
(process_replaceable): Add call_cnt parm and set in vector.
(find_replaceable_in_bb): Skip replacement if def/use span a call.
(debug_ter): Dump call_cnt value, remove stderr uses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164252 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * semantics.c (finish_for_stmt): Always test flag_new_for_scope.
jason [Mon, 13 Sep 2010 17:38:34 +0000 (17:38 +0000)]
* semantics.c (finish_for_stmt): Always test flag_new_for_scope.
(begin_range_for_stmt): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164251 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree.c (build_zero_cst): New.
hubicka [Mon, 13 Sep 2010 16:37:06 +0000 (16:37 +0000)]
* tree.c (build_zero_cst): New.
* tree.h (build_zero_cst): Declare.
* tree-ssa-ccp.c (get_constant_value): Accept general operands.
(get_base_constructor): Break out from ...
(fold_const_aggregate_ref): Here; handle empty constructors.

* gcc.dg/torture/pr23821.c: Drop static keyword.
* gcc.dg/tree-ssa/loop-19.c: Likewise.
* gcc.dg/tree-ssa/foldconst-4.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164250 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 13 Sep 2010 16:30:47 +0000 (16:30 +0000)]
2010-09-13  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/forward_list.h (forward_list<>::resize(size_type,
value_type)): Fix signature, per LWG 1340.
* include/bits/forward_list.tcc: Adjust definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164249 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 13 Sep 2010 15:12:31 +0000 (15:12 +0000)]
2010-09-13  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/27_io/basic_filebuf/seekoff/char/4.cc: New.
* testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164248 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
mshawcroft [Mon, 13 Sep 2010 15:06:26 +0000 (15:06 +0000)]
2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>

        * config/arm/arm.md: (define_attr "conds"): Update comment.
* config/arm/sync.md (arm_sync_compare_and_swapsi): Change
          conds attribute to clob.
          (arm_sync_compare_and_swapsi): Likewise.
  (arm_sync_compare_and_swap<mode>): Likewise.
  (arm_sync_lock_test_and_setsi): Likewise.
  (arm_sync_lock_test_and_set<mode>): Likewise.
  (arm_sync_new_<sync_optab>si): Likewise.
  (arm_sync_new_nandsi): Likewise.
  (arm_sync_new_<sync_optab><mode>): Likewise.
  (arm_sync_new_nand<mode>): Likewise.
  (arm_sync_old_<sync_optab>si): Likewise.
  (arm_sync_old_nandsi): Likewise.
  (arm_sync_old_<sync_optab><mode>): Likewise.
  (arm_sync_old_nand<mode>): Likewise.

2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>

* gcc.target/arm/sync-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164247 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc_update: Handle hg, too.
ro [Mon, 13 Sep 2010 14:44:21 +0000 (14:44 +0000)]
* gcc_update: Handle hg, too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164246 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * fwprop.c (forward_propagate_and_simplify): Only attach a
hainque [Mon, 13 Sep 2010 14:18:31 +0000 (14:18 +0000)]
    * fwprop.c (forward_propagate_and_simplify): Only attach a
        REG_EQUAL note to an insn if the destination is a register.
        * gcse.c (try_replace_reg): Likewise.

        testsuite/
        * gnat.dg/memtrap.adb: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164245 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-13 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 13 Sep 2010 10:47:28 +0000 (10:47 +0000)]
2010-09-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45611
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
(copy_ref_info): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164244 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR debug/45604
aoliva [Mon, 13 Sep 2010 03:42:07 +0000 (03:42 +0000)]
PR debug/45604
PR debug/45419
PR debug/45408
* tree-pretty-print.c (dump_generic_node): Disregard top-level
types of MEM_REF pointer types to the same type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164242 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR rtl-optimization/41087
hp [Mon, 13 Sep 2010 00:49:27 +0000 (00:49 +0000)]
PR rtl-optimization/41087
* ifcvt.c (noce_get_condition): Don't allow conditions with
side-effects.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164240 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Mon, 13 Sep 2010 00:17:09 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164239 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
aesok [Sun, 12 Sep 2010 20:33:15 +0000 (20:33 +0000)]
* config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
* config/frv/frv-protos.h (frv_register_move_cost): Remove.
* config/frv/frv.c (frv_register_move_cost): Make static. Change
arguments type to reg_class_t. Add mode argument.
(frv_memory_move_cost): New.
(TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164233 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
bernds [Sun, 12 Sep 2010 19:56:07 +0000 (19:56 +0000)]
* config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
arm_lshrdi3_1bit): Put earlyclobber on the right alternative.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164232 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sun, 12 Sep 2010 14:55:21 +0000 (14:55 +0000)]
In libobjc/:
        * Makefile.in (%_gc.lo): New pattern rules to build the
        garbage-collected version of the library.  Removed rules for
        specific files that are no longer needed.  Standardized all rules.
        (C_SOURCE_FILES, OBJC_SOURCE_FILES): New variables.
        (OBJS, OBJS_GC): Compute these from C_SOURCE_FILES and
        OBJC_SOURCE_FILES.
        (INCLUDES): Removed the unused include -I$(srcdir)/objc.

        * memory.c (objc_calloc): Fixed call to GC_malloc when building
        with Garbage Colletion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164231 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * intrinsics/pack_generic.c (pack): Add missing return and fix whitespace.
fxcoudert [Sun, 12 Sep 2010 12:57:52 +0000 (12:57 +0000)]
* intrinsics/pack_generic.c (pack): Add missing return and fix whitespace.
* intrinsics/cshift0.c (cshift0): Fix whitespace.
* intrinsics/unpack_generic.c (unpack1, unpack0): Fix whitespace.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164230 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sun, 12 Sep 2010 01:51:18 +0000 (01:51 +0000)]
In libobjc/:
       * memory.c: Do not include objc-private/runtime.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164225 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sun, 12 Sep 2010 01:44:58 +0000 (01:44 +0000)]
In libobjc/:
        * objc/deprecated/objc_malloc.h: New file.
        * objc/deprecated/objc_valloc.h: New file.
        * objc/objc-api.h: Include the files instead of defining
        objc_valloc, _objc_malloc() and similar.
        * Makefile.in (OBJC_DEPRECATED_H): Added objc_valloc.h and
        objc_malloc.h.
        * memory.c: Removed the extra layer of indirection of _objc_malloc
        and similar.
        (objc_calloc): Use GC_malloc in the garbage-collected
        implementation as GC_malloc returns memory that is already freed.
        (objc_valloc): Deprecated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164224 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sun, 12 Sep 2010 00:43:15 +0000 (00:43 +0000)]
In libobjc/:
        * objc/deprecated/objc_error.h: New file.
        * objc/objc-api.h: Include deprecated/objc_error.h instead of
        defining objc_error and related.
        * error.c: New file.  Added _objc_abort function which replaces
        objc_error.  No change in functionality as they both print an
        error and abort.
        * misc.c: File removed.  Code moved into memory.c and error.c.
        * memory.c: New file.
        * objc-private/error.h: New file.
        * archive.c: Include objc-private/error.h and use _objc_abort
        instead of objc_error everywhere.
        * class.c: Same change.
        * encoding.c: Same change.
        * init.c: Same change, and simplified init_check_module_version.
        * memory.c: Same change.
        * sendmsg.c:  Same change.
        * thr.c: Same change.
        * Makefile.in (OBJ_DEPRECATED_H): Added objc_error.h.
        (OBJ_H): Reordered list.
        (OBJS): Removed misc.lo, added memory.lo and error.lo.
        (OBJS_GC): Removed misc_gc.lo, added memory_gc.lo and error_gc.lo.
        (misc_gc.lo): Rule removed.
        (error_gc.lo): Rule added.
        (memory_gc.lo): Rule added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164223 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sun, 12 Sep 2010 00:17:30 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164222 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sat, 11 Sep 2010 22:47:14 +0000 (22:47 +0000)]
In libobjc/:
       * objc/objc.h (__GNU_LIBOBJC__): New #define providing an easy way
        to check the API version.  Added some comments.

        * objc-private/common.h: New file.
        * NXConstStr.m: Include objc-private/common.h.
        * Object.m: Same change.
        * Protocol.m: Same change.
        * archive.c: Same change.
        * class.c: Same change.
        * encoding.c: Same change.
        * exception.c: Same change.
        * gc.c: Same change.
        * hash.c: Same change.
        * init.c: Same change.
        * libobjc_entry.c: Same change.
        * linking.m: Same change.
        * misc.c: Same change (and added a comment).
        * nil_method.c: Same change.
        * objects.c: Same change.
        * sarray.c: Same change.
        * selector.c: Same change.
        * sendmsg.c: Same change.
        * thr.c: Same change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164218 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sat, 11 Sep 2010 21:08:25 +0000 (21:08 +0000)]
In libobjc/:
       * objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164217 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * mathbuiltins.def: Do not defined huge_val built-in.
fxcoudert [Sat, 11 Sep 2010 16:34:20 +0000 (16:34 +0000)]
* mathbuiltins.def: Do not defined huge_val built-in.
* trans-const.c (gfc_build_inf_or_huge): New function.
* trans-const.h (gfc_build_inf_or_huge): New prototype.
* f95-lang.c (gfc_init_builtin_functions): Don't defined
huge_val built-ins.
* trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): We don't
have functions of type (*) (void) anymore.
(gfc_conv_intrinsic_minmaxloc): Call gfc_build_inf_or_huge.
(gfc_conv_intrinsic_nearest): Call gfc_build_inf_or_huge instead
of generating a call to huge_val().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164216 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gfortran.dg/promotion.f90: Fix options.
fxcoudert [Sat, 11 Sep 2010 16:34:01 +0000 (16:34 +0000)]
* gfortran.dg/promotion.f90: Fix options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164215 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sat, 11 Sep 2010 15:16:49 +0000 (15:16 +0000)]
In libobjc/:
       * archive.c: Removed not needed includes.
       * class.c: Same change.
       * hash.c: Same change.
       * misc.c: Same change.
       * nil_method.c: Same change.
       * objects.c: Same change.
       * sarray.c: Same change.
       * sendmsg.c: Same change.
       * thr.c: Same change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164214 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Sat, 11 Sep 2010 12:58:27 +0000 (12:58 +0000)]
In libobjc/:
        * objc/runtime.h: Moved to objc-private/runtime.h.  Do not include
        all the objc/*.h files.
        * objc-private/runtime.h: New file.
        * archive.c: Include objc-private/runtime.h (and required objc/*.h
        files) instead of objc/runtime.h.
        * class.c: Same change.
        * hash.c: Same change.
        * init.c: Same change.
        * misc.c: Same change.
        * nil_method.c: Same change.
        * objects.c: Same change.
        * sarray.c: Same change.
        * selector.c: Same change.
        * sendmsg.c: Same change.
        * thr.c: Same change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164213 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc:
nicola [Sat, 11 Sep 2010 12:38:56 +0000 (12:38 +0000)]
In libobjc:
        * objc/deprecated/struct_objc_selector.h: New file.  Definition of
        'struct objc_selector' and 'sel_eq' moved here.
        * objc/deprecated/struct_objc_protocol.h: New file.  Definition of
        'struct objc_procotol' moved here.
        * objc/deprecated/struct_objc_class.h: New file.  Definition of
        'struct objc_class' moved here.
        * objc/deprecated/MetaClass.h: New file.  Definition of MetClass
        moved here.
        * objc/deprecated/STR.h: New file.  Definition of STR moved here.
        * objc/message.h: New file.  Definitions for relval_t, apply_t,
        arglist, arglist_t and objc_msg_lookup were moved here.
        * objc/objc.h: Include the above files instead of defining the
        corresponding structs, types and functions here.  Added new opaque
        definitions for SEL and Class.  Use Class and not 'struct
        objc_class *' in the definition of 'struct objc_object'.
        Commented all types defined in the file.  Removed special
        definition of BOOL as 'int' on __vxworks; use 'unsigned char'
        there as well.
        * objc/deprecated/objc-unexpected-exception.h: Renamed to
        objc_unexpected_exception.h.
        * objc/objc-api.h: Updated include of
        objc-unexpetected-exception.h
        * objc/objc-exception.h: Updated comments.
        * Makefile.in (OBJC_H, OBJC_DEPRECATED_H): Added the new header
        files.  Reindented list of files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164212 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Implement range-based for-statements.
jason [Sat, 11 Sep 2010 05:20:08 +0000 (05:20 +0000)]
Implement range-based for-statements.
* cp-tree.def (RANGE_FOR_STMT): New.
* cp-tree.h (RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY): New.
(cp_convert_range_for): Declare.
* pt.c (tsubst_expr): Add RANGE_FOR_STMT.
(tsubst_copy_and_build): perform_koenig_lookup takes extra argument.
* semantics.c (begin_range_for_stmt): New.
(finish_range_for_decl): New.
(finish_for_stmt): Accept also RANGE_FOR_STMT.
(perform_koenig_lookup): Add extra argument include_std.
* parser.c (cp_parser_c_for): New with code from
cp_parser_iteration_statement().
(cp_parser_range_for): New.
(cp_convert_range_for): New.
(cp_parser_iteration_statement): Add range-for support.
(cp_parser_condition): Adjust comment.
(cp_parser_postfix_expression): perform_koenig_lookup takes extra
argument.
* dump.c (cp_dump_tree): Add RANGE_FOR_STMT.
* cxx-pretty-print.c: Likewise.
* lex.c (cxx_init): Likewise.
* name-lookup.c (lookup_function_nonclass): Add extra argument
include_std.
(lookup_arg_dependent): Likewise.
* name-lookup.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164211 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 11 Sep 2010 00:17:23 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164209 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-11 Mikael Morin <mikael@gcc.gnu.org>
mikael [Fri, 10 Sep 2010 23:38:54 +0000 (23:38 +0000)]
2010-09-11  Mikael Morin  <mikael@gcc.gnu.org>

* gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.
* dependency.c (gfc_check_dependency): Don't depend on
expr's inline_noncopying_intrinsic_attribute.
* dependency.c (gfc_check_argument_var_dependency,
gfc_check_argument_dependency): Ditto. Recursively check dependency
as NOT_ELEMENTAL in the non-copying (=transpose) case.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Ditto.
* resolve.c (find_noncopying_intrinsics): Remove.
(resolve_function, resolve_call): Remove call to
find_noncopying_intrinsics.

* trans-array.c (gfc_conv_array_transpose): Remove.
(gfc_walk_subexpr): Make non-static. Move prototype...
* trans-array.h (gfc_walk_subexpr): ... here.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Update transpose
handling.
(walk_inline_intrinsic_transpose, walk_inline_intrinsic_function,
gfc_inline_intrinsic_function_p): New.
(gfc_is_intrinsic_libcall): Return early in inline intrinsic case.
Remove transpose from the libcall list.
(gfc_walk_intrinsic_function): Special case inline intrinsic.
* trans.h (gfc_inline_intrinsic_function_p): New prototype.

2010-09-11  Mikael Morin  <mikael@gcc.gnu.org>

* gfortran.dg/inline_transpose_1.f90: Update temporary's locations
and counts. Check that transpose is not called.
* gfortran.dg/transpose_2.f90: Update error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164205 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 James Lyon <jameslyon0@googlemail.com>
tromey [Fri, 10 Sep 2010 22:41:28 +0000 (22:41 +0000)]
2010-09-10  James Lyon  <jameslyon0@googlemail.com>

http://sourceware.org/bugzilla/show_bug.cgi?id=11572
* cp-demangle.c (d_find_pack): Add case for
DEMANGLE_COMPONENT_LAMBDA.
* testsuite/demangle-expected: Add regression test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164203 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/43824
jason [Fri, 10 Sep 2010 18:28:59 +0000 (18:28 +0000)]
PR c++/43824
* error.c (maybe_warn_cpp0x): Add new warning
CPP0X_INLINE_NAMESPACES.
* parser.c (cp_parser_namespace_definition): Likewise.
* cp-tree.h (cpp0x_warn_str): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164201 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * libobjc/objc/objc-api.h (objc_trace): Unused variable removed.
nicola [Fri, 10 Sep 2010 17:14:42 +0000 (17:14 +0000)]
   * libobjc/objc/objc-api.h (objc_trace): Unused variable removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164199 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
hubicka [Fri, 10 Sep 2010 16:36:04 +0000 (16:36 +0000)]
* tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164198 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUpdate comments.
charlet [Fri, 10 Sep 2010 15:58:15 +0000 (15:58 +0000)]
Update comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164196 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Vincent Celier <celier@adacore.com>
charlet [Fri, 10 Sep 2010 15:57:51 +0000 (15:57 +0000)]
2010-09-10  Vincent Celier  <celier@adacore.com>

* projects.texi: Add documentation for package extensions
Add some documentation for attributes Leading_Library_Options and
Linker'Leading_Switches.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_util.adb (Expand_Subtype_From_Expression): When expansion is
disabled, compute subtype for all string types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164195 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 15:53:11 +0000 (15:53 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* gnat_ugn.texi: Add documentation for -gnatw.s/S
* sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
Component_Size): Implement warning on overriden size clause.
(Analyze_Record_Representation_Clause): Implement warning on overriden
size clause.
* sem_warn.ads, sem_warn.adb (Warn_On_Overridden_Size): New flag
(-gnatw.s/S).
* ug_words: Add entries for -gnatw.s/S.
* vms_data.ads, usage.adb: Add line for -gnatw.s/-gnatw.S.
* gcc-interface/Make-lang.in: Update dependencies.

2010-09-10  Vincent Celier  <celier@adacore.com>

* prj-dect.adb (Parse_Package_Declaration): Allow a package to extend
a package with the same name from an imported or extended project.
* prj-proc.adb (Process_Declarative_Items): Process package extensions

2010-09-10  Bob Duff  <duff@adacore.com>

* exp_ch6.adb (Expand_Call): Do not perform a null_exclusion check on
'out' parameters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164194 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 15:40:05 +0000 (15:40 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

* tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
* tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
* lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
not stream TYPE_DEBUG_REPRESENTATION_TYPE.
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164193 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 15:38:20 +0000 (15:38 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

* dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
* dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164192 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 15:37:13 +0000 (15:37 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

* decl.c (reshape_init_vector): For VECTOR_TYPEs, use
TYPE_VECTOR_SUBPARTS instead of TYPE_DEBUG_REPRESENTATION_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164191 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 15:19:45 +0000 (15:19 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* sem.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164190 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Bob Duff <duff@adacore.com>
charlet [Fri, 10 Sep 2010 15:14:10 +0000 (15:14 +0000)]
2010-09-10  Bob Duff  <duff@adacore.com>

* s-os_lib.ads, g-expect.ads: Add comments.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* exp_ch5.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164189 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUpdate comments.
charlet [Fri, 10 Sep 2010 15:12:04 +0000 (15:12 +0000)]
Update comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164188 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Thomas Quinot <quinot@adacore.com>
charlet [Fri, 10 Sep 2010 15:08:53 +0000 (15:08 +0000)]
2010-09-10  Thomas Quinot  <quinot@adacore.com>

* scos.ads: Add comments.

2010-09-10  Vincent Celier  <celier@adacore.com>

* gnatcmd.adb (Get_Closure): Remove useless invocation of Close.

2010-09-10  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch7.adb, exp_ch6.adb (Expand_Call): Establish a transient scope
for a controlled build-in-place function call which appears in an
anonymous context. The transient scope ensures that the intermediate
function result is cleaned up after the master is left.
(Make_Build_In_Place_Call_In_Anonymous_Context): Remove the creation
of the transient scope. This is now done in Exand_Call which covers
additional cases other than secondary stack release.

2010-09-10  Arnaud Charlet  <charlet@adacore.com>

* sem.adb (Do_Unit_And_Dependents): Add guard.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* exp_ch5.adb: Update comments.
* exp_dist.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164187 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 14:57:08 +0000 (14:57 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* sem_ch13.adb (Check_Record_Representation_Clause): Implement record
gap warnings.
* sem_warn.ads, sem_warn.adb (Warn_On_Record_Holes): New warning flag.
* usage.adb: Add lines for -gnatw.h/H
* gnat_ugn.texi: Add documentation for J519-010
Warn on record holes/gaps
* ug_words: Add entries for -gnatw.h/-gnatw.H
* vms_data.ads: Add entries for [NO]AVOIDGAPS

2010-09-10  Gary Dismukes  <dismukes@adacore.com>

* sem_ch6.adb: Update comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164186 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Ed Schonberg <schonberg@adacore.com>
charlet [Fri, 10 Sep 2010 14:52:53 +0000 (14:52 +0000)]
2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Build_Derived_Private_Type): Mark generated declaration
of full view analyzed after analyzing the corresponding record
declaration, to prevent spurious name conflicts with original
declaration.

2010-09-10  Jerome Lambourg  <lambourg@adacore.com>

* sem_ch13.adb (Analyze_Attribute_Definition_Clause): In the VM case,
just issue a warning, but continue with the normal processing.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* exp_attr.adb, prj-nmsc.adb, sem_ch4.adb, sem_res.adb: Minor
reformatting.

2010-09-10  Thomas Quinot  <quinot@adacore.com>

* exp_dist.adb (Build_From_Any_Call, Build_To_Any_Call,
Build_TypeCode_Call): For a subtype inserted for the expansion of a
generic actual type, go to the underlying type of the original actual
type.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_ch5.adb (Expand_Assign_Array_Loop): In CodePeer mode, place a
guard around the increment statement, to prevent an off-by-one-value
on the last iteration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164185 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Vincent Celier <celier@adacore.com>
charlet [Fri, 10 Sep 2010 14:48:41 +0000 (14:48 +0000)]
2010-09-10  Vincent Celier  <celier@adacore.com>

* sem_aggr.adb, exp_prag.adb, sem_ch3.adb, exp_attr.adb,
sem_res.adb, sem_attr.adb, sem_elab.adb, sem_ch4.adb, exp_disp.adb,
exp_aggr.adb, exp_dist.adb: Change all mentions of "at run-time" to
"at run time" in comments and error/warning messages.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_cg.adb: Handle properly bodies without specs.

2010-09-10  Emmanuel Briot  <briot@adacore.com>

* prj-nmsc.adb (Find_Source_Dirs): When a source directory is not
present, and the user requested to either ignore this or display a
warning (as opposed to an error), we still need to register the
directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164184 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoCheck that result of string folding is of integral type.
hjl [Fri, 10 Sep 2010 14:44:20 +0000 (14:44 +0000)]
Check that result of string folding is of integral type.

gcc/

2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/45634
* tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
of string folding is of integral type.

gcc/testsuite/

2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/45634
* gfortran.fortran-torture/compile/pr45634.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164183 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 14:41:21 +0000 (14:41 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* errout.adb: Remove tests of Parsing_Main_Subunit, since this test is
now done in In_Extended_Main_Source_Unit.
* errout.ads (Compiler_State[_Type]): Moved from Errout to Lib
(Parsing_Main_Subunit): Moved from Errout to Lib and renamed
as Parsing_Main_Extended_Source.
* frontend.adb: Set Parsing_Main_Extended_Source True for parsing main
unit.
* lib-load.adb (Load_Unit): Add PMES parameter
Set PMES appropriately in all calls to Load_Unit
* lib-load.ads (Load_Unit): Add PMES parameter
* lib.adb (In_Extended_Main_Source_Unit): When called with
Compiler_State set to Parsing, test new flag
Compiling_Main_Extended_Source.
* lib.ads (Compiler_State[_Type]): Moved from Errout to Lib
(Parsing_Main_Subunit): Moved from Errout to Lib and renamed
as Parsing_Main_Extended_Source
* par-load.adb (Load): Set PMES properly in call to Load_Unit

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_cg.adb: Use proper entity to handle overloads.
* sem_res.adb (Check_Parameterless_Call): An operator node without
actuals cannot be a call, and must be treated as a string.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164182 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 14:34:26 +0000 (14:34 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* frontend.adb: Minor reformatting.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* par-ch4.adb (P_Conditional_Expression): Use P_Condition for condition
* par-ch5.adb (P_Condition): Move from body to spec
* par.adb (Ch5.P_Condition): Move from body to spec

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_cg.adb (Write_Call_Info): If a type that has been registered in
the call table is private, use its full view to generate information
on its operations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164181 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/invoke.texi (-x): Fix typo.
gerald [Fri, 10 Sep 2010 14:28:30 +0000 (14:28 +0000)]
* doc/invoke.texi (-x): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164180 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 14:22:22 +0000 (14:22 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

PR debug/44115
* tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
* lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
Output DECL_DEBUG_EXPR.
* lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
Input DECL_DEBUG_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164179 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 10 Sep 2010 14:07:55 +0000 (14:07 +0000)]
2010-09-10  Paolo Carlini  <paolo.carlini@oracle.com>

* src/hash-string-aux.cc: Remove. Move contents...
* src/hash_tr1.cc: ... here.
* src/compatibility-c++0x.cc: ... and here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164178 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Jose Ruiz <ruiz@adacore.com>
charlet [Fri, 10 Sep 2010 13:56:18 +0000 (13:56 +0000)]
2010-09-10  Jose Ruiz  <ruiz@adacore.com>

* exp_cg.adb (Is_Predefined_Dispatching_Operation): When trying the
pattern matching to detect predefined primitive operations take into
account that there can be an extra suffix related to body-nested
package entities.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* s-pooglo.ads: Add overriding indicators.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164177 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Vincent Celier <celier@adacore.com>
charlet [Fri, 10 Sep 2010 13:53:51 +0000 (13:53 +0000)]
2010-09-10  Vincent Celier  <celier@adacore.com>

* vms_data.ads: Add new GNAT BIND qualifiers /32_MALLOC (for -H32) and
/64_MALLOC (for -H64).

2010-09-10  Robert Dewar  <dewar@adacore.com>

* errout.adb (Error_Msg_Internal): Test Parsing_Main_Subunit flag
(Error_Msg_NW): Test Parsing_Main_Subunit flag
* errout.ads (Parsing_Main_Subunit): New flag
* lib-load.adb (Load_Unit): Set Parsing_Main_Subunit flag
* par-ch6.adb: Minor style fix (remove redandant parentheses)
* par-ch9.adb: Minor style fix (remove redundant parens)
* par-load.adb: (Load): Deal with setting Parsing_Main_Subunit

2010-09-10  Vincent Celier  <celier@adacore.com>

* make.adb (Create_Binder_Mapping_File): Remove procedure. Replaced by
function of the same name in Makeutl.
(Gnatmake): Call function Create_Binder_Mapping_File in Makeutl, instead
of removed procedure when creating a binder mapping file.
* makeutl.adb (Create_Binder_Mapping_File): New function. Was a
procedure in Make.
* makeutl.ads (Create_Binder_Mapping_File): New function

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164176 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Jose Ruiz <ruiz@adacore.com>
charlet [Fri, 10 Sep 2010 13:48:24 +0000 (13:48 +0000)]
2010-09-10  Jose Ruiz  <ruiz@adacore.com>

* exp_cg.adb (Is_Predefined_Dispatching_Operation): Add the "__" scope
separator when trying the pattern matching to detect predefined
primitive operations.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* bindgen.adb, atree.adb: Minor reformatting.

2010-09-10  Ben Brosgol  <brosgol@adacore.com>

* ug_words, gnat_ugn.texi: Revised "Transitioning to 64-Bit GNAT for
OpenVMS" section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164175 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 13:44:07 +0000 (13:44 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

* tree.c (type_hash_eq): For ARRAY_TYPEs also compare
TYPE_SIZE.
(build_index_type): Implement in terms of build_range_type.
(build_range_type): Do not allow NULL_TREE type, improve
hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
if we didn't hash.
* c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
create a distinct copy of the type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164174 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Doug Rupp <rupp@adacore.com>
charlet [Fri, 10 Sep 2010 13:40:50 +0000 (13:40 +0000)]
2010-09-10  Doug Rupp  <rupp@adacore.com>

* bindgen.adb: Minor comment fix for -H switch.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_cg.adb (Register_CG_Node): Determine enclosing subprogram or
library unit now, by traversing tree before context is expanded.
(Write_Call_Info): Use enclosing unit name directly.
* exp_ch9.adb (Expand_N_Accept_Statement): Attach generated block to
tree earlier, to ensure that subsequent declarations are analyzed in a
connected structure.
* exp_intr.adb (Expand_Unc_Deallocation): Ditto for generated statement
list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164173 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 13:29:36 +0000 (13:29 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* symbols-processing-vms-alpha.adb: Minor reformatting.

2010-09-10  Jerome Lambourg  <lambourg@adacore.com>

* bindgen.adb (Gen_Adainit_Ada): In .NET, don't call
__gnat_install_handler in case the binder is called with -n.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164172 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Ed Schonberg <schonberg@adacore.com>
charlet [Fri, 10 Sep 2010 13:26:00 +0000 (13:26 +0000)]
2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* exp_ch6.adb (Make_Build_In_Place_In_Object_Declaration): Use proper
sloc for renaming declaration and set Comes_From_Source properly to
ensure that references are properly generated for an object declaration
that is built in place.

2010-09-10  Tristan Gingold  <gingold@adacore.com>

* symbols-processing-vms-alpha.adb: Allow gnatsym to work as a cross
tool.
* gcc-interface/Make-lang.in: Install gnatsym when cross compiling.
* gcc-interface/Makefile.in: gnat.hlp is now generated by
Make-generated.in

2010-09-10  Bob Duff  <duff@adacore.com>

* exp_pakd.adb (Expand_Bit_Packed_Element_Set): For things like ""X(J)
:= ...;", remove side effects from the right-hand side, because they
might affect the value of the left-hand side, but the left-hand side is
first READ (so we can do shifting and masking) and then written back,
which would cause the side effects to be incorrectly overwritten.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164171 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 13:12:08 +0000 (13:12 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* sem_ch4.adb: Minor reformatting.
* exp_ch6.adb: Add comment on testing limited on full type
* gnat_rm.texi: Add documentation on Pure_Function.

2010-09-10  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Add_Source): Allow an Ada source to have the same name
as a source of another project and of another language.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* exp_ch3.adb (Expand_N_Object_Declaration): Defend against previous
errors.
* freeze.adb (Check_Unsigned_Type): Ditto.
* sem_aggr.adb (Resolve_Aggr_Expr): Ditto.
* sem_ch3.adb (Convert_Scalar_Bounds): Ditto.
(Set_Scalar_Range_For_Subtype): Ditto.
* sem_eval.adb (Subtypes_Statically_Match): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164170 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Mikael Morin <mikael@gcc.gnu.org>
mikael [Fri, 10 Sep 2010 13:03:06 +0000 (13:03 +0000)]
2010-09-10  Mikael Morin  <mikael@gcc.gnu.org>

* trans-expr.c (expr_is_variable): New function taking non-copying
intrinsic functions into account.
(gfc_trans_assignment_1): Use expr_is_variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164169 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * runtime/string.c (compare0): Remove.
fxcoudert [Fri, 10 Sep 2010 12:19:57 +0000 (12:19 +0000)]
* runtime/string.c (compare0): Remove.
(find_option): Inline string comparison

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164168 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoChangeLog config
ktietz [Fri, 10 Sep 2010 11:39:49 +0000 (11:39 +0000)]
ChangeLog config

2010-09-10  Jonathan Yong  <jon_y@users.sourceforge.net>

* dfp.m4: Enable decimal float for i?86 cygwin
and mingw, and for x86_64 mingw.

ChangeLog libgcc

2010-09-10  Kai Tietz  <kai.tietz@onevision.com>

       * configure: Regenerated.

ChangeLog libdecnumber

2010-09-10  Kai Tietz  <kai.tietz@onevision.com>

       * configure: Regenerated.

ChangeLog gcc

2010-09-10  Kai Tietz  <kai.tietz@onevision.com>

* configure: Regenerated.
* config.gcc: Add for x86_64 and i?86 mingw t-dfprule.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164167 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
ramana [Fri, 10 Sep 2010 11:04:37 +0000 (11:04 +0000)]
2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/neon-schedgen.ml (allCores): Add support for
Cortex-A9.
        * config/arm/cortex-a9-neon.md: New and partially generated.
        * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164166 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Robert Dewar <dewar@adacore.com>
charlet [Fri, 10 Sep 2010 11:01:37 +0000 (11:01 +0000)]
2010-09-10  Robert Dewar  <dewar@adacore.com>

* repinfo.adb (List_Type_Info): List Small and Range for fixed-point
types.
* sprint.adb (Write_Ureal_With_Col_Check_Sloc): Use square brackets
rather than parens for fixed constants.
* sprint.ads: Use square brackets rather than parens for fixed constants
* urealp.adb (UR_Write): Use square brackets rather than parens
(UR_Write): Add Brackets argument
(UR_Write): Add many more special cases to output literals
* urealp.ads (UR_Write): Use square brackets rather than parens
(UR_Write): Add Brackets argument

2010-09-10  Robert Dewar  <dewar@adacore.com>

* sem_ch4.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164165 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 10 Sep 2010 10:54:24 +0000 (10:54 +0000)]
2010-09-10  Richard Guenther  <rguenther@suse.de>

* tree.h (build_index_2_type): Remove.
* tree.c (build_index_2_type): Remove.

ada/gcc-interface/
* utils.c (create_index_type): Use build_range_type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164164 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/45630
jakub [Fri, 10 Sep 2010 10:52:16 +0000 (10:52 +0000)]
PR bootstrap/45630
* dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
(implicit_ptr_descriptor): Return NULL if dwarf_strict.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164163 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Mikael Morin <mikael@gcc.gnu.org>
mikael [Fri, 10 Sep 2010 10:42:56 +0000 (10:42 +0000)]
2010-09-10  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_conv_loop_setup): Access the shape along the
real array dimension instead of the scalarizer (loop) dimension.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164162 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * vms_cmds.ads: New.
charlet [Fri, 10 Sep 2010 10:41:02 +0000 (10:41 +0000)]
* vms_cmds.ads: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164161 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Eric Botcazou <ebotcazou@adacore.com>
charlet [Fri, 10 Sep 2010 10:36:03 +0000 (10:36 +0000)]
2010-09-10  Eric Botcazou  <ebotcazou@adacore.com>

* exp_dbug.ads: Mention enhanced encoding for array types.

2010-09-10  Jerome Lambourg  <lambourg@adacore.com>

* sem_ch13.adb (Analyze_Attribute_Definition_Clause): Size clause are
unsupported in VM targets. Display a warning in this case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164160 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Ed Schonberg <schonberg@adacore.com>
charlet [Fri, 10 Sep 2010 10:28:45 +0000 (10:28 +0000)]
2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* sprint.adb (Sprint_Node_Actual, case N_Derived_Type_Definition): Do
not reset Sloc when printing keyword "new".

2010-09-10  Vincent Celier  <celier@adacore.com>

* gnatcmd.adb (GNATCmd): Put the command line in environment variable
GNAT_DRIVER_COMMAND_LINE.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* sem.adb (Do_Unit_And_Dependents): if Withed_Body is set on a context
clause, process the body at once.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* sem_res.adb (Resolve_Type_Conversion): Do not warn on a redundant
conversion is the expression is a qualified expression used to
disambiguate a function call.

2010-09-10  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Add_Source): Allow an Ada source to have the same name
as a source of another project and of another language.

2010-09-10  Robert Dewar  <dewar@adacore.com>

* prj-util.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164159 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Mikael Morin <mikael@gcc.gnu.org>
mikael [Fri, 10 Sep 2010 10:27:59 +0000 (10:27 +0000)]
2010-09-10  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_conv_resolve_dependencies): Handle same-array
transposed references.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164158 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-09-10 Eric Botcazou <ebotcazou@adacore.com>
charlet [Fri, 10 Sep 2010 10:12:50 +0000 (10:12 +0000)]
2010-09-10  Eric Botcazou  <ebotcazou@adacore.com>

* exp_disp.adb: Minor reformatting.

2010-09-10  Arnaud Charlet  <charlet@adacore.com>

* sem_prag.adb (Analyze_Pragma): Ignore Inline_Always pragma in
CodePeer mode.

2010-09-10  Thomas Quinot  <quinot@adacore.com>

* sem_res.adb: Minor reformatting.
* exp_ch9.adb, rtsfind.ads, exp_ch4.adb, exp_ch3.adb: Do not hardcode
magic constants for task master levels (instead, reference
named numbers from System.Tasking).

2010-09-10  Eric Botcazou  <ebotcazou@adacore.com>

* gnatvsn.ads (Ver_Prefix): New constant string.
* bindgen.adb (Gen_Output_File_Ada): Use it in lieu of hardcoded value.
(Gen_Output_File_C): Likewise.
* g-comver.adb (Ver_Prefix): Add cross-reference to Gnatvsn.Ver_Prefix
in comment.

2010-09-10  Ed Schonberg  <schonberg@adacore.com>

* sem.adb (Walk_Library_Items): Do not traverse children of the main
unit, to prevent spurious circularities in the walk order.
(Depends_On_Main): Use elsewhere to prevent circularities when the body
of an ancestor of the main unit depends on a child of the main unit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164157 138bc75d-0d04-0410-961f-82ee72b054a4