]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
16 years agore PR libstdc++/30085 (switch debug mode hash containers from ext to tr1)
Benjamin Kosnik [Thu, 18 Oct 2007 15:22:58 +0000 (15:22 +0000)] 
re PR libstdc++/30085 (switch debug mode hash containers from ext to tr1)

2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/hash_map: To...
* include/backward/hash_map: ...here. Remove debug mode.
* include/ext/hash_set: To...
* include/backward/hash_set: ...here. Remove debug mode.
* include/ext/hash_fun.h: To...
* include/backward/hash_fun.h: ...here.
* include/ext/hashtable.h: To...
* include/backward/hashtable.h: ...here.

* include/bits/c++config: Remove __gnu_cxx namespace from debug mode.
* include/debug/debug.h: Same.

* include/debug/hash_map: Remove.
* include/debug/hash_multimap.h: Remove.
* include/debug/hash_set.h: Remove.
* include/debug/hash_set: Remove.
* include/debug/hash_multiset.h: Remove.
* include/debug/hash_map.h: Remove.

* include/Makefile.am (ext_headers): Move hash_set, hash_map to
backward.
(debug_headers): Remove hash_map, hash_set, hash_map.h,
hash_map.h, hash_multiset.h, hash_multimap.h.
* include/Makefile.in: Regenerate.

* docs/html/debug.html: Update.
* docs/html/ext/howto.html: Same.
* docs/html/faq/index.html: Same.
* docs/doxygen/Intro.3: Same.
* docs/doxygen/user.cfg.in: Adjust includes.
* testsuite/ext/hash_map: Move to...
* testsuite/backward/hash_map: ...here.
* testsuite/ext/hash_set: Move to...
* testsuite/backward/hash_set: ...here.

2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

Removal of pre-ISO C++ items from include/backwards.
* include/Makefile.am (backward_headers): Remove all but strstream,
backward_warning.h.
* include/Makefile.in: Regenerate.
* include/backward/new.h: Remove.
* include/backward/iterator.h: Same.
* include/backward/alloc.h: Same.
* include/backward/set.h: Same.
* include/backward/hashtable.h: Same.
* include/backward/hash_set.h: Same.
* include/backward/fstream.h: Same.
* include/backward/tempbuf.h: Same.
* include/backward/istream.h: Same.
* include/backward/bvector.h: Same.
* include/backward/stack.h: Same.
* include/backward/rope.h: Same.
* include/backward/complex.h: Same.
* include/backward/ostream.h: Same.
* include/backward/heap.h: Same.
* include/backward/iostream.h: Same.
* include/backward/function.h: Same.
* include/backward/multimap.h: Same.
* include/backward/pair.h: Same.
* include/backward/stream.h: Same.
* include/backward/iomanip.h: Same.
* include/backward/slist.h: Same.
* include/backward/tree.h: Same.
* include/backward/vector.h: Same.
* include/backward/deque.h: Same.
* include/backward/multiset.h: Same.
* include/backward/defalloc.h: Same.
* include/backward/list.h: Same.
* include/backward/map.h: Same.
* include/backward/algobase.h: Same.
* include/backward/hash_map.h: Same.
* include/backward/algo.h: Same.
* include/backward/queue.h: Same.
* include/backward/streambuf.h: Same.
* testsuite/backward/header_hash_set_h.cc: Same.
* testsuite/backward/header_slist_h.cc: Same.
* testsuite/backward/header_hash_map_h.cc: Same.
* testsuite/backward/header_tempbuf_h.cc: Same.
* testsuite/backward/header_deque_h.cc: Same.
* testsuite/backward/header_rope_h.cc: Same.
* testsuite/backward/header_iterator_h.cc: Same.
* testsuite/backward/header_hashtable_h.cc: Same.

2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/30085
* include/debug/unordered_map: New.
* include/debug/unordered_set: New.
* include/debug/safe_association.h: New.
* include/std/unordered_map: Include debug header if _GLIBCXX_DEBUG.
* include/std/unordered_set: Same.
* include/Makefile.am (debug_headers): Add unordered_map,
unordered_set, safe_association.h.
* include/Makefile.in: Regenerate.
* testsuite/23_containers/unordered_map/requirements/debug.cc: New.
* testsuite/23_containers/unordered_multimap/requirements/
debug.cc: New.
* testsuite/23_containers/unordered_set/requirements/debug.cc: New.
* testsuite/23_containers/unordered_multiset/requirements/
debug.cc: New.

2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/native_type/assoc/native_hash_multimap.hpp: Remove
hash_map include.

From-SVN: r129442

16 years agotree-ssa.c (uid_ssaname_map_eq): New function.
Richard Guenther [Thu, 18 Oct 2007 14:59:48 +0000 (14:59 +0000)] 
tree-ssa.c (uid_ssaname_map_eq): New function.

2007-10-18  Richard Guenther  <rguenther@suse.de>

* tree-ssa.c (uid_ssaname_map_eq): New function.
(uid_ssaname_map_has): Likewise.
(init_tree_ssa): Allocate default_defs as uid_ssaname map.
* tree-flow.h (struct gimple_df): Make default_defs a
uid_ssaname map.
* tree-dfa.c (gimple_default_def): Deal with it.
(set_default_def): Likewise.

From-SVN: r129441

16 years agotree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.
Richard Guenther [Thu, 18 Oct 2007 14:51:54 +0000 (14:51 +0000)] 
tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.

2007-10-18  Richard Guenther  <rguenther@suse.de>

* tree-flow.h (struct gimple_df): Make referenced_vars
a uid_decl_map.
(uid_decl_map_eq): Declare.
(uid_decl_map_hash): Likewise.
* tree-ssa.c (uid_decl_map_eq): New function.
(uid_decl_map_hash): Likewise.
(init_tree_ssa): Make referenced_vars a uid_decl_map.
* tree-flow-inline.h (first_referenced_var): Deal with
the referenced_vars representation change.
(next_referenced_var): Likewise.
* tree-dfa.c (referenced_var_lookup): Likewise.
(referenced_var_check_and_insert): Likewise.
(remove_referenced_var): Likewise.

From-SVN: r129440

16 years agomips.c (mips_dwarf_register_span): New.
Daniel Jacobowitz [Thu, 18 Oct 2007 13:53:35 +0000 (13:53 +0000)] 
mips.c (mips_dwarf_register_span): New.

* config/mips/mips.c (mips_dwarf_register_span): New.
(TARGET_DWARF_REGISTER_SPAN): Define.

From-SVN: r129438

16 years agore PR fortran/33233 (Parent and contained procedure: Wrongly treated as generic proce...
Paul Thomas [Thu, 18 Oct 2007 12:48:37 +0000 (12:48 +0000)] 
re PR fortran/33233 (Parent and contained procedure: Wrongly treated as generic procedures)

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/33233
* resolve.c (check_host_association): Check singly contained
namespaces and start search for symbol in current namespace.

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/33233
* gfortran.dg/host_assoc_function_1.f90: Correct references.
* gfortran.dg/host_assoc_function_3.f90: New test.

From-SVN: r129437

16 years agore PR fortran/33733 (ICEs in simplify_transfer)
Paul Thomas [Thu, 18 Oct 2007 12:44:57 +0000 (12:44 +0000)] 
re PR fortran/33733 (ICEs in simplify_transfer)

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
    Dominique d'Humieres  <dominiq@lps.ens.fr>

PR fortran/33733
* simplify.c (gfc_simplify_transfer): Return null if the source
expression is EXPR_FUNCTION.

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/33733
* gfortran.dg/transfer_simplify_6.f90: New test.

From-SVN: r129436

16 years agore PR fortran/33733 (ICEs in simplify_transfer)
Paul Thomas [Thu, 18 Oct 2007 12:44:03 +0000 (12:44 +0000)] 
re PR fortran/33733 (ICEs in simplify_transfer)

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
    Dominique d'Humieres  <dominiq@lps.ens.fr>

PR fortran/33733
* simplify.c (gfc_simplify_transfer): Return null if the source
expression is EXPR_FUNCTION.

2007-10-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/33733
* gfortran.dg/transfer_simplify_6.f90: New test.

From-SVN: r129435

16 years agore PR libstdc++/33807 (Incorrect ambiguous overload)
Paolo Carlini [Thu, 18 Oct 2007 10:00:18 +0000 (10:00 +0000)] 
re PR libstdc++/33807 (Incorrect ambiguous overload)

2007-10-18  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33807
* include/bits/allocator.h (operator==(const allocator<_Tp>&,
const allocator<_Tp>&), operator!=(const allocator<_Tp>&,
const allocator<_Tp>&)): Add.
* testsuite/20_util/allocator/33807.cc: New.

From-SVN: r129434

16 years agoBecause we merge score3 and score7 into the same backend,
Chen Liqin [Thu, 18 Oct 2007 06:53:22 +0000 (06:53 +0000)] 
Because we merge score3 and score7 into the same backend,

so make a lot of changes in the code structure.

Changelog:
        * config.gcc : update score-*-elf(extra_objs).
        * config/score/mac.md : Remove.
        * config/score/misc.md : Remove.
        * config/score/score7.md : Remove.
        * config/score/score-mdaux.h : Remove.
        * config/score/score-mdaux.c : Remove.
        * config/score/score-version.h : Remove.
        * config/score/score-generic.md : New.
        * config/score/score3.h : New.
        * config/score/score3.c : New.
        * config/score/score7.h : New.
        * config/score/score7.c : New.
        * config/score/mul-div.S : add flush_cache score3 support.
        * config/score/elf.h : Fix some typos.
        * config/score/score.md : merge score3 and score7 pattern.
        * config/score/score.c : use to seperate which target it used.
        * config/score/score.h : use to seperate the target macro.
        * config/score/score.opt : remove -mmac option , add -mscore3,
        -mscore3d and -march OPTION support.

From-SVN: r129431

16 years agoRemove myself from dataflow reviewers
Daniel Berlin [Thu, 18 Oct 2007 01:40:20 +0000 (01:40 +0000)] 
Remove myself from dataflow reviewers

From-SVN: r129428

16 years agoDaily bump.
GCC Administrator [Thu, 18 Oct 2007 00:17:11 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r129426

16 years agoenviron.c (init_choice): Remove unused function.
Ben Elliston [Wed, 17 Oct 2007 23:28:37 +0000 (23:28 +0000)] 
environ.c (init_choice): Remove unused function.

* runtime/environ.c (init_choice): Remove unused function.
(show_choice): Likewise.
(choice): Remove.
(FP_ROUND_NEAREST, FP_ROUND_UP, FP_ROUND_DOWN, FP_ROUND_ZERO):
Remove.
(precision, signal_choices): Remove.

From-SVN: r129423

16 years agocpp_type_traits.h (__is_byte): Add.
Paolo Carlini [Wed, 17 Oct 2007 21:21:13 +0000 (21:21 +0000)] 
cpp_type_traits.h (__is_byte): Add.

2007-10-17  Paolo Carlini  <pcarlini@suse.de>

* include/bits/cpp_type_traits.h (__is_byte): Add.
* include/bits/stl_algobase.h (struct __fill, struct __fill_n,
__fill_aux, __fill_n_aux): Remove.
(__fill_a, __fill_n_a): Add.
(fill, fill_n): Adjust.

From-SVN: r129421

16 years agocfgexpand.c (expand_stack_vars): Add checking to make sure that the offset of a varia...
Andrew Pinski [Wed, 17 Oct 2007 21:12:50 +0000 (21:12 +0000)] 
cfgexpand.c (expand_stack_vars): Add checking to make sure that the offset of a variable is not greater than the...

2007-10-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * cfgexpand.c (expand_stack_vars): Add checking to make sure
        that the offset of a variable is not greater than the size
        of the paritition.

From-SVN: r129420

16 years agoavr.c (avr_mcu_types): Add support for atmega48p, atmega88p, atmega168p and atmega328...
Anatoly Sokolov [Wed, 17 Oct 2007 20:20:04 +0000 (00:20 +0400)] 
avr.c (avr_mcu_types): Add support for atmega48p, atmega88p, atmega168p and atmega328p devices.

* config/avr/avr.c (avr_mcu_types): Add support for atmega48p,
atmega88p, atmega168p and atmega328p devices.
* config/avr/avr.h (LINK_SPEC): (Ditto.).
(CRT_BINUTILS_SPECS): (Ditto.).
* config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).

From-SVN: r129419

16 years agosched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
Maxim Kuvyrkov [Wed, 17 Oct 2007 19:50:55 +0000 (19:50 +0000)] 
sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.

* sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
* ddg.c: Ditto.
* sched-deps.c: Ditto.  Remove nested #ifdef's INSN_SCHEDULING.
* sched-int.h: Surround declarations with '#ifdef INSN_SCHEDULING'.
(print_insn): Move declaration to ...
* rtl.h (print_insn): ... here.

From-SVN: r129417

16 years agom68k.h (m68k_sched_cpu, [...]): Move declarations to ...
Maxim Kuvyrkov [Wed, 17 Oct 2007 19:48:53 +0000 (19:48 +0000)] 
m68k.h (m68k_sched_cpu, [...]): Move declarations to ...

* config/m68k/m68k.h (m68k_sched_cpu, m68k_sched_attr_opx_type,
m68k_sched_attr_opy_type, m68k_sched_attr_size, m68k_sched_attr_op_mem,
m68k_sched_branch_type): Move declarations to ...
* config/m68/m68k-protos.h: ... here.

From-SVN: r129416

16 years ago* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.
Maxim Kuvyrkov [Wed, 17 Oct 2007 19:47:12 +0000 (19:47 +0000)] 
* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.

From-SVN: r129415

16 years agoavr.c (avr_mcu_types): Add attiny48.
Eric B. Weddington [Wed, 17 Oct 2007 18:41:32 +0000 (18:41 +0000)] 
avr.c (avr_mcu_types): Add attiny48.

* config/avr/avr.c (avr_mcu_types): Add attiny48.
* config/avr/avr.h (LINK_SPEC): Likewise.
(CRT_BINUTILS_SPECS): Likewsie.
* config/avr/t-avr (MULTILIB_MATCHES): Likewise.

From-SVN: r129414

16 years agostl_iterator.h (back_insert_iterator<>::operator= (typename _Container::value_type...
Paolo Carlini [Wed, 17 Oct 2007 17:44:09 +0000 (17:44 +0000)] 
stl_iterator.h (back_insert_iterator<>::operator= (typename _Container::value_type&&), [...]): Add.

2007-10-17  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_iterator.h (back_insert_iterator<>::operator=
(typename _Container::value_type&&), front_insert_iterator<>::
operator=(typename _Container::value_type&&), insert_iterator<>::
operator=(typename _Container::value_type&&)): Add.

* include/bits/stl_iterator.h (insert_iterator<>::operator=
(typename _Container::const_reference)): Fix typo in signature.

From-SVN: r129413

16 years ago- correct comment to AIX 5.3.
David Edelsohn [Wed, 17 Oct 2007 17:28:31 +0000 (13:28 -0400)] 
- correct comment to AIX 5.3.

From-SVN: r129412

16 years agoavr.c (avr_mcu_types): Add attiny43u.
Eric B. Weddington [Wed, 17 Oct 2007 17:13:14 +0000 (17:13 +0000)] 
avr.c (avr_mcu_types): Add attiny43u.

* config/avr/avr.c (avr_mcu_types): Add attiny43u.
* config/avr/avr.h (CRT_BINUTILS_SPECS): Likewsie.
* config/avr/t-avr (MULTILIB_MATCHES): Likewise.

From-SVN: r129411

16 years agore PR middle-end/33794 (Wrong code w/ -ffast-math)
Uros Bizjak [Wed, 17 Oct 2007 17:09:58 +0000 (19:09 +0200)] 
re PR middle-end/33794 (Wrong code w/ -ffast-math)

        PR middle-end/33794
        * gfortran.dg/pr33794.f90: New testcase.

Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
From-SVN: r129410

16 years agore PR middle-end/33794 (Wrong code w/ -ffast-math)
Uros Bizjak [Wed, 17 Oct 2007 15:22:23 +0000 (17:22 +0200)] 
re PR middle-end/33794 (Wrong code w/ -ffast-math)

PR middle-end/33794
* reg-stack.c (move_for_stack_reg): Swap input argument of
UNSPEC_TAN insn to the top of the stack.

From-SVN: r129406

16 years agoMake-lang.in (java/builtins.o): Add $(OPTABS_H) and $(EXPR_H) dependencies.
Richard Guenther [Wed, 17 Oct 2007 11:41:30 +0000 (11:41 +0000)] 
Make-lang.in (java/builtins.o): Add $(OPTABS_H) and $(EXPR_H) dependencies.

2007-10-17  Richard Guenther  <rguenther@suse.de>

* Make-lang.in (java/builtins.o): Add $(OPTABS_H) and $(EXPR_H)
dependencies.

From-SVN: r129405

16 years agoarray: Correct macro guarding cbegin, cend, crbegin, crend.
Paolo Carlini [Wed, 17 Oct 2007 09:45:04 +0000 (09:45 +0000)] 
array: Correct macro guarding cbegin, cend, crbegin, crend.

2007-10-17  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/array: Correct macro guarding cbegin, cend,
crbegin, crend.
* include/tr1_impl/hashtable: Likewise.

From-SVN: r129404

16 years agore PR target/32961 (Gcc has different requirements for x86 shift xmm intrinsics)
Uros Bizjak [Wed, 17 Oct 2007 08:25:15 +0000 (10:25 +0200)] 
re PR target/32961 (Gcc has different requirements for x86 shift xmm intrinsics)

PR target/32961
* config/i386/i386.c (ix86_expand_builtin) [IX86_BUILTIN_PSLLWI128,
IX86_BUILTIN_PSLLDI128, BUILTIN_PSLLQI128, IX86_BUILTIN_PSRAWI128,
IX86_BUILTIN_PSRADI128, IX86_BUILTIN_PSRLWI128,
IX86_BUILTIN_PSRLDI128, IX86_BUILTIN_PSRLQI128]: Do not require
immediate shift value.
config/i386/emmintrin.h (_mm_slli_epi16, _mm_slli_epi32,
_mm_slli_epi64, _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16,
_mm_srli_epi32, _mm_srli_epi64): Remove 'const' from count argument.
Remove macros for !__OPTIMIZE__ case.

testsuite/ChangeLog:

PR target/32961
* gcc.target/i386/pr32961.c: New testcase.
* gcc.target/i386/sse-13.c: Remove __builtin_ia32_psllwi128,
__builtin_ia32_psrlqi128, __builtin_ia32_psrlwi128,
__builtin_ia32_psrldi128, __builtin_ia32_psrawi128,
__builtin_ia32_psradi128, __builtin_ia32_psllqi128 and
__builtin_ia32_pslldi128 defines.

From-SVN: r129403

16 years agore PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)
Christopher D. Rickett [Wed, 17 Oct 2007 06:57:06 +0000 (06:57 +0000)] 
re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)

2007-10-17 Christopher D. Rickett <crickett@lanl.gov>

        PR fortran/33760
        * symbol.c (gen_special_c_interop_ptr): Remove code to create
        constructor for c_null_ptr and c_null_funptr with value of 0.
        * expr.c (check_init_expr): Prevent check on constructors for
        iso_c_binding derived types.
        * resolve.c (resolve_structure_cons): Verify that the user isn't
        trying to invoke a structure constructor for one of the
        iso_c_binding derived types.

2007-10-17 Christopher D. Rickett <crickett@lanl.gov>

        PR fortran/33760
        * gfortran.dg/c_ptr_tests_13.f03: New test case.

From-SVN: r129402

16 years agotree-ssa-structalias.c (rewrite_constraints): Don't test for directness anymore.
Daniel Berlin [Wed, 17 Oct 2007 05:35:13 +0000 (05:35 +0000)] 
tree-ssa-structalias.c (rewrite_constraints): Don't test for directness anymore.

2007-10-17  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-structalias.c (rewrite_constraints): Don't test for
directness anymore.
(perform_var_substitution): Only DFS from real nodes. Don't test
for directness.
(unite_pointer_equivalences): Fix broken test.

From-SVN: r129401

16 years agors6000.c (rs6000_emit_epilogue): Correct altivec sp_offset.
Alan Modra [Wed, 17 Oct 2007 01:05:50 +0000 (01:05 +0000)] 
rs6000.c (rs6000_emit_epilogue): Correct altivec sp_offset.

* config/rs6000/rs6000.c (rs6000_emit_epilogue): Correct
altivec sp_offset.  Rearrange sp_offset assignments to
correspond to stack adjustments.  Use frame_reg_rtx for
SPE register restores.  Correct SPE stack adjustment.

From-SVN: r129400

16 years agovstring.h (__versa_string<>::front, [...]): Add.
Paolo Carlini [Wed, 17 Oct 2007 00:46:27 +0000 (00:46 +0000)] 
vstring.h (__versa_string<>::front, [...]): Add.

2007-10-16  Paolo Carlini  <pcarlini@suse.de>

* include/ext/vstring.h (__versa_string<>::front,
__versa_string<>::back): Add.
* testsuite/ext/vstring/element_access/char/front_back.cc: New.
* testsuite/ext/vstring/element_access/wchar_t/front_back.cc: Likewise.

From-SVN: r129399

16 years agoDaily bump.
GCC Administrator [Wed, 17 Oct 2007 00:17:03 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r129396

16 years agobuiltins.c (gimplify_va_arg_expr): Use inform for help message.
Manuel López-Ibáñez [Wed, 17 Oct 2007 00:11:25 +0000 (00:11 +0000)] 
builtins.c (gimplify_va_arg_expr): Use inform for help message.

2007-10-17  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* builtins.c (gimplify_va_arg_expr): Use inform for help message.
* toplev.c (check_global_declaration_1): Use appropriate warning
option instead of unnamed warning.
* stor-layout.c (layout_decl): Likewise.
* c-typeck.c (build_conditional_expr): Likewise.
(build_compound_expr): Fix wrong comment.
(build_binary_op): Use appropriate warning option instead of
unnamed warning.
* cfgexpand.c (tree_expand_cfg): Likewise.
* tree-optimize.c (tree_rest_of_compilation): Likewise.
* tree-cfg.c (remove_useless_stmts_warn_notreached): Likewise.
(execute_warn_function_return): Likewise.
* stmt.c (warn_if_unused_value): Likewise.
cp/
* typeck.c (build_binary_op) : Use appropriate warning option
instead of unnamed warning.

From-SVN: r129393

16 years agore PR c++/28639 (ICE trying to print error on invalid template parameter)
Paolo Carlini [Tue, 16 Oct 2007 22:41:32 +0000 (22:41 +0000)] 
re PR c++/28639 (ICE trying to print error on invalid template parameter)

2007-10-16  Paolo Carlini  <pcarlini@suse.de>

PR c++/28639
PR c++/30299
* g++.dg/template/void12.C: New.
* g++.dg/template/void13.C: New.

From-SVN: r129392

16 years agore PR c++/31446 (ICE with invalid template parameter)
Paolo Carlini [Tue, 16 Oct 2007 22:21:59 +0000 (22:21 +0000)] 
re PR c++/31446 (ICE with invalid template parameter)

/cp
2007-10-16  Paolo Carlini  <pcarlini@suse.de>

PR c++/31446
* pt.c (current_template_args): Do not change TREE_LIST elements
with a TREE_VALUE of error_mark_node.

/testsuite
2007-10-16  Paolo Carlini  <pcarlini@suse.de>

PR c++/31446
* g++.dg/template/void11.C: New.
* g++.dg/template/void2.C: Adjust error markers.
* g++.dg/template/void10.C: Likewise.
* g++.dg/template/crash55.C: Likewise.

From-SVN: r129391

16 years agostl_queue.h (queue<>::queue(_Sequence&&), [...]): Add.
Paolo Carlini [Tue, 16 Oct 2007 21:54:41 +0000 (21:54 +0000)] 
stl_queue.h (queue<>::queue(_Sequence&&), [...]): Add.

2007-10-16  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_queue.h (queue<>::queue(_Sequence&&),
queue<>::queue(queue&&), queue<>::operator=(queue&&),
queue<>::push(value_type&&), queue<>::swap(queue&&),
swap(queue<>&, queue<>&), swap(queue<>&&, queue<>&),
swap(queue<>&, queue<>&&), priority_queue<>::
priority_queue(const _Compare&, _Sequence&&),
priority_queue<>::priority_queue(_InputIterator, _InputIterator,
const _Compare&, _Sequence&&),
priority_queue<>::priority_queue(priority_queue&&),
priority_queue<>::operator=(priority_queue&&),
priority_queue<>::push(value_type&&),
priority_queue<>::swap(priority_queue&&),
swap(priority_queue<>&, priority_queue<>&),
swap(priority_queue<>&&, priority_queue<>&),
swap(priority_queue<>&, priority_queue<>&&)): Add.
* include/bits/stl_stack.h (stack<>::stack(_Sequence&&),
stack<>::push(value_type&&), stack<>::swap(stack&&),
swap(stack<>&, stack<>&), swap(stack<>&&, stack<>&),
swap(stack<>&, stack<>&&)): Add.
* testsuite/23_containers/queue/moveable.cc: New.
* testsuite/23_containers/priority_queue/moveable.cc: Likewise.

From-SVN: r129390

16 years agoavr.c (avr_mcu_types): Add at90pwm216, at90pwm316.
Eric B. Weddington [Tue, 16 Oct 2007 21:47:23 +0000 (21:47 +0000)] 
avr.c (avr_mcu_types): Add at90pwm216, at90pwm316.

* config/avr/avr.c (avr_mcu_types): Add at90pwm216, at90pwm316.
* config/avr/avr.h (LINK_SPEC): Likewise and remove regex for
similar devices.
(CRT_BINUTILS_SPECS): Likewsie.
* config/avr/t-avr (MULTILIB_MATCHES): Likewise.

From-SVN: r129389

16 years agoFix typo
Mark Mitchell [Tue, 16 Oct 2007 21:07:35 +0000 (21:07 +0000)] 
Fix typo

From-SVN: r129387

16 years agotypeck.c (cp_apply_type_quals_to_decl): Expand documentation.
Mark Mitchell [Tue, 16 Oct 2007 21:00:47 +0000 (21:00 +0000)] 
typeck.c (cp_apply_type_quals_to_decl): Expand documentation.

* typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
* decl.c (start_decl): Tidy.
(start_decl_1): Call cp_apply_type_quals_to_decl after completing
the type.
(grokdeclarator): Clarify comment.
* g++.dg/opt/const-5.C: New test.

From-SVN: r129386

16 years agore PR target/33594 (stack arrays not aligned on word boundaries)
Amruth Laxman [Tue, 16 Oct 2007 20:43:02 +0000 (20:43 +0000)] 
re PR target/33594 (stack arrays not aligned on word boundaries)

PR target/33594
* config/sparc/sparc.h (LOCAL_ALIGNMENT): Define.

From-SVN: r129385

16 years agodce.c (init_dce): Only initialize the obstacks for the fast pass.
Eric Botcazou [Tue, 16 Oct 2007 20:24:41 +0000 (22:24 +0200)] 
dce.c (init_dce): Only initialize the obstacks for the fast pass.

* dce.c (init_dce): Only initialize the obstacks for the fast pass.
(fini_dce): Only release them for the fast pass.
(end_ud_dce): Delete.
(rest_of_handle_ud_dce): Do not modify df_in_progress.
Call fini_dce instead of end_ud_dce.
(rest_of_handle_fast_dce): Do not modify df_in_progress.
(run_fast_df_dce): Reset df_in_progress to false on exit.

From-SVN: r129384

16 years agovstring.h (__versa_string<>:: __versa_string(__versa_string&&), [...]): Add.
Paolo Carlini [Tue, 16 Oct 2007 15:20:09 +0000 (15:20 +0000)] 
vstring.h (__versa_string<>:: __versa_string(__versa_string&&), [...]): Add.

2007-10-16  Paolo Carlini  <pcarlini@suse.de>

* include/ext/vstring.h (__versa_string<>::
__versa_string(__versa_string&&),
__versa_string<>::operator=(__versa_string&&,
swap(__versa_string<>&&, __versa_string<>&),
swap(__versa_string<>(&, __versa_string<>&&)): Add.
(__versa_string<>::swap(__versa_string&&)): Adjust for C++0x.
* include/ext/sso_string_base.h
(__sso_string_base(__sso_string_base&&)): Add.
(__sso_string_base()): Use _Alloc_hider(_CharT*).
* include/ext/rc_string_base.h (__rc_string_base(__rc_string_base&&)):
Add.
(__rc_string_base()): Use _Alloc_hider(_CharT*).
* include/ext/vstring_util.h (_Alloc_hider::_Alloc_hider(_CharT*)):
Add.
* testsuite/ext/vstring/moveable.cc: Add.

* include/bits/stl_tree.h (_Rb_tree(_Rb_tree&&)): Add.
* include/bits/stl_map.h (map<>::map(map&&)): Forward to the latter.
* include/bits/stl_set.h (set<>::set(set&&)): Likewise.
* include/bits/stl_multimap.h (multimap<>::multimap(multimap&&)):
Likewise.
* include/bits/stl_multiset.h (multiset<>::multiset(multiset&&)):
Likewise.
* include/bits/stl_deque.h (_Deque_base<>::_Deque_base(_Deque_base&&)):
Add.
(deque<>::deque(deque&&)): Forward to the latter.
* include/bits/stl_list.h (_List_base<>::_List_base(_List_base&&)):
Add.
(list<>::list(list&&)): Forward to the latter.
* include/bits/stl_vector.h
(_Vector_base<>::_Vector_base(_Vector_base&&)): Add.
(vector<>::vector(vector&&)): Forward to the latter.
* include/bits/stl_bvector.h
(_Bvector_base<>::_Bvector_base(_Bvector_base&&)): Add.
(vector<bool>::vector(vector&&)): Forward to the latter.

* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error lines.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Likewise.

From-SVN: r129381

16 years agotarget.h (unspec_may_trap_p): New target hook.
Paolo Bonzini [Tue, 16 Oct 2007 09:13:47 +0000 (09:13 +0000)] 
target.h (unspec_may_trap_p): New target hook.

2007-10-16  Paolo Bonzini  <bonzini@gnu.org>
    Maxim Kuvyrkov  <maxim@codesourcery.com>

* target.h (unspec_may_trap_p): New target hook.
* target-def.h (TARGET_UNSPEC_MAY_TRAP_P): New macro.
* targhooks.c (default_unspec_may_trap_p): Default implementation of
the hook.
* targhooks.h (default_unspec_may_trap_p): Declare it.
* doc/tm.texi (TARGET_UNSPEC_MAY_TRAP_P): Document new hook.
* rtlanal.c (may_trap_p_1): Use new hook.  Make global.
* rtl.h (may_trap_p_1): Declare.

* config/ia64/ia64.c (ia64_unspec_may_trap_p): New function to
override default hook implementation.
(TARGET_UNSPEC_MAY_TRAP_P): Override default implementation of the
hook.

* gcc.target/ia64/20040709-2.c: New test.

Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com>
From-SVN: r129378

16 years agoDaily bump.
GCC Administrator [Tue, 16 Oct 2007 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r129376

16 years agoinvoke.texi (Wextra): Move it just after Wall...
Manuel López-Ibáñez [Mon, 15 Oct 2007 23:57:34 +0000 (23:57 +0000)] 
invoke.texi (Wextra): Move it just after Wall...

2007-10-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* doc/invoke.texi (Wextra): Move it just after Wall, list the
options enabled by Wextra and mention Wuninitialized.

From-SVN: r129373

16 years agogamma_5.f90: xfail on FreeBSD
Steven G. Kargl [Mon, 15 Oct 2007 23:32:55 +0000 (23:32 +0000)] 
gamma_5.f90: xfail on FreeBSD

2007-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>

        * gfortran.dg/gamma_5.f90: xfail on FreeBSD

From-SVN: r129372

16 years agoMakefile.def: To avoid problems running with parallel makes...
Patrick Mansfield [Mon, 15 Oct 2007 21:13:47 +0000 (21:13 +0000)] 
Makefile.def: To avoid problems running with parallel makes...

2007-10-15  Patrick Mansfield <patmans@us.ibm.com>

        * Makefile.def: To avoid problems running with parallel makes,
        build newlib before libgloss so that target specific header
        files are availble.
        * Makefile.in: Regenerate

From-SVN: r129371

16 years agoset.h (set<>::cbegin, [...]): Add.
Paolo Carlini [Mon, 15 Oct 2007 20:51:53 +0000 (20:51 +0000)] 
set.h (set<>::cbegin, [...]): Add.

2007-10-15  Paolo Carlini  <pcarlini@suse.de>

* include/debug/set.h (set<>::cbegin, cend, crbegin, crend): Add.
* include/debug/multiset.h (set<>::cbegin, cend, crbegin, crend):
Likewise.
* include/debug/vector (vector<>::cbegin, cend, crbegin, crend):
Likewise.
* include/debug/map.h (map<>::cbegin, cend, crbegin, crend):
Likewise.
* include/debug/deque (deque<>::cbegin, cend, crbegin, crend):
Likewise.
* include/debug/list (list<>::cbegin, cend, crbegin, crend):
Likewise.
* include/debug/multimap.h (multimap<>::cbegin, cend, crbegin,
crend): Likewise.
* include/tr1_impl/array (array<>::cbegin, cend, crbegin, crend):
Likewise.
* include/ext/vstring.h (__versa_string<>::cbegin, cend, crbegin,
crend): Likewise.
* include/bits/stl_list.h (list<>::cbegin, cend, crbegin, crend):
Likewise.
* include/bits/stl_map.h (map<>::cbegin, cend, crbegin, crend):
Likewise.
* include/bits/stl_set.h (set<>::cbegin, cend, crbegin, crend):
Likewise.
* include/bits/stl_multimap.h (multimap<>::cbegin, cend, crbegin,
crend): Likewise.
* include/bits/stl_vector.h (vector<>::cbegin, cend, crbegin, crend):
Likewise.
* include/bits/stl_deque.h (deque<>::cbegin, cend, crbegin, crend):
Likewise.
* include/bits/stl_multiset.h (multiset<>::cbegin, cend, crbegin,
crend): Likewise.
* include/bits/stl_bvector.h (vector<bool>::cbegin, cend, crbegin,
crend): Likewise.
* include/tr1_impl/hashtable (_Hashtable<>::cbegin, cend): Add.

* testsuite/ext/vstring/requirements/citerators.cc: Add.
* testsuite/23_containers/unordered_map/requirements/citerators.cc:
Likewise.
* testsuite/23_containers/multimap/requirements/citerators.cc:
Likewise.
* testsuite/23_containers/set/requirements/citerators.cc: Likewise.
* testsuite/23_containers/unordered_multimap/requirements/
citerators.cc: Likewise.
* testsuite/23_containers/unordered_set/requirements/citerators.cc:
Likewise.
* testsuite/23_containers/vector/requirements/citerators.cc: Likewise.
* testsuite/23_containers/vector/bool/requirements/citerators.cc:
Likewise.
* testsuite/23_containers/deque/requirements/citerators.cc: Likewise.
* testsuite/23_containers/multiset/requirements/citerators.cc:
Likewise.
* testsuite/23_containers/list/requirements/citerators.cc: Likewise.
* testsuite/23_containers/unordered_multiset/requirements/
citerators.cc: Likewise.
* testsuite/23_containers/map/requirements/citerators.cc: Likewise.
* testsuite/23_containers/array/requirements/citerators.cc: Likewise.

* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error lines.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Likewise.

From-SVN: r129370

16 years agodse-1.c: Pass the union as a second parameter to each function.
Richard Sandiford [Mon, 15 Oct 2007 20:27:24 +0000 (20:27 +0000)] 
dse-1.c: Pass the union as a second parameter to each function.

gcc/testsuite/
* gcc.target/mips/dse-1.c: Pass the union as a second parameter
to each function.  Check that there are no unsigned loads.

From-SVN: r129369

16 years agomips.h (LOCAL_ALIGNMENT): Define.
Nigel Stephens [Mon, 15 Oct 2007 20:01:26 +0000 (20:01 +0000)] 
mips.h (LOCAL_ALIGNMENT): Define.

gcc/
2007-10-15  Nigel Stephens  <nigel@mips.com>

* config/mips/mips.h (LOCAL_ALIGNMENT): Define.

From-SVN: r129368

16 years agore PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)
Christopher D. Rickett [Mon, 15 Oct 2007 19:58:55 +0000 (19:58 +0000)] 
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)

2007-10-15 Christopher D. Rickett <crickett@lanl.gov>

        PR fortran/32600
        * trans-expr.c (gfc_conv_function_call): Generate code to inline
        c_associated.
        * symbol.c (get_iso_c_sym): Preserve from_intmod and
        * intmod_sym_id
        attributes in the resolved symbol.
        * resolve.c (gfc_iso_c_sub_interface): Remove dead code.

2007-10-15 Christopher D. Rickett <crickett@lanl.gov>

        PR fortran/32600
        * libgfortran/intrinsics/iso_c_binding.c: Remove c_associated_1
        and c_associated_2.
        * libgfortran/intrinsics/iso_c_binding.h: Ditto.
        * libgfortran/gfortran.map: Ditto.

From-SVN: r129367

16 years agore PR tree-optimization/33136 (wrong code due to alias with allocation in loop)
Jakub Jelinek [Mon, 15 Oct 2007 18:29:54 +0000 (20:29 +0200)] 
re PR tree-optimization/33136 (wrong code due to alias with allocation in loop)

PR tree-optimization/33136
* opts.c (decode_options): Don't enable flag_ipa_type_escape.

* gcc.c-torture/execute/20070824-1.c: New test.
* gcc.dg/pr33136-1.c: New test.
* gcc.dg/pr33136-2.c: New test.
* gcc.dg/pr33136-3.c: New test.

From-SVN: r129366

16 years agotls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
Maciej W. Rozycki [Mon, 15 Oct 2007 18:09:32 +0000 (18:09 +0000)] 
tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.

config/:
2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>

* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
(GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.

libgomp/:
2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>

* configure: Regenerate following changes to ../config/tls.m4.

libjava/:
2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>

* configure: Regenerate following changes to ../config/tls.m4.

libmudflap/:
2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>

* configure: Regenerate following changes to ../config/tls.m4.

From-SVN: r129364

16 years agore PR tree-optimization/33735 (verify_stmts failed: missing PHI def)
Alexandre Oliva [Mon, 15 Oct 2007 17:07:20 +0000 (17:07 +0000)] 
re PR tree-optimization/33735 (verify_stmts failed: missing PHI def)

gcc/ChangeLog:
PR tree-optimization/33735
PR tree-optimization/33572
* tree-inline.c (update_ssa_across_abnormal_edges): Revert
2007-10-09's change.
* except.c (duplicate_eh_regions): Don't look for prev_try
beyond ERT_ALLOWED_EXCEPTIONS with an empty list.
gcc/testsuite/ChangeLog:
PR tree-optimization/33735
* g++.dg/torture/pr33735.C: New.

From-SVN: r129356

16 years agore PR middle-end/33706 (gcc_assert failure in verify_eh_edges)
Alexandre Oliva [Mon, 15 Oct 2007 17:05:19 +0000 (17:05 +0000)] 
re PR middle-end/33706 (gcc_assert failure in verify_eh_edges)

gcc/ChangeLog:
PR middle-end/33706
* tree-inline.c (copy_bb): Use bsi_replace to replace a
__builtin_va_arg_pack-containing call stmt.
gcc/testsuite/ChangeLog:
PR middle-end/33706
* gcc.dg/va-arg-pack-2.c: New.

From-SVN: r129355

16 years agomatrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag.
Razya Ladelsky [Mon, 15 Oct 2007 15:16:25 +0000 (15:16 +0000)] 
matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag.

2007-10-15  Razya Ladelsky  <razya@il.ibm.com>

        * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole
        program flag.

From-SVN: r129351

16 years agore PR tree-optimization/33619 (TER breaks some inline-asm code (again))
Jakub Jelinek [Mon, 15 Oct 2007 15:14:46 +0000 (17:14 +0200)] 
re PR tree-optimization/33619 (TER breaks some inline-asm code (again))

PR tree-optimization/33619
* tree-ssa-ter.c (is_replaceable_p): Return false for all
calls.

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

From-SVN: r129350

16 years agolib/target-supports.exp (check_vmx_hw_available): Add -maltivec flag for AIX.
David Edelsohn [Mon, 15 Oct 2007 15:00:49 +0000 (15:00 +0000)] 
lib/target-supports.exp (check_vmx_hw_available): Add -maltivec flag for AIX.

lib/target-supports.exp (check_vmx_hw_available): Add -maltivec
flag for AIX.
(check_effective_target_powerpc_altivec_ok): Only skip before AIX 5.3.

From-SVN: r129349

16 years ago* config.gcc (powerpc-ibm-aix5*): Install altivec.h
David Edelsohn [Mon, 15 Oct 2007 14:52:43 +0000 (14:52 +0000)] 
* config.gcc (powerpc-ibm-aix5*): Install altivec.h

From-SVN: r129348

16 years agofold-const.c (extract_array_ref): Remove.
Richard Guenther [Mon, 15 Oct 2007 14:49:55 +0000 (14:49 +0000)] 
fold-const.c (extract_array_ref): Remove.

2007-10-15  Richard Guenther  <rguenther@suse.de>

* fold-const.c (extract_array_ref): Remove.
(fold_comparison): Handle POINTER_PLUS_EXPR with the
generic address expression comparison folding.  Remove
the folding that used extract_array_ref.

From-SVN: r129347

16 years agore PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)
Jerry DeLisle [Mon, 15 Oct 2007 14:03:52 +0000 (14:03 +0000)] 
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)

2007-10-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33055
* gfortran.dg/inquire_11.f90: New test.
* gfortan.dg/negative_unit_int8.f: New test.

From-SVN: r129346

16 years agoResync.
Arnaud Charlet [Mon, 15 Oct 2007 14:00:38 +0000 (16:00 +0200)] 
Resync.

From-SVN: r129345

16 years agore PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)
Jerry DeLisle [Mon, 15 Oct 2007 13:59:02 +0000 (13:59 +0000)] 
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)

2007-10-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33055
* io/inquire.c (inquire_via_unit):  If inquiring by unit, check for
an error condition from the IOSTAT variable and set EXIST to false if
there was a bad unit number.

From-SVN: r129344

16 years agoerrout.ads: Comment clarification
Robert Dewar [Mon, 15 Oct 2007 13:58:20 +0000 (15:58 +0200)] 
errout.ads: Comment clarification

2007-10-15  Robert Dewar  <dewar@adacore.com>

* errout.ads: Comment clarification

* exp_ch4.adb (Expand_N_Allocator): Code cleanup.
(Expand_N_Op_Eq): Improve handling of array equality with -gnatVa

* lib.ads: Comment update

* init.c: Minor reformatting.

* sem_attr.adb: Minor formatting

* osint-b.ads: Minor reformatting

* sem_ch9.adb: Implement -gnatd.I switch

* g-comlin.adb: (Start): Fix handling of empty command line.

* gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
even when -rules follows the -cargs section.

From-SVN: r129343

16 years agog-soccon-vms.ads: Fix value of MSG_WAITALL.
Thomas Quinot [Mon, 15 Oct 2007 13:58:10 +0000 (15:58 +0200)] 
g-soccon-vms.ads: Fix value of MSG_WAITALL.

2007-10-15  Thomas Quinot  <quinot@adacore.com>

* g-soccon-vms.ads: Fix value of MSG_WAITALL.

* gen-soccon.c:
Update documentation to note that OpenVMS 8.3 or later must be used
to generate g-soccon-vms.ads.

* atree.adb: Add ??? comment

* exp_util.adb: Minor reformatting.
Add ??? comment in Kill_Dead_Code.

From-SVN: r129342

16 years agognat_ugn.texi: Add documentation for switches --version and --help for the GNAT tools...
Vincent Celier [Mon, 15 Oct 2007 13:57:59 +0000 (15:57 +0200)] 
gnat_ugn.texi: Add documentation for switches --version and --help for the GNAT tools gnatbind...

2007-10-15  Vincent Celier  <celier@adacore.com>
    Robert Dewar  <dewar@adacore.com>

* gnat_ugn.texi: Add documentation for switches --version and --help
for the GNAT tools gnatbind, gnatlink, gnatmake, gnatchop, gnatname,
gnatxref, gnatfind, gnatls, and gnatclean.
Document -gnatw.o.
Mention attribute Excluded_Source_Dirs
Replace obsolescent attribute Locally_Removed_Files with attribute
Excluded_Source_Files.
Improve documentation of -u (gnatbind)
Document how to do reliable stack checking for the environmental task
on iVMS.

* gnat_rm.texi: Rewrite section about No_Implicit_Dynamic_Code.
Document attribute Excluded_Source_Files and indicate that attribute
Locally_Removed_Files is obsolescent.

From-SVN: r129341

16 years agoxref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie interfaces.
Emmanuel Briot [Mon, 15 Oct 2007 13:57:46 +0000 (15:57 +0200)] 
xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie interfaces.

2007-10-15  Emmanuel Briot  <briot@adacore.com>

* xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie
interfaces.

* xr_tabls.adb (Add_Reference): Add support for the new 'R' reference
type, for dispatching calls.

From-SVN: r129340

16 years agotrans.c (gnat_to_gnu): Remove the padding structure more often.
Tristan Gingold [Mon, 15 Oct 2007 13:57:36 +0000 (15:57 +0200)] 
trans.c (gnat_to_gnu): Remove the padding structure more often.

2007-10-15  Tristan Gingold  <gingold@adacore.com>

* trans.c (gnat_to_gnu): Remove the padding structure more often.
This optimize assignment to over-aligned record.

From-SVN: r129339

16 years agotb-alvms.c (tb_entry_t, [...]): Store a frame pointer instead of a procedure value...
Olivier Hainque [Mon, 15 Oct 2007 13:57:26 +0000 (15:57 +0200)] 
tb-alvms.c (tb_entry_t, [...]): Store a frame pointer instead of a procedure value in each traceback entry.

2007-10-15  Olivier Hainque  <hainque@adacore.com>

* tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
instead of a procedure value in each traceback entry.

* g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
instead of procedure value to TBK$SYMBOLIZE.

* s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
field.
(TB_Entry_For): Account for the PV/FP renaming.

* s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
add comment.
(Null_TB_Entry): Account for change of component name.
(PV_For): Rename as FP_For.

From-SVN: r129338

16 years agosem_disp.adb (Find_Controlling_Arg): Examine the call node before examining its origi...
Ed Schonberg [Mon, 15 Oct 2007 13:57:17 +0000 (15:57 +0200)] 
sem_disp.adb (Find_Controlling_Arg): Examine the call node before examining its original form...

2007-10-15  Ed Schonberg  <schonberg@adacore.com>

* sem_disp.adb (Find_Controlling_Arg): Examine the call node before
examining its original form, to handle properly operator calls that
have been rewritten.

From-SVN: r129337

16 years agosem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a body generated...
Ed Schonberg [Mon, 15 Oct 2007 13:57:06 +0000 (15:57 +0200)] 
sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a body generated for a function with a controlling...

2007-10-15  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a
body generated for a function with a controlling result that is a null
extension, discard the generated body in favor of the current explicit
one.

From-SVN: r129336

16 years agosystem-vms-ia64.ads: New file.
Tristan Gingold [Mon, 15 Oct 2007 13:56:55 +0000 (15:56 +0200)] 
system-vms-ia64.ads: New file.

2007-10-15  Tristan Gingold  <gingold@adacore.com>

* system-vms-ia64.ads: New file.

* system-vms_64.ads: Minor comment fix.

From-SVN: r129335

16 years agosem_ch4.adb: Minor code and comment reformatting.
Hristian Kirtchev [Mon, 15 Oct 2007 13:56:46 +0000 (15:56 +0200)] 
sem_ch4.adb: Minor code and comment reformatting.

2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch4.adb: Minor code and comment reformatting.
(Analyze_Allocator): When the designated type of an unconstrained
allocator is a record with unknown discriminants or an array with
unknown range bounds, emit a detailed error message depending on the
compilation mode and whether the designated type is limited.

From-SVN: r129334

16 years agosem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained flag of derived...
Gary Dismukes [Mon, 15 Oct 2007 13:56:36 +0000 (15:56 +0200)] 
sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained flag of derived concurrent types...

2007-10-15  Gary Dismukes  <dismukes@adacore.com>

* sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained
flag of derived concurrent types, taking into account the flag setting
on the parent subtype and any new set of discriminants.

From-SVN: r129333

16 years agosem_ch12.adb: Minor code reformatting.
Hristian Kirtchev [Mon, 15 Oct 2007 13:56:26 +0000 (15:56 +0200)] 
sem_ch12.adb: Minor code reformatting.

2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch12.adb: Minor code reformatting.
(Check_Generic_Child_Unit): Iterate over the homonym chain in order to
find the parent package which may have been hidden by local
declarations.

From-SVN: r129332

16 years agosem_aggr.adb (Resolve_Record_Aggregate): In the case of a box association for an...
Gary Dismukes [Mon, 15 Oct 2007 13:56:15 +0000 (15:56 +0200)] 
sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box association for an access component...

2007-10-15  Gary Dismukes  <dismukes@adacore.com>

* sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box
association for an access component, add an association with null as
the expression. Remove testing for array subtypes and the setting in
that case of Ctyp to the array component type, which prevented proper
inclusion of an association for null-initialized arrays. Collapse
condition that tests for array subtypes into just a test of
Is_Partially_Initialized_Type (which already covers arrays anyway).

From-SVN: r129331

16 years agortsfind.adb: (Load_RTU): Turn off style checks for Load call
Robert Dewar [Mon, 15 Oct 2007 13:56:05 +0000 (15:56 +0200)] 
rtsfind.adb: (Load_RTU): Turn off style checks for Load call

2007-10-15  Robert Dewar  <dewar@adacore.com>

* rtsfind.adb: (Load_RTU): Turn off style checks for Load call

From-SVN: r129330

16 years agosnames.adb, snames.ads: Add new standard name runtime_library_dir
Vincent Celier [Mon, 15 Oct 2007 13:55:54 +0000 (15:55 +0200)] 
snames.adb, snames.ads: Add new standard name runtime_library_dir

2007-10-15  Vincent Celier  <celier@adacore.com>

* snames.adb, snames.ads: Add new standard name runtime_library_dir

* prj.ads (Language_Config): Add new component Runtime_Library_Dir

* prj-attr.adb: Add project level attribute Runtime_Library_Dir

* prj-env.adb (Create_Mapping_File): Do not put an entry if the path of
the source is unknown.

* prj-ext.adb: Spelling error fix

* prj-nmsc.adb (Check_Ada_Name): Reject any unit that includes an Ada
95 reserved word in its name.
(Process_Project_Level_Array_Attributes): Process new attribute
Runtime_Library_Dir.

* prj-part.adb (Parse_Single_Project): Do not check the name of the
config project against the user project names.

* prj-proc.adb (Expression): In multi-language mode, indexes that do
not include a dot are always case insensitive.
(Process_Declarative_Items): Ditto
(Process_Project_Tree_Phase_1): Set Success to False in case an error is
detected.

* prj-util.adb (Value_Of (In_Array)): When Force_Lower_Case_Index is
True, compare both indexes in lower case.

From-SVN: r129329

16 years agore PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)
Jerry DeLisle [Mon, 15 Oct 2007 13:55:47 +0000 (13:55 +0000)] 
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)

2007-10-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/33055
* trans-io.c (create_dummy_iostat): New function to create a unique
dummy variable expression to use with IOSTAT.
(gfc_trans_inquire): Use the new function to pass unit number error info
to run-time library if a regular IOSTAT variable was not given.

From-SVN: r129328

16 years agosem_case.adb, [...]: Replace use of Heap_Sort_A (passing'Unrestricted_Access of neste...
Bob Duff [Mon, 15 Oct 2007 13:55:27 +0000 (15:55 +0200)] 
sem_case.adb, [...]: Replace use of Heap_Sort_A (passing'Unrestricted_Access of nested subprograms...

2007-10-15  Bob Duff  <duff@adacore.com>

* sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
(passing'Unrestricted_Access of nested subprograms to Sort) with use of
the generic Heap_Sort_G, in order to avoid trampolines.

From-SVN: r129327

16 years agomlib-tgt-specific.adb (Support_For_Libraries): New function...
Vincent Celier [Mon, 15 Oct 2007 13:55:17 +0000 (15:55 +0200)] 
mlib-tgt-specific.adb (Support_For_Libraries): New function...

2007-10-15  Vincent Celier  <celier@adacore.com>

* mlib-tgt-specific.adb (Support_For_Libraries): New function,
returning None, used when there is no platform specific body for
MLib.Tgt.Specific.

From-SVN: r129326

16 years agoexp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not attempt to generate...
Thomas Quinot [Mon, 15 Oct 2007 13:55:07 +0000 (15:55 +0200)] 
exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not attempt to generate stubs for hidden primitive operations.

2007-10-15  Thomas Quinot  <quinot@adacore.com>

* exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not
attempt to generate stubs for hidden primitive operations.

From-SVN: r129325

16 years agoexp_ch9.adb (Actual_Index_Expression): When the expansion occurs inside a generic...
Hristian Kirtchev [Mon, 15 Oct 2007 13:54:57 +0000 (15:54 +0200)] 
exp_ch9.adb (Actual_Index_Expression): When the expansion occurs inside a generic body...

2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch9.adb (Actual_Index_Expression): When the expansion occurs
inside a generic body, retrieve the full view of the entry family
discrete subtype if available.

From-SVN: r129324

16 years agoexp_ch3.adb (Build_Init_Procedure): Keep separate the initialization of tagged types...
Ed Schonberg [Mon, 15 Oct 2007 13:54:47 +0000 (15:54 +0200)] 
exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization of tagged types whose ultimate ancestor is a...

2007-10-15  Ed Schonberg  <schonberg@adacore.com>

* exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization
of tagged types whose ultimate ancestor is a CPP type.
(Freeze_Array_Type): For a packed array type, generate an initialization
procedure if the type is public, to handle properly a client that
specifies Normalize_Scalars.

From-SVN: r129323

16 years agoexp_attr.adb (Expand_N_Attribute_Reference): Case Access, Unchecked_Access, and Unres...
Javier Miranda [Mon, 15 Oct 2007 13:54:33 +0000 (15:54 +0200)] 
exp_attr.adb (Expand_N_Attribute_Reference): Case Access, Unchecked_Access, and Unrestricted_Access.

2007-10-15  Javier Miranda  <miranda@adacore.com>

* exp_attr.adb (Expand_N_Attribute_Reference): Case Access,
Unchecked_Access, and Unrestricted_Access. Cleanup code that takes
care of access to class-wide interface types plus removal of bizarre
conversion of tagged object to access type (reported by Gary
Dismukes). After this patch there is no need to perform any
additional management on these nodes in Expand_Interface_Actuals.

* exp_disp.adb (Expand_Interface_Actuals): Code cleanup. Remove code
that handles use of 'Access and 'Unchecked_Access applied to
actuals covering interface types. Such code is now
centralized in Expand_N_Attribute_Reference.

From-SVN: r129322

16 years agodebug.adb: Document use of -gnatd.a and -gnatd.I
Tristan Gingold [Mon, 15 Oct 2007 13:54:21 +0000 (15:54 +0200)] 
debug.adb: Document use of -gnatd.a and -gnatd.I

2007-10-15  Tristan Gingold  <gingold@adacore.com>

* debug.adb: Document use of -gnatd.a and -gnatd.I

* layout.adb: On OpenVMS -gnatd.a disables alignment optimization.

From-SVN: r129321

16 years agoali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default value.
Emmanuel Briot [Mon, 15 Oct 2007 13:54:12 +0000 (15:54 +0200)] 
ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default value.

2007-10-15  Emmanuel Briot  <briot@adacore.com>

* ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default
value.
(Xref_Record): Change type for Line, since in the case of a reference to
a predefined entity (as happens for array index types), the line is set
to 0.
Add support for parsing multiple array index types info, or
multiple inherited interfaces info. This information cannot be stored
in Xref_Entity_Record, which only supports a single instance of Tref_*,
and is therefore stored in the list of references instead. It has a
special treatement later on in tools that use this information.

From-SVN: r129320

16 years agoadaint.c, [...]: Initial port to arm-mentor-nucleus.
Geert Bosch [Mon, 15 Oct 2007 13:54:02 +0000 (15:54 +0200)] 
adaint.c, [...]: Initial port to arm-mentor-nucleus.

2007-10-15  Geert Bosch  <bosch@adacore.com>

* adaint.c, socket.c, cal.c: Initial port to arm-mentor-nucleus.

* expect.c: Initial port to arm-mentor-nucleus.
Use kill for __gnat_kill() on VMS.

From-SVN: r129319

16 years agos-taprop-solaris.adb, [...]: Minor reformatting.
Robert Dewar [Mon, 15 Oct 2007 13:53:48 +0000 (15:53 +0200)] 
s-taprop-solaris.adb, [...]: Minor reformatting.

2007-10-15  Robert Dewar  <dewar@adacore.com>

* s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
s-taprop-vxworks.adb, s-taprop-posix.adb, a-calend-vms.adb,
a-calend.adb, a-nuflra.adb, a-tigeau.adb, a-wtgeau.adb,
checks.adb, bindgen.adb, eval_fat.adb, exp_fixd.adb, fmap.adb,
freeze.adb, g-awk.adb, g-calend.adb, g-diopit.adb, g-expect.adb,
gnatchop.adb, gnatlink.adb, g-spipat.adb, g-thread.adb, make.adb,
mdll.adb, mlib.adb, mlib-prj.adb, osint.adb, par-ch3.adb, prj.adb,
prj-makr.adb, sem_prag.adb, sem_type.adb, s-fatgen.adb, s-fileio.adb,
sinfo.ads, sinput-d.adb, s-taasde.adb, s-tasdeb.ads, s-tasren.adb,
s-tassta.adb, s-tpobop.adb, s-tposen.adb, stylesw.adb, types.ads,
uintp.adb, validsw.adb, makegpr.adb, a-rbtgso.adb, a-crbtgo.adb,
a-coorse.adb, a-convec.adb, a-coinve.adb, a-cohama.adb, a-ciorse.adb,
a-cihama.adb, a-cidlli.adb, a-chtgop.adb, a-cdlili.adb, a-cdlili.adb,
a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb, a-ciorma.adb,
a-coorma.adb, a-ztgeau.adb, symbols-vms.adb, a-crdlli.adb,
a-calari.adb, a-calfor.adb, s-os_lib.adb, s-regpat.adb, a-ngrear.adb:
Minor reformatting.
Add Unreferenced and Warnings (Off) pragmas for cases of
variables modified calls where they are IN OUT or OUT parameters and
the resulting values are not subsequently referenced. In a few cases,
we also remove redundant code found by the new warnings.

* ug_words, vms_data.ads, usage.adb, sem_util.adb, sem_util.ads,
sem_warn.adb, sem_warn.ads, sem_res.adb, sem_ch7.adb, sem_ch8.adb,
sem_ch5.adb, opt.ads, lib-xref.adb, lib-xref.ads, exp_smem.adb,
sem_ch11.adb, exp_ch6.adb, einfo.ads, einfo.adb: implement a new
warning controlled by -gnatw.o that warns on cases of out parameter
values being ignored.

From-SVN: r129318

16 years agos-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
Eric Botcazou [Mon, 15 Oct 2007 13:53:30 +0000 (15:53 +0200)] 
s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.

2007-10-15  Eric Botcazou  <ebotcazou@adacore.com>

* s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
Set the protection status of the guard page based on the value of On.

* s-osinte-tru64.ads: (Hide_Yellow_Zone): Add On parameter.

* s-taprop-tru64.adb: (Enter_Task): Pass True to Hide_Yellow_Zone.
(Exit_Task): Pass False to Hide_Yellow_Zone.

From-SVN: r129317

16 years agoPR libstdc++/33773 (cont)
Paolo Carlini [Mon, 15 Oct 2007 13:43:33 +0000 (13:43 +0000)] 
PR libstdc++/33773 (cont)

2007-10-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33773 (cont)
* testsuite/21_strings/headers/cwchar/macros.cc: Guard with
_GLIBCXX_USE_WCHAR_T, instead.

From-SVN: r129316

16 years agore PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3)
Maxim Kuvyrkov [Mon, 15 Oct 2007 10:30:13 +0000 (10:30 +0000)] 
re PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3)

PR target/33133

* haifa-sched.c (process_insn_forw_deps_be_in_spec): Check if
speculation type of insn can be changed before trying to do that.

* gcc.c-torture/compile/pr33133.c: New test.

From-SVN: r129315

16 years agore PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))
Paolo Carlini [Mon, 15 Oct 2007 09:34:56 +0000 (09:34 +0000)] 
re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))

2007-10-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33771
PR libstdc++/33773
* testsuite/21_strings/headers/cwchar/macros.cc: Guard test with
_GLIBCXX_HAVE_WCHAR_H.
* testsuite/21_strings/headers/cwctype/macros.cc: Likewise with
_GLIBCXX_HAVE_WCTYPE_H.
* testsuite/17_intro/headers/c++200x/all.cc: Guard inclusions
of <wchar.h> and <wctype.h>.
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
Likewise.
* testsuite/17_intro/headers/c++1998/all.cc: Likewise.
* testsuite/17_intro/headers/c++1998/all_multiple_inclusion.cc:
Likewise.

From-SVN: r129314

16 years agore PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))
Paolo Carlini [Mon, 15 Oct 2007 09:34:49 +0000 (09:34 +0000)] 
re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))

2007-10-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33771
PR libstdc++/33773
* testsuite/21_strings/headers/cwchar/macros.cc: Guard test with
_GLIBCXX_HAVE_WCHAR_H.
* testsuite/21_strings/headers/cwctype/macros.cc: Likewise with
_GLIBCXX_HAVE_WCTYPE_H.
* testsuite/17_intro/headers/c++200x/all.cc: Guard inclusions
of <wchar.h> and <wctype.h>.
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
Likewise.
* testsuite/17_intro/headers/c++1998/all.cc: Likewise.
* testsuite/17_intro/headers/c++1998/all_multiple_inclusion.cc:
Likewise.

From-SVN: r129313

16 years agodse.c (struct insn_info): Add 'frame_read' field.
Eric Botcazou [Mon, 15 Oct 2007 07:41:28 +0000 (09:41 +0200)] 
dse.c (struct insn_info): Add 'frame_read' field.

* dse.c (struct insn_info): Add 'frame_read' field.
(scan_insn): For the call to a const function, set frame_read if
reload has been run.
If the insn reads the frame, kill the frame related stores.
(scan_reads_nospill): Likewise.

From-SVN: r129312

16 years agotree-eh.c (optimize_double_finally): Don't assume that the cleanup we're duplicating...
Jason Merrill [Mon, 15 Oct 2007 05:21:37 +0000 (01:21 -0400)] 
tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're duplicating is only one statement.

        * tree-eh.c (optimize_double_finally): Don't assume that the
        cleanup we're duplicating is only one statement.

From-SVN: r129311

16 years agore PR libfortran/33672 (Additional runtime checks needed for namelist reads)
Jerry DeLisle [Mon, 15 Oct 2007 01:36:13 +0000 (01:36 +0000)] 
re PR libfortran/33672 (Additional runtime checks needed for namelist reads)

2007-10-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33672
* gfortran.dg/namelist_40.f90: New test.

From-SVN: r129310

16 years agore PR libfortran/33672 (Additional runtime checks needed for namelist reads)
Jerry DeLisle [Mon, 15 Oct 2007 01:33:16 +0000 (01:33 +0000)] 
re PR libfortran/33672 (Additional runtime checks needed for namelist reads)

2007-10-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33672
* io/list_read.c (nml_parse_qualifier): Add character specific error
messages.  Check for proper form of sub-string qualifiers.  Return the
parsed_rank flag indicating a non-zero rank qualifier.
(nml_get_obj_data):  Count the instances of non-zero rank qualifiers.
Issue an error if more that one non-zero rank qualifier is found.

From-SVN: r129309

16 years agoDaily bump.
GCC Administrator [Mon, 15 Oct 2007 00:17:21 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r129307

16 years agore PR target/33700 (FAIL: 17_intro/headers/all_pedantic_errors.cc (test for excess...
John David Anglin [Sun, 14 Oct 2007 22:22:25 +0000 (22:22 +0000)] 
re PR target/33700 (FAIL: 17_intro/headers/all_pedantic_errors.cc (test for excess errors))

PR target/33700
* inclhack.def (hpux11_pthread_const): New.
* fixincl.x: Regenerate.
* tests/base/sys/pthread.h: Update.

From-SVN: r129304