]> gcc.gnu.org Git - gcc.git/log
gcc.git
16 years agogfortran.h (new): Remove macro.
Kaveh R. Ghazi [Sat, 19 Jul 2008 16:23:52 +0000 (16:23 +0000)]
gfortran.h (new): Remove macro.

* gfortran.h (new): Remove macro.
* array.c (gfc_append_constructor, match_array_list,
gfc_match_array_constructor): Likewise.
* bbt.c (insert, gfc_insert_bbt): Likewise.
* decl.c (var_element, top_var_list, top_val_list, gfc_match_data,
get_proc_name): Likewise.
* expr.c (gfc_copy_actual_arglist): Likewise.
* interface.c (compare_actual_formal, check_new_interface,
gfc_add_interface): Likewise.
* intrinsic.c gfc_convert_type_warn, gfc_convert_chartype):
Likewise.
* io.c (match_io_iterator, match_io_list): Likewise.
* match.c (match_forall_header): Likewise.
* matchexp.c (build_node): Likewise.
* module.c (gfc_match_use): Likewise.
* scanner.c (load_file): Likewise.
* st.c (gfc_append_code): Likewise.
* symbol.c (save_symbol_data, gfc_get_sym_tree, gfc_undo_symbols,
gfc_commit_symbols): Likewise.
* trans-common.c (build_field): Likewise.
* trans-decl.c (gfc_finish_var_decl): Likewise.
* trans-expr.c (gfc_free_interface_mapping,
gfc_get_interface_mapping_charlen, gfc_add_interface_mapping,
gfc_finish_interface_mapping,
gfc_apply_interface_mapping_to_expr): Likewise.
* trans.h (gfc_interface_sym_mapping): Likewise.

From-SVN: r137982

16 years agogfortran.h (operator): Remove macro.
Kaveh R. Ghazi [Sat, 19 Jul 2008 16:22:12 +0000 (16:22 +0000)]
gfortran.h (operator): Remove macro.

* gfortran.h (operator): Remove macro.
(gfc_namespace, gfc_expr): Avoid C++ keywords.
* arith.c (eval_intrinsic, eval_intrinsic_f2, eval_intrinsic_f3):
Likewise.
* decl.c (access_attr_decl): Likewise.
* dependency.c (gfc_dep_compare_expr): Likewise.
* dump-parse-tree.c (show_expr, show_uop, show_namespace):
Likewise.
* expr.c (gfc_copy_expr, gfc_type_convert_binary,
simplify_intrinsic_op, check_intrinsic_op): Likewise.
* interface.c (fold_unary, gfc_match_generic_spec,
gfc_match_interface, gfc_match_end_interface,
check_operator_interface, check_uop_interfaces,
gfc_check_interfaces, gfc_extend_expr, gfc_extend_assign,
gfc_add_interface, gfc_current_interface_head,
gfc_set_current_interface_head): Likewise.
* iresolve.c (gfc_resolve_dot_product, gfc_resolve_matmul):
Likewise.
* matchexp.c (gfc_get_parentheses, build_node): Likewise.
* module.c (gfc_use_rename, gfc_match_use, find_use_name_n,
number_use_names, mio_expr, load_operator_interfaces, read_module,
write_operator, write_module): Likewise.
* openmp.c (resolve_omp_atomic): Likewise.
* resolve.c (resolve_operator, gfc_resolve_character_operator,
gfc_resolve_uops): Likewise.
* symbol.c (free_uop_tree, gfc_free_namespace): Likewise.
* trans-expr.c (gfc_conv_expr_op): Likewise.
* trans-openmp.c (gfc_trans_omp_atomic): Likewise.

From-SVN: r137981

16 years agogfortran.h (protected): Remove macro.
Kaveh R. Ghazi [Sat, 19 Jul 2008 16:19:27 +0000 (16:19 +0000)]
gfortran.h (protected): Remove macro.

* gfortran.h (protected): Remove macro.
* dump-parse-tree.c (show_attr): Avoid C++ keywords.
* expr.c (gfc_check_pointer_assign): Likewise.
* interface.c (compare_parameter_protected): Likewise.
* intrinsic.c (enum class, add_sym, add_sym_0, add_sym_1,
add_sym_1s, add_sym_1m, add_sym_2, add_sym_2s, add_sym_3,
add_sym_3ml, add_sym_3red, add_sym_3s, add_sym_4, add_sym_4s,
add_sym_5s): Likewise.
* match.c (gfc_match_assignment, gfc_match_pointer_assignment):
Likewise.
* module.c (mio_symbol_attribute): Likewise.
* primary.c (match_variable): Likewise.
* resolve.c (resolve_equivalence): Likewise.
* symbol.c (check_conflict, gfc_add_protected, gfc_copy_attr):
Likewise.
* trans-types.c (gfc_get_array_type_bounds): Likewise.

From-SVN: r137980

16 years agore PR target/36780 (Wrong reload generated for subreg address on SH)
Joseph Myers [Sat, 19 Jul 2008 11:14:13 +0000 (12:14 +0100)]
re PR target/36780 (Wrong reload generated for subreg address on SH)

PR target/36780
PR target/36827
* reload.c (find_reloads_subreg_address): Only reload address if
reloaded == 0, not for reloaded != 1.

Revert:
2008-07-16  Joseph Myers  <joseph@codesourcery.com>
* config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
(m32c_legitimate_address_p): Handle "++rii" addresses created by
m32c_legitimize_reload_address.

2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
* config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
(plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.

From-SVN: r137976

16 years agodwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument...
Olivier Hainque [Sat, 19 Jul 2008 06:41:30 +0000 (06:41 +0000)]
dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument...

* dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P
argument, saying whether nested array are to be collapsed
into a single array type DIE with multiple subscripts.
(gen_array_type_die): Factorize comments about the MIPS_DEBUG_INFO
issues, centralize the nested array types collapsing control and
disable the transformation for Ada.

From-SVN: r137975

16 years agoDaily bump.
GCC Administrator [Sat, 19 Jul 2008 00:16:39 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137973

16 years agoutf-array.C: Fix broken merge/checkin.
Kris Van Hees [Fri, 18 Jul 2008 22:37:42 +0000 (22:37 +0000)]
utf-array.C: Fix broken merge/checkin.

2008-07-18  Kris Van Hees  <kris.van.hees@oracle.com>

       * g++.dg/ext/utf-array.C: Fix broken merge/checkin.
       * g++.dg/ext/utf-array-short-wchar.C: Idem
       * gcc.dg/utf-array.c: Idem
       * gcc.dg/utf-array-short-wchar.c: Idem

From-SVN: r137970

16 years ago2008-07-18 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini [Fri, 18 Jul 2008 22:37:34 +0000 (22:37 +0000)]
2008-07-18  Paolo Carlini  <paolo.carlini@oracle.com>

Remove spurious blank line from ChangeLog.

From-SVN: r137969

16 years agofshort-wchar.c: Use -Wl,--no-wchar-size-warning on arm*-*-*eabi.
Joseph Myers [Fri, 18 Jul 2008 22:05:43 +0000 (23:05 +0100)]
fshort-wchar.c: Use -Wl,--no-wchar-size-warning on arm*-*-*eabi.

* gcc.dg/fshort-wchar.c: Use -Wl,--no-wchar-size-warning on
arm*-*-*eabi.

From-SVN: r137968

16 years agore PR target/36786 (ICE in extract_insn, at recog.c:1990)
Uros Bizjak [Fri, 18 Jul 2008 21:01:59 +0000 (23:01 +0200)]
re PR target/36786 (ICE in extract_insn, at recog.c:1990)

PR target/36786
* config/i386/i386.md (x86_64_shift_adj_1): Rename from
x86_64_shift_adj.
(x86_64_shift_adj_2): New expander.
(x86_64_shift_adj_3): Ditto.
* config/i386/i386.c (ix86_split_ashr): Use gen_x86_64_shift_adj_3
to split TImode operands.
(ix86_split_ashl): Use gen_x86_64_shift_adj_2 to split TImode operands.
(ix86_split_lshr): Ditto.

testsuite/ChangeLog:

PR target/36786
* gcc.target/i386/pr36786.c: New test.

From-SVN: r137967

16 years agore PR c++/36407 (ICE with conversion and -fpermissive)
Dodji Seketeli [Fri, 18 Jul 2008 20:40:42 +0000 (20:40 +0000)]
re PR c++/36407 (ICE with conversion and -fpermissive)

2008-07-18  Dodji Seketeli  <dseketel@redhat.com>

PR c++/36407
* call.c (convert_like_real): Don't take the error code path
  when a rvalue or base conversion has the bad_p field set.

From-SVN: r137966

16 years agoc-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.
Kris Van Hees [Fri, 18 Jul 2008 20:23:42 +0000 (20:23 +0000)]
c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.

gcc/ChangeLog:
2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>

        * c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__
        and __CHAR32_TYPE__.
        * c-typeck.c (digest_init): Support char16_t and char32_t.
        (set_nonincremental_init_from_string): Idem.

gcc/cp/ChangeLog:
2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>

        * rtti.c (emit_support_tinfos): Add char16_type_node and
        char32_type_node.
        * typeck2.c (digest_init): Support char16_t and char32_t.

gcc/testsuite/ChangeLog:
2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>

        Tests for char16_t and char32_t support.
        * g++.dg/ext/utf-array.C: New
        * g++.dg/ext/utf-array-short-wchar.C: New
        * g++.dg/ext/utf-rtti.C: New
        * g++.dg/ext/utf-type.c: New
        * gcc.dg/utf-array.c: New
        * gcc.dg/utf-array-short-wchar.c: New
        * gcc.dg/utf-inc-init.c: New
        * gcc.dg/utf-type.c: New

libstdc++-v3/ChangeLog:
2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>
            Holger Hopp <holger.hopp@sap.com>

        * config/abi/pre/gnu.ver: Support char16_t and char32_t.
        * testsuite/util/testsuite_abi.cc (check_version): Add
        CXXABI_1.3.3 to known_versions.

From-SVN: r137965

16 years agovector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool.
Paolo Carlini [Fri, 18 Jul 2008 20:11:50 +0000 (20:11 +0000)]
vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool.

2008-07-16  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/vector (insert(iterator, _Tp&&), push_back(_Tp&&)):
Enable only when _Tp != bool.

* testsuite/25_algorithms/heap/1.cc: Avoid unused variable warnings.

From-SVN: r137963

16 years agovector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool.
Paolo Carlini [Fri, 18 Jul 2008 20:11:21 +0000 (20:11 +0000)]
vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool.

2008-07-16  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/vector (insert(iterator, _Tp&&), push_back(_Tp&&)):
Enable only when _Tp != bool.

* testsuite/25_algorithms/heap/1.cc: Avoid unused variable warnings.

From-SVN: r137962

16 years agolibstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading to...
Paolo Carlini [Fri, 18 Jul 2008 18:40:53 +0000 (18:40 +0000)]
libstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading to spurious fails of the test.

2008-07-18  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/lib/libstdc++.exp (check_v3_target_c_std): Avoid unused
variable warnings leading to spurious fails of the test.

From-SVN: r137961

16 years agoarith.c (eval_type_intrinsic0): Avoid C++ keywords.
Kaveh R. Ghazi [Fri, 18 Jul 2008 17:54:46 +0000 (17:54 +0000)]
arith.c (eval_type_intrinsic0): Avoid C++ keywords.

* arith.c (eval_type_intrinsic0): Avoid C++ keywords.
* gfortran.h (try, protected, operator, new): Likewise.

From-SVN: r137960

16 years agocvt.c (convert_to_void): Avoid C++ keywords.
Kaveh R. Ghazi [Fri, 18 Jul 2008 17:19:03 +0000 (17:19 +0000)]
cvt.c (convert_to_void): Avoid C++ keywords.

* cvt.c (convert_to_void): Avoid C++ keywords.
* decl.c (walk_namespaces_r, wrapup_globals_for_namespace):
Likewise.
* friend.c (is_friend): Likewise.
* init.c (perform_member_init): Likewise.
* mangle.c (write_template_prefix, write_template_template_param):
Likewise.
* name-lookup.c (do_namespace_alias, do_using_directive,
parse_using_directive, ambiguous_decl, arg_assoc): Likewise.
* parser.c (cp_parser_template_id, cp_parser_namespace_definition,
cp_parser_objc_typename, cp_parser_objc_method_keyword_params):
Likewise.
* pt.c (is_specialization_of_friend, lookup_template_class,
push_tinst_level, instantiate_class_template,
tsubst_copy_and_build): Likewise.
* tree.c (add_stmt_to_compound): Likewise.
* typeck.c (finish_class_member_access_expr): Likewise.

From-SVN: r137959

16 years agoobjc-act.c (objc_start_class_interface, [...]): Avoid C++ keywords.
Kaveh R. Ghazi [Fri, 18 Jul 2008 17:16:25 +0000 (17:16 +0000)]
objc-act.c (objc_start_class_interface, [...]): Avoid C++ keywords.

* objc-act.c (objc_start_class_interface,
objc_start_category_interface, objc_start_class_implementation,
objc_start_category_implementation, objc_build_struct,
generate_static_references, build_private_template,
lookup_category, objc_add_method, add_category,
add_instance_variable, objc_is_public, conforms_to_protocol,
start_class, continue_class, finish_class): Avoid C++ keywords.

From-SVN: r137958

16 years agoMakefile.in: Ignore missing ../boehm-gc/threads.mk.
Matthias Klose [Fri, 18 Jul 2008 16:30:04 +0000 (16:30 +0000)]
Makefile.in: Ignore missing ../boehm-gc/threads.mk.

2008-07-18  Matthias Klose  <doko@ubuntu.com>

        * Makefile.in: Ignore missing ../boehm-gc/threads.mk.

From-SVN: r137956

16 years agore PR middle-end/36859 (Caller/callee mismatch for vararg on stack)
H.J. Lu [Fri, 18 Jul 2008 15:48:04 +0000 (15:48 +0000)]
re PR middle-end/36859 (Caller/callee mismatch for vararg on stack)

gcc/

2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/36859
* builtins.c (std_gimplify_va_arg_expr): Limit alignment to
PREFERRED_STACK_BOUNDARY.
* config/i386/i386.c (ix86_gimplify_va_arg): Likewise.

testsuite/

2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/36859
* gcc.target/i386/vararg-2.c: New.

From-SVN: r137955

16 years agore PR middle-end/36858 (Incorrect alignment attribute on stack parameter)
H.J. Lu [Fri, 18 Jul 2008 15:42:59 +0000 (15:42 +0000)]
re PR middle-end/36858 (Incorrect alignment attribute on stack parameter)

gcc/

2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/36858
* function.c (locate_and_pad_parm): Cap boundary earlier.

testsuite/

2008-07-18  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/36858
* gcc.target/i386/vararg-1.c: New.

From-SVN: r137954

16 years agoparameter_array_init_4.f90: Silence pedantic warning.
Tobias Burnus [Fri, 18 Jul 2008 13:20:35 +0000 (15:20 +0200)]
parameter_array_init_4.f90: Silence pedantic warning.

2008-07-18  Tobias Burnus  <burnus@net-b.de>

       * gfortran.dg/parameter_array_init_4.f90: Silence pedantic warning.

From-SVN: r137950

16 years agoThe new file gfortran.dg/array_4.f90 was missing from the commit 137910
Tobias Burnus [Fri, 18 Jul 2008 13:17:49 +0000 (15:17 +0200)]
The new file gfortran.dg/array_4.f90 was missing from the commit 137910

2008-07-17  Tobias Burnus  <burnus@net-b.de>
        PR fortran/36824
        * gfortran.dg/array_4.f90: New.

From-SVN: r137949

16 years ago- checkin threads.mk.in.
Matthias Klose [Fri, 18 Jul 2008 10:37:22 +0000 (10:37 +0000)]
- checkin threads.mk.in.

From-SVN: r137941

16 years agoconfigure.ac (AC_CONFIG_FILES): Add threads.mk.
Matthias Klose [Fri, 18 Jul 2008 08:15:27 +0000 (08:15 +0000)]
configure.ac (AC_CONFIG_FILES): Add threads.mk.

boehm-gc/

2008-07-18  Matthias Klose  <doko@ubuntu.com>

        * configure.ac (AC_CONFIG_FILES): Add threads.mk.
        * threads.mk.in: New.
        * Makefile.in, configure: Regenerate.

libobjc/

2008-07-18  Matthias Klose  <doko@ubuntu.com>

        * Makefile.in: Include ../boehm-gc/threads.mk.
        (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.

From-SVN: r137939

16 years agoDaily bump.
GCC Administrator [Fri, 18 Jul 2008 00:16:37 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137937

16 years agoadaint.c (__MINGW32__ section): Include ctype.h and define a fallback ISALPHA if...
Olivier Hainque [Thu, 17 Jul 2008 14:37:58 +0000 (14:37 +0000)]
adaint.c (__MINGW32__ section): Include ctype.h and define a fallback ISALPHA if IN_RTS.

* adaint.c (__MINGW32__ section): Include ctype.h and define
a fallback ISALPHA if IN_RTS.
(__gnat_is_absolute_path): Use ISALPHA instead of isalpha.

From-SVN: r137924

16 years agoutils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG argument...
Olivier Hainque [Thu, 17 Jul 2008 14:18:27 +0000 (14:18 +0000)]
utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG argument...

ada/
* utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG
argument, to apply to references in addition to definitions.  Prevent
setting TREE_STATIC on externals.
(gnat_pushdecl): Always clear DECL_CONTEXT on public externals.

testsuite/
* gnat.dg/tree_static_def.ad[bs]: Support for ...
* gnat.dg/tree_static_use.adb: New test.
* gnat.dg/decl_ctx_def.ads: Support for ...
* gnat.dg/decl_ctx_use.ad[bs]: New test.

From-SVN: r137923

16 years agodecl2.c (determine_visibility): Allow target to override visibility of class data.
Julian Brown [Thu, 17 Jul 2008 14:03:50 +0000 (14:03 +0000)]
decl2.c (determine_visibility): Allow target to override visibility of class data.

    gcc/cp/
    * decl2.c (determine_visibility): Allow target to override
    visibility of class data.

    gcc/
    * config/arm/arm.c (arm_cxx_determine_class_data_visibility): Make
    no-op for targets which don't use DLLs.

    gcc/testsuite/
    * g++.dg/ext/visibility/arm3.C: Add explanatory text. Skip on
    non-DLL targets.
    * g++.dg/ext/visibility/arm1.C: Skip on non-DLL targets.

Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r137922

16 years agoipa-cp.c (ipcp_print_all_lattices): New variable info...
Martin Jambor [Thu, 17 Jul 2008 13:23:32 +0000 (15:23 +0200)]
ipa-cp.c (ipcp_print_all_lattices): New variable info...

2008-07-17  Martin Jambor  <mjambor@suse.cz>

* ipa-cp.c (ipcp_print_all_lattices): New variable info, check
that nodes are relevant by examining the node->analyzed flag.
(ipcp_init_stage): Check which nodes are relevant, assert that the
relevant ones are also required.
(ipcp_propagate_stage): Check on the side arrays are properly
allocated.
(ipcp_print_all_jump_functions): Make sure not to touch any node
that is not analyzed or an edge that does not have a corresponding
entry in the on-the-side vectors.
(ipcp_function_scale_print): Likewise.
(ipcp_update_callgraph): Check that the node is relevant.
(ipcp_insert_stage): Check that the node is relevant.  Check there is
an info for every node and edge.
* ipa-prop.c (ipa_init_func_list): Check the nodes are relevant.
(ipa_print_all_tree_maps): Likewise and a new variable info.
(ipa_print_all_params_modified): Likewise.
* ipa-prop.h (ipa_edge_args_info_available_for_edge_p): New function.

From-SVN: r137921

16 years agore PR target/25343 ([m68k] testsuite failures)
Roman Zippel [Thu, 17 Jul 2008 10:04:51 +0000 (10:04 +0000)]
re PR target/25343 ([m68k] testsuite failures)

2008-07-17  Roman Zippel <zippel@linux-m68k.org>

        PR target/25343
        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.

From-SVN: r137918

16 years agore PR c++/36855 (__has_trivial_destructor() returns false for reference types.)
Paolo Carlini [Thu, 17 Jul 2008 09:11:11 +0000 (09:11 +0000)]
re PR c++/36855 (__has_trivial_destructor() returns false for reference types.)

/cp
2008-07-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/36855
* semantics.c (trait_expr_value): Update __has_trivial_destructor
semantics to the current WP (N2691).

/testsuite
2008-07-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/36855
* g++.dg/ext/has_trivial_destructor.C: Rename to...
* g++.dg/ext/has_trivial_destructor-1.C: ... this.
* g++.dg/ext/has_trivial_destructor-2.C: New.

From-SVN: r137914

16 years agore PR middle-end/36753 (Forward propagation interacts badly with global register...
Paolo Bonzini [Thu, 17 Jul 2008 09:07:31 +0000 (09:07 +0000)]
re PR middle-end/36753 (Forward propagation interacts badly with global register variable)

gcc:
2008-07-17  Paolo Bonzini  <bonzini@gnu.org>

PR rtl-optimization/36753
* fwprop.c (use_killed_between): Don't shortcut
single-definition global registers.

gcc/testsuite:
2008-07-17  Paolo Bonzini  <bonzini@gnu.org>

PR rtl-optimization/36753
* gcc.target/i386/pr36753.c: New.

From-SVN: r137913

16 years agojar.in: Fix portability problems with Solaris /bin/sh.
Roger Sayle [Thu, 17 Jul 2008 08:58:15 +0000 (08:58 +0000)]
jar.in: Fix portability problems with Solaris /bin/sh.

2008-07-16  Roger Sayle  <roger@eyesopen.com>
    Paolo Bonzini  <bonzini@gnu.org>

* scripts/jar.in: Fix portability problems with Solaris /bin/sh.

Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r137912

16 years agore PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfortran...
Tobias Burnus [Thu, 17 Jul 2008 05:54:42 +0000 (07:54 +0200)]
re PR fortran/36825 ([F08] Rank > 7 arrays  [will break library ABI]  libgfortran I/O+intrinsics:)

2008-07-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/36825
        PR fortran/36824
        * array.c (gfc_match_array_spec): Fix array-rank check.
        * resolve.c (resolve_fl_derived): Fix constentness check
        for the array dimensions.

2008-07-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/36825
        PR fortran/36824
        * gfortran.dg/rank_2.f90: Add additional array-rank test.
        * gfortran.dg/array_4.f90: New.

From-SVN: r137910

16 years agore PR testsuite/36443 (HOSTCC doesn't work with installed gcc)
H.J. Lu [Thu, 17 Jul 2008 05:13:27 +0000 (05:13 +0000)]
re PR testsuite/36443 (HOSTCC doesn't work with installed gcc)

2008-07-17  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/36443
* objc.dg/gnu-encoding/gnu-encoding.exp: Temporarily unset
GCC_EXEC_PREFIX from environment when running $HOSTCC.

From-SVN: r137909

16 years agoDaily bump.
GCC Administrator [Thu, 17 Jul 2008 00:16:28 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137907

16 years agore PR c++/13699 (Extern "C" routine in different namespaces accepted with different...
Dodji Seketeli [Wed, 16 Jul 2008 23:44:02 +0000 (23:44 +0000)]
re PR c++/13699 (Extern "C" routine in different namespaces accepted with different exception signature)

2008-07-16  Dodji Seketeli  <dseketel@redhat.com>

PR c++/13699
* gcc/cp/name-lookup.c (lookup_extern_c_fun_binding_in_all_ns):
New function.
(pushdecl_maybe_friend): Check if a redeclaration of extern C function
complies with exception specification constraints.

From-SVN: r137904

16 years agocgraph.h (varpool_empty_needed_queue): Declare.
Jan Hubicka [Wed, 16 Jul 2008 21:38:15 +0000 (23:38 +0200)]
cgraph.h (varpool_empty_needed_queue): Declare.

* cgraph.h (varpool_empty_needed_queue): Declare.
* cgraphunit.c (output_in_order): Mark all variables as needed;
empty the queue.
* varpool.c (varpool_assemble_node): Update debug queue.
(varpool_assemble_pending_decls): Don't do it here.
(varpool_empty_needed_queue):  New function.

From-SVN: r137903

16 years agorecog.c (peephole2_optimize): Fix formatting.
Kaveh R. Ghazi [Wed, 16 Jul 2008 18:19:55 +0000 (18:19 +0000)]
recog.c (peephole2_optimize): Fix formatting.

* recog.c (peephole2_optimize): Fix formatting.

From-SVN: r137896

16 years agoc-pch.c (get_ident): Avoid C++ keywords.
Kaveh R. Ghazi [Wed, 16 Jul 2008 17:55:42 +0000 (17:55 +0000)]
c-pch.c (get_ident): Avoid C++ keywords.

* c-pch.c (get_ident): Avoid C++ keywords.
* combine-stack-adj.c (single_set_for_csa): Likewise.
* final.c (asm_insn_count, final_scan_insn, alter_subreg,
output_asm_insn): Likewise.
* reload.c (push_secondary_reload, find_reusable_reload,
push_reload, combine_reloads, find_reloads,
debug_reload_to_stream): Likewise.
* reload.h (struct reload): Likewise.
* reload1.c (reload_reg_class_lower, find_reg, find_reload_regs,
allocate_reload_reg, choose_reload_regs, emit_input_reload_insns,
emit_output_reload_insns): Likewise.
* targhooks.c (default_secondary_reload): Likewise.
* varasm.c (section_entry_eq, object_block_entry_eq): Likewise.

From-SVN: r137895

16 years agorecog.c (validate_change_1, [...]): Avoid C++ keywords.
Kaveh R. Ghazi [Wed, 16 Jul 2008 17:52:19 +0000 (17:52 +0000)]
recog.c (validate_change_1, [...]): Avoid C++ keywords.

* recog.c (validate_change_1, validate_change,
validate_unshare_change, validate_replace_rtx_1, struct
funny_match, constrain_operands, peephole2_optimize): Avoid C++
keywords.
* reload.c (push_secondary_reload, secondary_reload_class,
scratch_reload_class, find_valid_class, find_reusable_reload,
push_reload, find_dummy_reload, find_reloads_address_1,
find_reloads_address_part, find_equiv_reg): Likewise.
* reload1.c (spill_failure, eliminate_regs_1, allocate_reload_reg,
choose_reload_regs): Likewise.
* rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
Likewise.
* rtlhooks.c (gen_lowpart_if_possible): Likewise.
* sched-ebb.c (add_deps_for_risky_insns): Likewise.
* sched-rgn.c (concat_INSN_LIST): Likewise.
* stor-layout.c (mode_for_size, mode_for_size_tree,
smallest_mode_for_size): Likewise.

From-SVN: r137894

16 years agocfg.c (dump_reg_info): Avoid C++ keywords.
Kaveh R. Ghazi [Wed, 16 Jul 2008 17:49:20 +0000 (17:49 +0000)]
cfg.c (dump_reg_info): Avoid C++ keywords.

* cfg.c (dump_reg_info): Avoid C++ keywords.
* dwarf2asm.c (dw2_force_const_mem,
dw2_asm_output_encoded_addr_rtx): Likewise.
* except.c (gen_eh_region, add_action_record, output_ttype):
Likewise.
* expmed.c (expand_shift): Likewise.
* global.c (find_reg): Likewise.
* graph.c (draw_edge): Likewise.
* local-alloc.c (reg_meets_class_p, find_free_reg): Likewise.
* optabs.c (expand_binop, expand_twoval_unop, expand_twoval_binop,
widen_clz, widen_bswap, expand_parity, expand_unop,
emit_cmp_and_jump_insn_1): Likewise.
* postreload.c (reload_cse_simplify_operands): Likewise.
* ra.h (add_neighbor): Likewise.
* reg-stack.c (remove_regno_note, change_stack): Likewise.
* regclass.c (memory_move_secondary_cost, dump_regclass, regclass,
record_reg_classes, copy_cost, record_address_regs,
invalid_mode_change_p): Likewise.
* regrename.c (regrename_optimize, scan_rtx_reg,
dump_def_use_chain, find_oldest_value_reg,
replace_oldest_value_reg, copyprop_hardreg_forward_1): Likewise.

From-SVN: r137893

16 years agors6000.c (processor_target_table): Remove duplicate MASK_POWERPC64 for power4 in...
David Edelsohn [Wed, 16 Jul 2008 16:34:25 +0000 (16:34 +0000)]
rs6000.c (processor_target_table): Remove duplicate MASK_POWERPC64 for power4 in previous commit.

        * config/rs6000/rs6000.c (processor_target_table): Remove duplicate
        MASK_POWERPC64 for power4 in previous commit.

From-SVN: r137890

16 years agocollect2.c (scan_prog_file, [...]): Use CONST_CAST instead of bare conversion to...
Olivier Hainque [Wed, 16 Jul 2008 16:20:31 +0000 (16:20 +0000)]
collect2.c (scan_prog_file, [...]): Use CONST_CAST instead of bare conversion to cast const-ness away.

        * collect2.c (scan_prog_file, COFF version): Use CONST_CAST
        instead of bare conversion to cast const-ness away.

From-SVN: r137889

16 years agoxtensa.h (FUNCTION_OUTGOING_VALUE, [...]): Remove.
Anatoly Sokolov [Wed, 16 Jul 2008 15:36:43 +0000 (19:36 +0400)]
xtensa.h (FUNCTION_OUTGOING_VALUE, [...]): Remove.

2008-07-16  Anatoly Sokolov  <aesok@post.ru>
* config/xtensa/xtensa.h (FUNCTION_OUTGOING_VALUE,
XTENSA_FUNCTION_VALUE, XTENSA_FUNCTION_VALUE): Remove.
* config/xtensa/xtensa.c (xtensa_function_value): New function.
(TARGET_FUNCTION_VALUE): Define.

From-SVN: r137888

16 years agoteam.c (gomp_team_end): Free team immediately if it has just one thread.
Jakub Jelinek [Wed, 16 Jul 2008 15:35:26 +0000 (17:35 +0200)]
team.c (gomp_team_end): Free team immediately if it has just one thread.

* team.c (gomp_team_end): Free team immediately if it has
just one thread.

From-SVN: r137886

16 years agors6000.c (processor_target_table): Add MASK_PPC_GPOPT for power4, power5, power5...
David Edelsohn [Wed, 16 Jul 2008 15:33:30 +0000 (15:33 +0000)]
rs6000.c (processor_target_table): Add MASK_PPC_GPOPT for power4, power5, power5+, power6, and power6x.

        * config/rs6000/rs6000.c (processor_target_table): Add
        MASK_PPC_GPOPT for power4, power5, power5+, power6, and power6x.

From-SVN: r137884

16 years agoffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int.
Kaz Kojima [Wed, 16 Jul 2008 13:57:35 +0000 (13:57 +0000)]
ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int.

* src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
int.

From-SVN: r137883

16 years agore PR target/36827 (newlib:libm/math/k_rem_pio2.c fails in reload) r137999/tags/ix86/avx-last-merge r138001/tags/stack-last-merge
Joseph Myers [Wed, 16 Jul 2008 10:45:57 +0000 (11:45 +0100)]
re PR target/36827 (newlib:libm/math/k_rem_pio2.c fails in reload)

PR target/36827
* config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
(m32c_legitimate_address_p): Handle "++rii" addresses created by
m32c_legitimize_reload_address.

From-SVN: r137875

16 years agoassign_neg.cc: Adjust dg-error lines.
Paolo Carlini [Wed, 16 Jul 2008 10:10:41 +0000 (10:10 +0000)]
assign_neg.cc: Adjust dg-error lines.

2008-07-16  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
dg-error lines.
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
* testsuite/20_util/duration/cons/1_neg.cc: Likewise.

* include/tr1_impl/type_traits: Fix comment typo.

From-SVN: r137874

16 years agoc-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER in sync.
Rafael Avila de Espindola [Wed, 16 Jul 2008 09:14:27 +0000 (09:14 +0000)]
c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and DECL_IN_SYSTEM_HEADER in sync.

2007-07-16  Rafael Avila de Espindola  <espindola@google.com>

       * c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and
       DECL_IN_SYSTEM_HEADER in sync.

From-SVN: r137873

16 years agounique_ptr.h: Remove stray character.
Paolo Carlini [Wed, 16 Jul 2008 09:04:16 +0000 (09:04 +0000)]
unique_ptr.h: Remove stray character.

2008-07-16  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/unique_ptr.h: Remove stray character.

From-SVN: r137872

16 years agouser.cfg.in: Add complex, ratio, intializer_list.
Benjamin Kosnik [Wed, 16 Jul 2008 07:01:23 +0000 (07:01 +0000)]
user.cfg.in: Add complex, ratio, intializer_list.

2008-07-15  Benjamin Kosnik  <bkoz@redhat.com>

* doc/doxygen/user.cfg.in: Add complex, ratio,
intializer_list.
(PREDEFINED): Add _GLIBCXX_USE_C99_STDINT_TR1.
* doc/doxygen/doxygroups.cc: Add std::chrono.
* include/bits/unique_ptr.h (default_delete, unique_ptr): Add markup.
* libsupc++/initializer_list (initializer_list): Same.
* include/std/ratio: Same.
* include/std/chrono: Same.
* include/std/complex: Disambiguate file markup.

From-SVN: r137868

16 years agoDaily bump.
GCC Administrator [Wed, 16 Jul 2008 00:16:37 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137862

16 years agotree-ssa-sccvn.c (expressions_equal_p): Check type equality.
Daniel Berlin [Tue, 15 Jul 2008 23:50:52 +0000 (23:50 +0000)]
tree-ssa-sccvn.c (expressions_equal_p): Check type equality.

2008-07-15  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
* tree-ssa-pre.c (pre_expr_eq): Ditto
(get_constant_for_value_id): Take a type as an argument.
(fully_constant_expression): Pass in type.
(find_or_generate_expression): Short circuit constant case.
(create_expression_by_pieces): Remove special casing of
pointer_plus.
(do_regular_insertion): Short circuit constant case.
(do_partial_partial_insertion): Ditto.

From-SVN: r137859

16 years agochrono: New, as per N2661.
Chris Fairles [Tue, 15 Jul 2008 23:23:23 +0000 (23:23 +0000)]
chrono: New, as per N2661.

2008-07-15  Chris Fairles  <chris.fairles@gmail.com>

        * include/std/chrono: New, as per N2661.
        * src/chrono.cc: New.
        * include/Makefile.am: Update.
        * src/Makefile.am: Likewise.
        * include/Makefile.in: Regenerate.
        * src/Makefile.in: Likewise.
        * acinclude.m4: Add tests for clock_gettime and gettimeofday that
define _GLIBCXX_HAS_CLOCK_GETTIME and/or _GLIBCXX_HAS_GETTIMEOFDAY.
        * configure.ac: Use them.
        * configure: Regenerate.
        * config.h.in: Likewise.
        * config/abi/pre/gnu.ver: Add symbols for system_clock::now() and
        system_clock::is_monotonic.
        * testsuite/20_util/duration/cons/1.cc: New.
        * testsuite/20_util/duration/cons/2.cc: Likewise.
        * testsuite/20_util/duration/cons/1_neg.cc: Likewise.
        * testsuite/20_util/duration/requirements/explicit_instantiation/
        explicit_instantiation.cc: Likewise.
        * testsuite/20_util/duration/arithmetic/1.cc: Likewise.
        * testsuite/20_util/duration/arithmetic/2.cc: Likewise.
        * testsuite/20_util/duration/comparisons/1.cc: Likewise.
        * testsuite/20_util/time_point/requirements/explicit_instantiation/
        explicit_instantiation.cc: Likewise.
        * testsuite/20_util/time_point/1.cc: Likewise.
        * testsuite/20_util/time_point/2.cc: Likewise.
        * testsuite/20_util/time_point/3.cc: Likewise.
        * testsuite/20_util/clocks/1.cc: Likewise.
        * testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Add
        missing headers.
        * testsuite/17_intro/headers/c++200x/all.cc: Likewise.
        * include/precompiled/stdc++.h: Likewise and remove <date_time>.
        * doc/doxygen/user.cfg.in: Likewise.

From-SVN: r137858

16 years agore PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic)
Kaz Kojima [Tue, 15 Jul 2008 22:35:48 +0000 (22:35 +0000)]
re PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic)

PR target/36782
* config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note.

From-SVN: r137853

16 years agoacinclude.m4 (CLASSPATH_COND_IF): New macro.
Ralf Wildenhues [Tue, 15 Jul 2008 22:01:27 +0000 (22:01 +0000)]
acinclude.m4 (CLASSPATH_COND_IF): New macro.

libjava/classpath/

* m4/acinclude.m4 (CLASSPATH_COND_IF): New macro.
* configure.ac: Use it.
* configure: Regenerate.
* tools/Makefile.am (!CREATE_WRAPPERS): Update comment.

From-SVN: r137851

16 years agolibgcc-xtensa.ver: New file.
Bob Wilson [Tue, 15 Jul 2008 21:29:08 +0000 (21:29 +0000)]
libgcc-xtensa.ver: New file.

* config/xtensa/libgcc-xtensa.ver: New file.
* config/xtensa/t-linux (SHLIB_MAPFILES): Append libgcc-xtensa.ver.

From-SVN: r137850

16 years agodf-problems.c (df_set_note): Avoid C++ keywords.
Kaveh R. Ghazi [Tue, 15 Jul 2008 17:51:00 +0000 (17:51 +0000)]
df-problems.c (df_set_note): Avoid C++ keywords.

* df-problems.c (df_set_note): Avoid C++ keywords.
* df-scan.c (df_ref_change_reg_with_loc_1): Likewise.
* dse.c (record_store, remove_useless_values): Likewise.
* emit-rtl.c (gen_reg_rtx, update_reg_offset, gen_rtx_REG_offset,
gen_reg_rtx_offset, operand_subword, change_address_1,
change_address, adjust_address_1, offset_address,
widen_memory_access, emit_copy_of_insn_after): Likewise.
* explow.c (round_push, allocate_dynamic_stack_space): Likewise.
* fwprop.c (should_replace_address, propagate_rtx_1,
propagate_rtx, try_fwprop_subst, forward_propagate_and_simplify):
Likewise.
* gcse.c (cprop_jump, find_implicit_sets, bypass_block,
gcse_emit_move_after, update_ld_motion_stores): Likewise.
* lcm.c (compute_insert_delete, pre_edge_lcm,
compute_rev_insert_delete, pre_edge_rev_lcm): Likewise.
* lower-subreg.c (resolve_reg_notes): Likewise.
* mode-switching.c (optimize_mode_switching): Likewise.

From-SVN: r137848

16 years agobt-load.c (add_btr_def, [...]): Avoid C++ keywords.
Kaveh R. Ghazi [Tue, 15 Jul 2008 17:34:40 +0000 (17:34 +0000)]
bt-load.c (add_btr_def, [...]): Avoid C++ keywords.

* bt-load.c (add_btr_def, migrate_btr_def,
branch_target_load_optimize): Avoid C++ keywords.
* caller-save.c (insert_restore, insert_save, insert_one_insn):
Likewise.
* combine.c (subst, simplify_set, make_extraction,
make_compound_operation, known_cond, simplify_shift_const_1):
Likewise.
* cse.c (make_regs_eqv, merge_equiv_classes, validate_canon_reg,
fold_rtx, equiv_constant, cse_insn, cse_process_notes_1):
Likewise.

From-SVN: r137847

16 years agore PR middle-end/36369 (may_alias broken with previous uses of non attributed type...
Richard Guenther [Tue, 15 Jul 2008 15:07:46 +0000 (15:07 +0000)]
re PR middle-end/36369 (may_alias broken with previous uses of non attributed type in some cases)

2008-07-15  Richard Guenther  <rguenther@suse.de>

PR middle-end/36369
* c-common.c (strict_aliasing_warning): Do not warn for
TYPE_REF_CAN_ALIAS_ALL pointers.
(c_common_get_alias_set): may_alias types are not special.
* tree.c (build_pointer_type_for_mode): Look up the may_alias
attribute and set can_ref_all accordingly.
(build_reference_type_for_mode): Likewise.
* doc/extend.texi (may_alias): Clarify.

* gcc.dg/Wstrict-aliasing-bogus-ref-all.c: New testcase.

From-SVN: r137843

16 years agore PR target/36780 (Wrong reload generated for subreg address on SH)
Kaz Kojima [Tue, 15 Jul 2008 13:06:32 +0000 (13:06 +0000)]
re PR target/36780 (Wrong reload generated for subreg address on SH)

PR target/36780
* config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
(plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.

From-SVN: r137838

16 years agore PR target/31568 (ICE with invalid %y operand (inline-asm))
Andrew Pinski [Tue, 15 Jul 2008 12:52:56 +0000 (12:52 +0000)]
re PR target/31568 (ICE with invalid %y operand (inline-asm))

2008-07-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/31568
        * config/rs6000/rs6000.c (print_operand <case 'y'>): Don't use
        gcc_assert, instead call output_operand_lossage.

2008-07-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/31568
        * gcc.target/powerpc/asm-y.c: New testcase.

From-SVN: r137837

16 years ago* lang.c (java_init_options): Enable unit-at-a-time by default.
Jan Hubicka [Tue, 15 Jul 2008 10:57:37 +0000 (12:57 +0200)]
* lang.c (java_init_options): Enable unit-at-a-time by default.

From-SVN: r137834

16 years agore PR libstdc++/36832 (error compiling with crope)
Paolo Carlini [Tue, 15 Jul 2008 10:14:40 +0000 (10:14 +0000)]
re PR libstdc++/36832 (error compiling with crope)

2008-07-15  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/36832
* include/ext/rope (_Destroy_const): Add.
(rope<>::copy): Call it.
* testsuite/ext/rope/36832.cc: New.

From-SVN: r137829

16 years agofind_selectors.h: Correct name for include guard #ifndef.
Johannes Singler [Tue, 15 Jul 2008 10:06:58 +0000 (10:06 +0000)]
find_selectors.h: Correct name for include guard #ifndef.

2008-07-15  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/find_selectors.h:
        Correct name for include guard #ifndef.
        * include/parallel/balanced_quicksort.h: Likewise.
        * include/parallel/unique_copy.h: Likewise.
        * include/parallel/multiway_mergesort.h: Likewise.
        * include/parallel/checkers.h: Likewise.
        * include/parallel/[various files]:
        Add/correct comment for #endif of include guard (at end of file)

From-SVN: r137827

16 years agobuiltins.c (std_canonical_va_list): Treat structure based va_list types.
Kai Tietz [Tue, 15 Jul 2008 09:04:33 +0000 (09:04 +0000)]
builtins.c (std_canonical_va_list): Treat structure based va_list types.

2008-07-15  Kai Tietz  <kai.tietz@onevision.com>

* builtins.c (std_canonical_va_list): Treat structure based
va_list types.

From-SVN: r137819

16 years agore PR objc++/36723 (massive obj-c++ failures at rev.137407)
Jason Merrill [Tue, 15 Jul 2008 05:11:18 +0000 (01:11 -0400)]
re PR objc++/36723 (massive obj-c++ failures at rev.137407)

        PR objc++/36723
        * objc/objc-act.c (objc_build_constructor): Update C++ tweak.
        * cp/lex.c (init_reswords): Always set D_OBJC.

From-SVN: r137813

16 years ago* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
Ben Elliston [Tue, 15 Jul 2008 05:03:06 +0000 (05:03 +0000)]
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.

From-SVN: r137812

16 years agoDaily bump.
GCC Administrator [Tue, 15 Jul 2008 00:16:38 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137806

16 years agoobjc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SYSTEM_HEADER.
Rafael Avila de Espindola [Mon, 14 Jul 2008 21:41:27 +0000 (21:41 +0000)]
objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SYSTEM_HEADER.

2007-07-14  Rafael Avila de Espindola  <espindola@google.com>

* objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead
of DECL_IN_SYSTEM_HEADER.

2007-07-14  Rafael Avila de Espindola  <espindola@google.com>

* c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
is set.

From-SVN: r137802

16 years agoi386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p
Jan Hubicka [Mon, 14 Jul 2008 21:25:27 +0000 (23:25 +0200)]
i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p

* i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p
* sse.md (sse5 patterns): Update call of ix86_sse5_valid_op_p;
fix predicates and constraints.
* i386.c (ix86_sse5_valid_op_p): Add commutative parameter.
* i386-protos.h (ix86_sse5_valid_op_p): Update declaration.

From-SVN: r137800

16 years agoconfig.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file arm...
Doug Kwan [Mon, 14 Jul 2008 21:01:42 +0000 (21:01 +0000)]
config.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file arm/eabi.opt.

2008-07-14  Doug Kwan  <dougkwan@google.com>

* config.gcc (arm*-*-eabi*): Include arm/eabi.h and use
additional option file arm/eabi.opt.
* config/arm/eabi.h (File): New configuration file for EABI targets.
* config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
SUBSUBTARGET_EXTRA_SPECS.
(SUBSUBTARGET_EXTRA_SPECS): Provide empty default.
* config/arm/unknown-elf.h (UNKNOWN_ELF_STARTFILE_SPEC): Renamed
from STARTFILE_SPEC so that it can be referenced in an override.
(STARTFILE_SPEC): Use UNKNOWN_ELF_STARTFILE_SPEC.
(UNKNOWN_ELF_ENDFILE_SPEC): Renamed from ENDFILE_SPEC so that it
can be referenced in an override.
(ENDFILE_SPEC): Use UNKNOWN_ELF_ENDFILE_SPEC.
* config/arm/bpabi.h (BPABI_LINK_SPEC): Renamed from LINK_SPEC
so that it can be referenced in an override.
(LINK_SPEC): Use BPABI_LINK_SPEC.
* config/arm/eabi.opt (File): New.

From-SVN: r137798

16 years agocase_optimization1.ad[sb]: New test.
Eric Botcazou [Mon, 14 Jul 2008 20:17:26 +0000 (20:17 +0000)]
case_optimization1.ad[sb]: New test.

* case_optimization1.ad[sb]: New test.
* case_optimization_pkg1.ads: New helper.

From-SVN: r137796

16 years agore PR ada/15479 (Ada manual problems)
Ralf Wildenhues [Mon, 14 Jul 2008 18:49:37 +0000 (18:49 +0000)]
re PR ada/15479 (Ada manual problems)

gcc/ada/
PR documentation/15479
* gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
Replace backets around optional parameters with @ovar
where possible, use @r{[}, @r{]} otherwise.
Replace some @r, @i, and @emph with @var where appropriate.

From-SVN: r137793

16 years agocheck_makefile_deps.sh: New file.
Ralf Wildenhues [Mon, 14 Jul 2008 18:40:35 +0000 (18:40 +0000)]
check_makefile_deps.sh: New file.

contrib/
* check_makefile_deps.sh: New file.

gcc/
* Makefile.in (TARGET_DEF_H): Add targhooks.h.
(FIXED_VALUE_H): New variable.
(RTL_BASE_H): Use $(INPUT_H) and $(FIXED_VALUE_H) instead of
input.h, fixed-value.h.
(TREE_H): Use $(INPUT_H), add $(SYMTAB_H).
(BASIC_BLOCK_H): Use $(BITMAP_H).
(FUNCTION_H): Add varray.h.
(IPA_REFERENCE_H): Use $(BITMAP_H).
(CGRAPH_H): Add $(BASIC_BLOCK_H).
(DF_H): Use $(BITMAP_H).
(GGC_H): Add statistics.h.
(INSN_ADDR_H): New.
(INSN_ATTR_H): Use it.
(SYSTEM_H): Add safe-ctype.h, filenames.h.
(INPUT_H): New.
(SYMTAB_H): Add $(OBSTACK_H).
(CPP_INTERNAL_H): New.
(TREE_DUMP_H): Add tree-pass.h.
(TREE_FLOW_H): Use $(BITMAP_H)
(PRETTY_PRINT_H): Use $(INPUT_H).
(EBITMAP_H): Rename from typo-ed EBIMAP_H.
(GSTAB_H): New.
(BITMAP_H): New.
(many object files): Fix lots of header dependencies throughout.

gcc/fortran/
* Make-lang.in (gfortranspec.o): Fix dependencies.

gcc/java/
* Make-lang.in (jvspec.o): Fix dependencies.

From-SVN: r137792

16 years agoMakefile.in (write_entries_to_file, [...]): New macros.
Ralf Wildenhues [Mon, 14 Jul 2008 18:26:45 +0000 (18:26 +0000)]
Makefile.in (write_entries_to_file, [...]): New macros.

gcc/
* Makefile.in (write_entries_to_file, write_entries_to_file_split):
New macros.
(s-gtyp-input): Use them to write tmp-gi.list.
(echo_to_gi.list): Remove.

From-SVN: r137791

16 years agotree-ssa-sccvn.c (pre_info): Remove.
Richard Guenther [Mon, 14 Jul 2008 15:38:49 +0000 (15:38 +0000)]
tree-ssa-sccvn.c (pre_info): Remove.

2008-07-14  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (pre_info): Remove.
(switch_to_PRE_table): Likewise.
(free_scc_vn): Do not clear SSA_NAME_VALUE.
Do not free pre_info.
(set_hashtable_value_ids): Do not create value-ids for the
optimistic tables.
(run_scc_vn): Remove double test.  Remove bogus special-case
in value-number printing.
* tree-ssa-sccvn.h (switch_to_PRE_table): Remove.
* tree-ssa-ccp.c (get_symbol_constant_value): Do not look at
SSA_NAME_VALUE.
* tree-flow-inline.h (get_value_handle): Remove.
* tree-flow.h (get_value_handle): Remove.

From-SVN: r137787

16 years agore PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)
Jakub Jelinek [Mon, 14 Jul 2008 13:46:25 +0000 (15:46 +0200)]
re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)

PR target/36745
* g++.dg/torture/pr36745.C: Use __SIZE_TYPE__ in size_t typedef.

From-SVN: r137785

16 years agotree-switch-conversion.c (gen_inbound_check): Make sure the type in which we generate...
Martin Jambor [Mon, 14 Jul 2008 11:28:39 +0000 (13:28 +0200)]
tree-switch-conversion.c (gen_inbound_check): Make sure the type in which we generate arithmetics is not a subrange.

2008-07-14  Martin Jambor  <mjambor@suse.cz>

* tree-switch-conversion.c (gen_inbound_check): Make sure the type
in which we generate arithmetics is not a subrange.

From-SVN: r137783

16 years agoMakefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
Martin Jambor [Mon, 14 Jul 2008 09:32:14 +0000 (11:32 +0200)]
Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.

2008-07-14  Martin Jambor  <mjambor@suse.cz>

* Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.

From-SVN: r137781

16 years agotree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.
Richard Guenther [Mon, 14 Jul 2008 08:46:14 +0000 (08:46 +0000)]
tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.

2008-07-14  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (insert_into_preds_of_block): Do not call
convert.

From-SVN: r137780

16 years agore PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)
Andreas Krebbel [Mon, 14 Jul 2008 06:56:46 +0000 (06:56 +0000)]
re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)

2008-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>

PR target/36745
* config/s390/s390.c: (s390_secondary_reload): Add a secondary
reload for symbol refs moved to r0 with -fPIC.
(legitimize_pic_address): Use the target register as temporary
reg if possible.
(emit_symbolic_move): Adjust comment.
* config/s390/s390.md (reloadsi_PIC_addr, reloaddi_PIC_addr):
New expanders.

2008-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>

PR target/36745
* g++.dg/torture/pr36745.C: New testcase.

From-SVN: r137777

16 years agocpplib.h (NODE_CONDITIONAL): New.
Ben Elliston [Mon, 14 Jul 2008 05:09:48 +0000 (05:09 +0000)]
cpplib.h (NODE_CONDITIONAL): New.

libcpp/
* include/cpplib.h (NODE_CONDITIONAL): New.
(struct cpp_callbacks): New macro_to_expand field.
(struct cpp_hashnode): Adjust size of flags and type fields.
(cpp_peek_token): Prototype.
* lex.c (cpp_peek_token): New function.
(_cpp_temp_token): Protect pre-existing lookaheads.
* macro.c (cpp_get_token): Expand any conditional macros.
(_cpp_backup_tokens_direct): New.
(_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
(warn_of_redefinition): Silently allow redefined conditional
macros.
(_cpp_create_definition): Remove the conditional flag when a user
defines one of the conditional macros.
* internal.h (_cpp_backup_tokens_direct): New prototype.

gcc/
* c-common.h (C_CPP_HASHNODE): New macro.
* coretypes.h (struct cpp_token): Forward declare.
* doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
the context-sensitive keyword method.
* config/rs6000/rs6000-c.c (__vector_keyword, vector_keyword,
__pixel_keyword, pixel_keyword, __bool_keyword, bool_keyword,
expand_bool_pixel): New.
(altivec_categorize_keyword): New function.
(init_vector_keywords): New function.
(rs6000_macro_to_expand): Likewise.
(rs6000_cpu_cpp_builtins): Enable context-sensitive macros if not
compiling an ISO C dialect.

gcc/testsuite/
* gcc.target/powerpc/altivec-macros.c: New test.
* gcc.target/powerpc/altviec-26.c: Likewise.
* gcc.dg/vmx/1b-06.c: Remove bool variable.
* gcc.dg/vmx/1b-07.c: Likewise.
* gcc.dg/vmx/1b-06-ansi.c: New test for the pre-define method.
* gcc.dg/vmx/1b-07-ansi.c: Likewise.

From-SVN: r137775

16 years agotree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.
Daniel Berlin [Mon, 14 Jul 2008 04:17:55 +0000 (04:17 +0000)]
tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.

2008-07-13  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-pre.c (fully_constant_expression): Add fold_convert
calls.
(create_expression_by_pieces): Fix typo.
(do_regular_insertion): Use debug counter here too.

From-SVN: r137774

16 years agore PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid...
Jerry DeLisle [Mon, 14 Jul 2008 01:02:05 +0000 (01:02 +0000)]
re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid  g0.d)

2008-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/36725
gfortran.dg/fmt_go_4.f08: New test.

From-SVN: r137770

16 years agore PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid...
Jerry DeLisle [Mon, 14 Jul 2008 00:51:44 +0000 (00:51 +0000)]
re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid  g0.d)

2008-07-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/36725
* io.c: Add error check for g0 edit descriptor followed by '.'.

From-SVN: r137769

16 years agore PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invali...
Hans-Peter Nilsson [Mon, 14 Jul 2008 00:24:35 +0000 (00:24 +0000)]
re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invalid operand for 'p' modifier)

PR target/35492
* gcc.c-torture/compile/pr35492.c: New test.

From-SVN: r137766

16 years agore PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invali...
Hans-Peter Nilsson [Mon, 14 Jul 2008 00:22:35 +0000 (00:22 +0000)]
re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand: invalid operand for 'p' modifier)

PR target/35492.
* config/cris/cris.h (CRIS_CONST_OK_FOR_LETTER_P): Renamed from
CONST_OK_FOR_LETTER_P.  All port-local users changed.
(CONST_OK_FOR_CONSTRAINT_P): Define; implement Kc as old K,
implement Kp matching power-of-two.
(CONSTRAINT_LEN): Define to match.
* config/cris/cris.md: Replace all use of constraint K with Kc.
("*btst*): Use Kp for operand 0 of last alternative.

From-SVN: r137765

16 years agoDaily bump.
GCC Administrator [Mon, 14 Jul 2008 00:16:44 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137763

16 years agore PR testsuite/36440 (FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0)
John David Anglin [Sun, 13 Jul 2008 22:27:58 +0000 (22:27 +0000)]
re PR testsuite/36440 (FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0)

PR testsuite/36440
* tree-call-cdce.c (check_target_format): Accept MIPS single, double
and quad formats.

From-SVN: r137757

16 years agotree.c (decl_assembler_name_equal): Expect assembler name of decl to be mangled too.
Jan Hubicka [Sun, 13 Jul 2008 20:55:47 +0000 (22:55 +0200)]
tree.c (decl_assembler_name_equal): Expect assembler name of decl to be mangled too.

* tree.c (decl_assembler_name_equal): Expect assembler name of decl
to be mangled too.

From-SVN: r137756

16 years agore PR middle-end/36811 (endless (?) loop building with -O3)
Richard Guenther [Sun, 13 Jul 2008 17:28:26 +0000 (17:28 +0000)]
re PR middle-end/36811 (endless (?) loop building with -O3)

2008-07-13  Richard Guenther  <rguenther@suse.de>

PR middle-end/36811
* langhooks.c (lhd_print_error_function): Deal with recursive
BLOCK trees.

From-SVN: r137754

16 years agocgraph.c (assembler_name_hash): New static var.
Jan Hubicka [Sun, 13 Jul 2008 10:06:19 +0000 (12:06 +0200)]
cgraph.c (assembler_name_hash): New static var.

* cgraph.c (assembler_name_hash): New static var.
(hash_node_by_assembler_name, eq_assembler_name): New.
(cgraph_node_for_asm): Use hashtable.
(cgraph_remove_node): Maintain hashtable.
(change_decl_assembler_name): Sanity check that names are not changing
after aliasing was processed.
* cgraph.h (varpoon_node): Add next GGC marker.
* tree.c (decl_assembler_name_equal): Constify.
(decl_assembler_name_hash): New.
* tree.h (decl_assembler_name_equal): Constify.
(decl_assembler_name_hash): Update.

From-SVN: r137753

16 years agoDaily bump.
GCC Administrator [Sun, 13 Jul 2008 00:16:43 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r137750

16 years agodriver-native.c (host_detect_local_cpu): Handle sb1 and r5000 cpus.
David Daney [Sat, 12 Jul 2008 16:23:00 +0000 (16:23 +0000)]
driver-native.c (host_detect_local_cpu): Handle sb1 and r5000 cpus.

* config/mips/driver-native.c (host_detect_local_cpu): Handle
sb1 and r5000 cpus.

From-SVN: r137747

16 years ago[multiple changes] r137879/tags/ix86/avx-last-merge r137881/tags/stack-last-merge
Daniel Kraft [Sat, 12 Jul 2008 11:26:50 +0000 (13:26 +0200)]
[multiple changes]

2008-07-12  Daniel Kraft  <d@domob.eu>

* resolve.c (resolve_fl_derived):  Allow pointer components to empty
derived types fixing a missing part of PR fortran/33221.

2008-06-22  Daniel Kraft  <d@domob.eu>

* gfortran.dg/used_types_21.f90:  New test.

From-SVN: r137737

16 years agodate_time: Remove, per N2549, in WP.
Paolo Carlini [Sat, 12 Jul 2008 10:16:16 +0000 (10:16 +0000)]
date_time: Remove, per N2549, in WP.

2008-07-12  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/date_time: Remove, per N2549, in WP.
* src/date_time.cc: Likewise.
* config/abi/pre/gnu.ver: Remove <date_time> symbols.
* include/Makefile.am: Remove date_time in std headers.
* src/Makefile.am: Remove date_time.cc to source files.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Likewise.
* testsuite/31_date_time/headers/date_time/types_std.cc: Remove.
* testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
* testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
* testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
* testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
* testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
* testsuite/31_date_time/system_time/requirements: Likewise.
* testsuite/31_date_time/system_time/requirements/traits.cc: Likewise.
* testsuite/17_intro/headers/c++200x/all.cc: Adjust.
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Adjust.

From-SVN: r137736

This page took 0.134736 seconds and 5 git commands to generate.