OSDN Git Service

pf3gnuchains/gcc-fork.git
12 years ago2011-05-26 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 26 May 2011 18:19:36 +0000 (18:19 +0000)]
2011-05-26  Paul Thomas  <pault@gcc.gnu.org>
    Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48955
* trans-expr.c (gfc_trans_assignment_1): GFC_REVERSE_NOT_SET
changed to GFC_ENABLE_REVERSE.
* trans-array.c (gfc_init_loopinfo): GFC_CANNOT_REVERSE changed
to GFC_INHIBIT_REVERSE.
* gfortran.h : Enum gfc_reverse is now GFC_ENABLE_REVERSE,
GFC_FORWARD_SET, GFC_REVERSE_SET and GFC_INHIBIT_REVERSE.
* dependency.c (gfc_dep_resolver): Change names for elements of
gfc_reverse as necessary. Change the logic so that forward
dependences are remembered as well as backward ones. When both
have appeared, force a temporary.

2011-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48955
* gfortran.dg/dependency_40.f90 : New test.

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

12 years ago2011-05-26 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 26 May 2011 17:41:34 +0000 (17:41 +0000)]
2011-05-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * trans-array.c (gfc_conv_array_ref): Handle pointer coarrays.
        * trans-decl.c (has_coarray_vars, caf_init_block,
        gfor_fndecl_caf_register): New file-global variables.
        (gfc_finish_var_decl): Make sure that coarrays in main are static.
        (gfc_build_qualified_array): Generate coarray token variable.
        (gfc_get_symbol_decl): Don't use a static initializer for coarrays.
        (gfc_build_builtin_function_decls): Set gfor_fndecl_caf_register.
        (gfc_trans_deferred_vars, gfc_emit_parameter_debug_info): Skip for
        static coarrays.
        (generate_local_decl): Check for local coarrays.
        (create_main_function): SYNC ALL before calling MAIN.
        (generate_coarray_sym_init): Register static coarray.
        (generate_coarray_init): Generate CAF registering constructor
        function.
        (gfc_generate_function_code): Call it, if needed, do not create
        cgraph twice.
        (gfc_generate_module_vars, gfc_process_block_locals): Call
        generate_coarray_init.
        * trans-types.c (gfc_get_nodesc_array_type): Generate pointers
        * for
        -fcoarray=lib.
        * trans.h (gfor_fndecl_caf_register): New variable.
        (lang_type): New element caf_token.
        (GFC_TYPE_ARRAY_CAF_TOKEN): New macro.

2011-05-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray/registering_1.f90: New.

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

12 years agomake TS_BLOCK a substructure of TS_BASE
froydnj [Thu, 26 May 2011 17:38:51 +0000 (17:38 +0000)]
make TS_BLOCK a substructure of TS_BASE
gcc/
* tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
TS_BASE instead of TS_COMMON.
(find_decls_types_r): Check for TS_TYPED structure before looking at
TREE_TYPE.
* tree.h (struct tree_block): Inherit from tree_base, not tree_common.
Add chain field.
(BLOCK_CHAIN): Use new chain field.

gcc/c-family/
* c-common.c (warning_candidate_p): Check for BLOCKs.

gcc/java/
* decl.c (poplevel): Don't access TREE_TYPE of BLOCKs.
* expr.c (build_jni_stub): Likewise.

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

12 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 15:53:23 +0000 (15:53 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

lto/
* lto.c (uniquify_nodes): Fix bug in one of the previous changes.

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

12 years ago2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 26 May 2011 15:35:02 +0000 (15:35 +0000)]
2011-05-26  Paolo Carlini  <paolo.carlini@oracle.com>

* src/list.cc: Use noexcept per the FDIS.
* src/compatibility-list-2.cc: Likewise.
* include/debug/set.h: Likewise.
* include/debug/unordered_map: Likewise.
* include/debug/multiset.h: Likewise.
* include/debug/forward_list: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/vector: Likewise.
* include/debug/map.h: Likewise.
* include/debug/deque: Likewise.
* include/debug/list: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/multiset.h: Likewise.
* include/profile/forward_list: Likewise.
* include/profile/vector: Likewise.
* include/profile/unordered_set: Likewise.
* include/profile/map.h: Likewise.
* include/profile/deque: Likewise.
* include/profile/list: Likewise.
* include/profile/multimap.h: Likewise.
* include/bits/hashtable.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/hashtable_policy.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/forward_list.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_tree.h: Likewise.

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

12 years ago * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
pthaugen [Thu, 26 May 2011 15:09:31 +0000 (15:09 +0000)]
    * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
        moves expensive on Power7 also.

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

12 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 13:54:23 +0000 (13:54 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

* fold-const.c (fold_unary_loc): Remove bogus code.

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

12 years agofix pr marker
jason [Thu, 26 May 2011 13:46:13 +0000 (13:46 +0000)]
fix pr marker

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

12 years agomake TS_IDENTIFIER be a substructure of TS_TYPED
froydnj [Thu, 26 May 2011 13:29:42 +0000 (13:29 +0000)]
make TS_IDENTIFIER be a substructure of TS_TYPED
gcc/
* tree.h (struct tree_identifier): Inherit from tree_typed, not
tree_common.
(HT_IDENT_TO_GCC_IDENT): Adjust for said change.
* tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
TS_BASE instead of TS_COMMON.
* varasm.c (assemble_name): Remove assert.

gcc/c-family/
* c-common.h (struct c_common_identifier): Inherit from tree_typed,
not tree_common.

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

12 years ago PR c++/48424
jason [Thu, 26 May 2011 13:22:51 +0000 (13:22 +0000)]
PR c++/48424
* decl.c (grokparms): Function parameter packs don't need to
go at the end.
* pt.c (type_unification_real): But they aren't deduced otherwise.

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

12 years ago * Makefile.in (srcdirify): Change order so that libgcc_objdir is
bernds [Thu, 26 May 2011 13:12:11 +0000 (13:12 +0000)]
* Makefile.in (srcdirify): Change order so that libgcc_objdir is
substituted first.
* libgcc-std.ver: Delete file.

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

12 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 13:01:48 +0000 (13:01 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48702
* tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
only when we know the base address is within bounds.
* tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
assume the base address of TARGET_MEM_REFs is in bounds.

* gcc.dg/torture/pr48702.c: New testcase.

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

12 years ago PR target/49099
ro [Thu, 26 May 2011 12:44:16 +0000 (12:44 +0000)]
PR target/49099
* config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
declaration in TARGET_SOLARIS.

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

12 years ago * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
hariharans [Thu, 26 May 2011 12:21:11 +0000 (12:21 +0000)]
    * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
          The instruction is then expanded explicitly.
        (supported_compare): Callable instruction.
        (compare): Likewise.

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

12 years agoFixed one of my last ChangeLog entries
nicola [Thu, 26 May 2011 10:51:43 +0000 (10:51 +0000)]
Fixed one of my last ChangeLog entries

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

12 years ago gcov-profile/48845
ro [Thu, 26 May 2011 10:33:06 +0000 (10:33 +0000)]
 gcov-profile/48845
* g++.dg/tree-prof/tree-prof.exp: Check for -fprofile-generate
support.
* gcc.dg/matrix/matrix.exp: Likewise.
* gcc.dg/tree-prof/tree-prof.exp: Likewise.
* lib/target-supports-dg.exp (dg-require-profiling): Don't pass
line number to check_profiling_available.
* lib/target-supports.exp (check_profiling_available): Account for
this.
Require TLS runtime support with -fprofile-generate.
* lib/profopt.exp (profopt-execute): Add TLS options for
-fprofile-generate.
* gcc.dg/pr47793.c: Add dg-require-profiling "-fprofile-generate".

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

12 years ago PR c++/49165
jakub [Thu, 26 May 2011 10:25:21 +0000 (10:25 +0000)]
PR c++/49165
* gimplify.c (shortcut_cond_r): Don't special case
COND_EXPRs if they have void type on one of their arms.

* g++.dg/eh/cond5.C: New test.

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

12 years ago * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
bernds [Thu, 26 May 2011 10:16:03 +0000 (10:16 +0000)]
* haifa-sched.c (schedule-block): Reorder the inner scheduling loop
to reduce duplication, and to achieve a slightly more logical order
of operations.

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

12 years ago PR tree-optimization/49161
jakub [Thu, 26 May 2011 10:05:05 +0000 (10:05 +0000)]
PR tree-optimization/49161
* tree-vrp.c (struct case_info): New type.
(compare_case_labels): Sort case_info structs instead of
trees, and not primarily by CASE_LABEL uids but by
label_for_block indexes.
(find_switch_asserts): Put case labels into struct case_info
array instead of TREE_VEC, adjust sorting, compare label_for_block
values instead of CASE_LABELs.

* gcc.c-torture/execute/pr49161.c: New test.

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

12 years agoIn libobjc/:
nicola [Thu, 26 May 2011 09:31:30 +0000 (09:31 +0000)]
In libobjc/:
2011-05-26  Nicola Pero  <nicola.pero@meta-innovation.com>

* sendmsg.c: Reindented part of the file.  No non-trivial changes
in code.

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

12 years agoIn libobjc/:
nicola [Thu, 26 May 2011 09:13:59 +0000 (09:13 +0000)]
In libobjc/:
2011-05-26  Nicola Pero  <nicola.pero@meta-innovation.com>

* sendmsg.c (__objc_install_dtable_for_class): Use objc_getClass,
not objc_lookupClass.

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

12 years agoRemove conflict marker
ebotcazou [Thu, 26 May 2011 08:53:05 +0000 (08:53 +0000)]
Remove conflict marker

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

12 years agoFix generation of vorn and vbic for Neon.
ramana [Thu, 26 May 2011 08:07:45 +0000 (08:07 +0000)]
Fix generation of vorn and vbic for Neon.

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

12 years ago PR tree-optimization/49038
irar [Thu, 26 May 2011 07:50:09 +0000 (07:50 +0000)]
    PR tree-optimization/49038
        * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
        Ensure at least one epilogue iteration if required by data
        accesses with gaps.
        * tree-vectorizer.h (struct _loop_vec_info): Add new field
        to mark loops that require peeling for gaps.
        * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
        (vect_get_known_peeling_cost): Take peeling for gaps into
        account.
        (vect_transform_loop): Generate epilogue if required by data
        access with gaps.
        * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
        loop as requiring an epilogue if there are gaps in the end of
        the strided group.

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

12 years agoAdjust gcc/testsuite/ChangeLog
fabien [Thu, 26 May 2011 06:09:16 +0000 (06:09 +0000)]
Adjust gcc/testsuite/ChangeLog

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

12 years ago2011-05-26 Fabien Chene <fabien@gcc.gnu.org>
fabien [Thu, 26 May 2011 05:54:08 +0000 (05:54 +0000)]
2011-05-26  Fabien Chene  <fabien@gcc.gnu.org>
* g++.dg/init/pr25811-2.C: New.
* g++.dg/init/pr25811-3.C: New.
* g++.dg/init/pr25811-4.C: New.

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

12 years ago * godump.c (go_format_type): Output the first field with a usable
ian [Thu, 26 May 2011 04:41:19 +0000 (04:41 +0000)]
* godump.c (go_format_type): Output the first field with a usable
Go type, if any.

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

12 years agofix pr marker
jason [Thu, 26 May 2011 02:28:59 +0000 (02:28 +0000)]
fix pr marker

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

12 years ago PR c++/48536
jason [Thu, 26 May 2011 02:23:02 +0000 (02:23 +0000)]
PR c++/48536
* decl.c (build_enumerator): If incremented enumerator won't fit in
previous integral type, find one it will fit in.

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

12 years ago PR c++/48599
jason [Thu, 26 May 2011 02:22:54 +0000 (02:22 +0000)]
PR c++/48599
* decl.c (create_array_type_for_decl): Complain about array of auto.

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

12 years ago PR c++/49156
jason [Thu, 26 May 2011 02:22:46 +0000 (02:22 +0000)]
PR c++/49156
* error.c (dump_template_bindings): Set processing_template_decl
for a partial instantiation.

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

12 years ago PR c++/45401
jason [Thu, 26 May 2011 02:22:39 +0000 (02:22 +0000)]
PR c++/45401
* decl.c (grokdeclarator): Don't change type when adding rvalue ref
to another reference type.

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

12 years ago2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 26 May 2011 00:36:35 +0000 (00:36 +0000)]
2011-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_queue.h: Use noexcept per the FDIS.
* include/bits/stl_stack.h: Likewise.

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

12 years ago * godump.c (go_format_type): Check for invalid type names, pointer
ian [Thu, 26 May 2011 00:31:54 +0000 (00:31 +0000)]
* godump.c (go_format_type): Check for invalid type names, pointer
target types, and struct field types.

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

12 years agoDaily bump.
gccadmin [Thu, 26 May 2011 00:19:16 +0000 (00:19 +0000)]
Daily bump.

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

12 years ago2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 26 May 2011 00:15:22 +0000 (00:15 +0000)]
2011-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

* config/abi/pre/gnu.ver: Correct last change, export instead
at the existing @3.4.16.
* configure.ac: Revert last change.
* testsuite/util/testsuite_abi.cc: Likewise.
* configure: Regenerate.

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

12 years ago2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 25 May 2011 23:56:07 +0000 (23:56 +0000)]
2011-05-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

* doc/xml/manual/documentation_hacking.xml: Minor corrections.

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

12 years ago2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 25 May 2011 23:49:11 +0000 (23:49 +0000)]
2011-05-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/mutex: Add doxygen comments.

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

12 years ago2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 May 2011 23:45:58 +0000 (23:45 +0000)]
2011-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

* config/abi/pre/gnu.ver: Export recently added  basic_streambuf
and basic_stringbuf symbols @3.4.17.
* configure.ac: Update.
* testsuite/util/testsuite_abi.cc: Likewise.
* configure: Regenerate.

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

12 years ago2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 25 May 2011 23:43:32 +0000 (23:43 +0000)]
2011-05-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

* libsupc++/guard.cc: Fix comments.

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

12 years ago PR libstdc++/49060
ian [Wed, 25 May 2011 23:09:14 +0000 (23:09 +0000)]
PR libstdc++/49060
* include/backward/hashtable.h (hashtable::erase): Don't crash if
erasing first and another element with a reference to the other
element.
* testsuite/backward/hash_set/49060.cc: New.

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

12 years agoFixed typo in last ChangeLog entry
nicola [Wed, 25 May 2011 20:33:06 +0000 (20:33 +0000)]
Fixed typo in last ChangeLog entry

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

12 years ago PR c++/44311
jason [Wed, 25 May 2011 20:02:41 +0000 (20:02 +0000)]
PR c++/44311
* decl.c (case_conversion): New.
(finish_case_label): Use it.

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

12 years ago * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
jason [Wed, 25 May 2011 19:52:18 +0000 (19:52 +0000)]
* print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
* cp/ptree.c (cxx_print_xnode): Handle ARGUMENT_PACK_SELECT.

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

12 years ago PR c++/45698
jason [Wed, 25 May 2011 19:52:10 +0000 (19:52 +0000)]
PR c++/45698
* pt.c (dependent_template_arg_p): See through ARGUMENT_PACK_SELECT.

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

12 years ago PR c++/46145
jason [Wed, 25 May 2011 19:52:02 +0000 (19:52 +0000)]
PR c++/46145
* decl.c (grokdeclarator): Complain about auto typedef.

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

12 years ago PR c++/46245
jason [Wed, 25 May 2011 19:51:54 +0000 (19:51 +0000)]
PR c++/46245
* decl.c (grokdeclarator): Complain later for auto parameter.
* pt.c (splice_late_return_type): Handle use in a template
type-parameter.

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

12 years ago PR c++/46696
jason [Wed, 25 May 2011 19:51:44 +0000 (19:51 +0000)]
PR c++/46696
* typeck.c (cp_build_modify_expr): Check DECL_DEFAULTED_FN.

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

12 years ago PR c++/47184
jason [Wed, 25 May 2011 19:50:49 +0000 (19:50 +0000)]
PR c++/47184
* parser.c (cp_parser_parameter_declaration): Recognize
list-initialization.
(cp_parser_direct_declarator): Check for the closing
paren before parsing definitely.

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

12 years ago * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
uros [Wed, 25 May 2011 19:48:44 +0000 (19:48 +0000)]
* config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.

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

12 years agoPut back "register_operand" check in 32bit QI ext patterns.
hjl [Wed, 25 May 2011 19:27:56 +0000 (19:27 +0000)]
Put back "register_operand" check in 32bit QI ext patterns.

2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.md (*movqi_extv_1)): Put back
"register_operand" check in "type" calculation.
(*movqi_extzv_2): Likewise.

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

12 years agoIn libobjc/:
nicola [Wed, 25 May 2011 18:54:40 +0000 (18:54 +0000)]
In libobjc/:
2011-05-25  Richard Frith-Macdonald <rfm@gnu.org>
    David Ayers  <ayers@fsfe.org>

PR libobjc/38037
* sendmsg.c: Include objc/hash.h.
(get_implementation): New function, mostly with code from get_imp
updated to support the new +initialize dispatch table logic.
(get_imp): Use get_implementation.
(__objc_responds_to): Updated to support the new +initialize
dispatch table logic.
(class_respondsToSelector): Likewise.
(objc_msg_lookup): Use get_implementation.
(__objc_init_install_dtable): Removed.
(__objc_install_methods_in_dtable): Updated arguments.
(__objc_install_dispatch_table_for_class): Renamed to
__objc_install_dtable_for_class and updated to support the new
+initialize dispatch table logic.
(__objc_update_dispatch_table_for_class): Updated to support the
new +initialize dispatch table logic.
(__objc_forward): Call get_implementation instead of get_imp.
(prepared_dtable_table): New.
(__objc_prepare_dtable_for_class): New.
(__objc_prepared_dtable_for_class): New.
(__objc_get_prepared_imp): New.
(__objc_install_prepared_dtable_for_class): New.

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

12 years ago2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 May 2011 17:55:40 +0000 (17:55 +0000)]
2011-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/random.h (random_device::min, max): Specify constexpr.

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

12 years ago * c-common.c (def_fn_type): Remove extra va_end.
jakub [Wed, 25 May 2011 17:26:23 +0000 (17:26 +0000)]
* c-common.c (def_fn_type): Remove extra va_end.

* gcc-interface/utils.c (def_fn_type): Remove extra va_end.

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

12 years agoUpdate pause intrinsic.
hjl [Wed, 25 May 2011 17:18:29 +0000 (17:18 +0000)]
Update pause intrinsic.

2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* doc/extend.texi (X86 Built-in Functions): Update pause
intrinsic.

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

12 years ago PR bootstrap/49160
bernds [Wed, 25 May 2011 16:42:23 +0000 (16:42 +0000)]
PR bootstrap/49160
* libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
__mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
__divxc3, __divtc3): Wrap definitions in #ifndef.

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

12 years ago * gcc.target/arm/fp16-compile-none-1.c: Update expected error.
janis [Wed, 25 May 2011 16:30:27 +0000 (16:30 +0000)]
* gcc.target/arm/fp16-compile-none-1.c: Update expected error.
* g++.dg/abi/packed1.C: Suppress warning.
* g++.dg/warn/Wunused-parm-3.C: Likewise.
* g++.dg/template/stdarg1.C: Likewise.
* g++.dg/other/packed1.C: Remove arm from xfail list.

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

12 years agoReplace q_regs_operand with QIreg_operand in QI ext patterns.
hjl [Wed, 25 May 2011 16:19:36 +0000 (16:19 +0000)]
Replace q_regs_operand with QIreg_operand in QI ext patterns.

2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>

PR target/49142
* config/i386/i386.md (*movqi_extv_1_rex64): Remove
"register_operand" check and replace q_regs_operand with
QIreg_operand in "type" calculation.
(*movqi_extv_1): Likewise.
(*movqi_extzv_2_rex64): Likewise.
(*movqi_extzv_2): Likewise.

* config/i386/predicates.md (QIreg_operand): New.

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

12 years ago2011-05-25 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 25 May 2011 15:20:36 +0000 (15:20 +0000)]
2011-05-25  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
type-based offset disambiguation, streamline MEM_REF and
TARGET_MEM_REF handling.

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

12 years ago PR c++/48935
jason [Wed, 25 May 2011 14:35:17 +0000 (14:35 +0000)]
PR c++/48935
* parser.c (cp_parser_constructor_declarator_p): Don't check
constructor_name_p for enums.
(cp_parser_diagnose_invalid_type_name): Correct error message.

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

12 years ago PR c++/45418
jason [Wed, 25 May 2011 14:35:09 +0000 (14:35 +0000)]
PR c++/45418
* init.c (perform_member_init): Handle list-initialization
of array of non-trivial class type.

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

12 years ago PR c++/45080
jason [Wed, 25 May 2011 14:35:00 +0000 (14:35 +0000)]
PR c++/45080
* pt.c (instantiate_class_template_1): Call maybe_add_lambda_conv_op.
* semantics.c (lambda_function): Check COMPLETE_OR_OPEN_TYPE_P.

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

12 years ago2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 May 2011 14:32:06 +0000 (14:32 +0000)]
2011-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/thread: Use noexcept throughout per the FDIS.
* include/std/mutex: Likewise.

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

12 years ago PR c++/48292
jason [Wed, 25 May 2011 14:32:06 +0000 (14:32 +0000)]
PR c++/48292
* pt.c (tsubst_decl) [PARM_DECL]: Handle partial instantiation of
function parameter pack.
(tsubst_pack_expansion): Likewise.

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

12 years ago * cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has
jason [Wed, 25 May 2011 14:31:56 +0000 (14:31 +0000)]
* cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has
TS_COMMON.

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

12 years agoRemove spurious ChangeLog entry
wschmidt [Wed, 25 May 2011 13:49:29 +0000 (13:49 +0000)]
Remove spurious ChangeLog entry

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

12 years agoImplement x86 pause intrinsic.
hjl [Wed, 25 May 2011 13:42:58 +0000 (13:42 +0000)]
Implement x86 pause intrinsic.

gcc/

2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
(bdesc_special_args): Add pause intrinsic.

* config/i386/i386.md (UNSPEC_PAUSE): New.
(pause): Likewise.
(*pause): Likewise.
* config/i386/ia32intrin.h (__pause): Likewise.

* doc/extend.texi (X86 Built-in Functions): Add documentation for
pause intrinsic.

gcc/testsuite/

2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>

 * gcc.target/i386/pause-1.c: New.

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

12 years ago2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Wed, 25 May 2011 13:35:53 +0000 (13:35 +0000)]
2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/46728
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
(execute_cse_sincos): Add switch case for BUILT_IN_POW.

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

12 years agomove TS_EXP to be a substructure of TS_TYPED
froydnj [Wed, 25 May 2011 12:52:10 +0000 (12:52 +0000)]
move TS_EXP to be a substructure of TS_TYPED
gcc/
* tree.h (struct tree_exp): Inherit from struct tree_typed.
* tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
instead of TS_COMMON.

gcc/lto/
* lto.c (lto_ft_typed): New function.
(lto_ft_common): Call it.
(lto_ft_constructor): Likewise.
(lto_ft_expr): Likewise.
(lto_fixup_prevailing_decls): Check for TS_COMMON before accessing
TREE_CHAIN.

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

12 years ago gcc/
bernds [Wed, 25 May 2011 12:11:42 +0000 (12:11 +0000)]
gcc/
* libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
LIBGCC2_GNU_PREFIX is defined.
(__N): New macro.
(__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
__mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
__divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
__clz_tab): Define using __N.
(__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
COMPAT_SIMODE_TRAPPING_ARITHMETIC.
* target.def (libfunc_gnu_prefix): New hook.
* doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
(TARGET_LIBFUNC_GNU_PREFIX): Add hook.
* doc/tm.texi: Regenerate.
* system.h (LIBGCC2_GNU_PREFIX): Poison.
* optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
account.
(gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
(init_optabs): Likewise for the bswap libfuncs.
* tree.c (build_common_builtin_nodes): Likewise for complex multiply
and divide.
* config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
* config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
* libgcc-std.ver: Remove.
* Makefile.in (srcdirify): Handle $$(libgcc_objdir).
* config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
libgcc-std.ver.
* config/i386/t-linux (SHLIB_MAPFILES): Likewise.
* config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
* config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
* config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
* config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
* config/i386/t-linux (SHLIB_MAPFILES): Likewise.
* config/i386/t-linux (SHLIB_MAPFILES): Likewise.
* config/fixed-bit.h (FIXED_OP): Define differently depending on
LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
(FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.

libgcc/
* libgcc-std.ver.in: New file.
* Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
variables.
(libgcc-std.ver): New rule.
* config/t-gnu-prefix: New file.

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

12 years ago * lto-streamer-out.c (output_record_start): Use lto_output_enum
hubicka [Wed, 25 May 2011 12:07:38 +0000 (12:07 +0000)]
* lto-streamer-out.c (output_record_start): Use lto_output_enum
(lto_output_tree): Use output_record_start.
* lto-streamer-in.c (input_record_start): Use lto_input_enum
(lto_get_pickled_tree): Use input_record_start.
* lto-section-in.c (lto_section_overrun): Turn into fatal error.
(lto_value_range_error): New function.
* lto-streamer.h (lto_value_range_error): Declare.
(lto_output_int_in_range, lto_input_int_in_range): New functions.
(lto_output_enum, lto_input_enum): New macros.

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

12 years ago2011-05-25 Kai Tietz <ktietz@redhat.com>
ktietz [Wed, 25 May 2011 11:59:49 +0000 (11:59 +0000)]
2011-05-25  Kai Tietz  <ktietz@redhat.com>

        * adaint.c (__gnat_to_canonical_file_list_next): Use array
        initialization instead of const/none-const pointer assignment.

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

12 years ago * common.opt (flag_stack_usage_info): New variable.
ebotcazou [Wed, 25 May 2011 11:00:14 +0000 (11:00 +0000)]
* common.opt (flag_stack_usage_info): New variable.
(-Wstack-usage): New option.
* doc/invoke.texi (Warning options): Document -Wstack-usage.
* opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
<OPT_fstack_usage>: Likewise.
* toplev.c (output_stack_usage): Handle -Wstack-usage.
* calls.c (expand_call): Test flag_stack_usage_info variable instead
of flag_stack_usage.
(emit_library_call_value_1): Likewise.
* explow.c (allocate_dynamic_stack_space): Likewise.
* function.c (instantiate_virtual_regs ): Likewise.
(prepare_function_start): Likewise.
(rest_of_handle_thread_prologue_and_epilogue): Likewise.
* config/alpha/alpha.c (alpha_expand_prologue): Likewise.
* config/arm/arm.c (arm_expand_prologue): Likewise.
(thumb1_expand_prologue): Likewise.
* config/avr/avr.c (expand_prologue): Likewise.
* config/i386/i386.c (ix86_expand_prologue): Likewise.
* config/ia64/ia64.c (ia64_expand_prologue): Likewise.
* config/m68k/m68k.c (m68k_expand_prologue): Likewise.
* config/mips/mips.c (mips_expand_prologue): Likewise.
* config/pa/pa.c (hppa_expand_prologue): Likewise.
* config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
* config/s390/s390.c (s390_emit_prologue): Likewise.
* config/sh/sh.c (sh_expand_prologue): Likewise.
* config/sparc/sparc.c (sparc_expand_prologue): Likewise.
* config/spu/spu.c (spu_expand_prologue): Likewise.

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

12 years ago2011-05-25 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 25 May 2011 10:32:29 +0000 (10:32 +0000)]
2011-05-25  Richard Guenther  <rguenther@suse.de>

* gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
(gimple_canonical_types_compatible_p): Likewise.

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

12 years ago2011-05-25 Jan Hubicka <jh@suse.cz>
ro [Wed, 25 May 2011 10:20:12 +0000 (10:20 +0000)]
2011-05-25  Jan Hubicka  <jh@suse.cz>

PR middle-end/49062
* ipa.c (function_and_variable_visibility): Only add to same
comdat group list if DECL_ONE_ONLY.

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

12 years ago PR rtl-optimization/49014
abel [Wed, 25 May 2011 07:59:06 +0000 (07:59 +0000)]
    PR rtl-optimization/49014
        * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.

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

12 years ago PR target/49128
jakub [Wed, 25 May 2011 07:12:17 +0000 (07:12 +0000)]
PR target/49128
* config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.

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

12 years ago * cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZER
jakub [Wed, 25 May 2011 07:10:05 +0000 (07:10 +0000)]
* cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZER
as TS_TYPED.

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

12 years ago PR c++/49136
jakub [Wed, 25 May 2011 07:00:01 +0000 (07:00 +0000)]
PR c++/49136
* semantics.c (cxx_eval_bit_field_ref): Handle the
case when BIT_FIELD_REF doesn't cover only a single field.

* g++.dg/cpp0x/constexpr-bitfield2.C: New test.
* g++.dg/cpp0x/constexpr-bitfield3.C: New test.

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

12 years ago PR go/48502
ian [Wed, 25 May 2011 05:57:54 +0000 (05:57 +0000)]
PR go/48502
libgo/os: Fix test to run on Solaris.

Patch brought over from upstream library.

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

12 years ago2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Wed, 25 May 2011 02:15:58 +0000 (02:15 +0000)]
2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/48757
* ira-build.c (loop_with_eh_edge_p): Rename to
loop_with_complex_edge_p, check edges on complexity, make function
conditional.
(mark_loops_for_removal): Make call of loop_with_complex_edge_p
conditional.

2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/48757
* gfortran.dg/pr48757.f:  New test case.

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

12 years agoDaily bump.
gccadmin [Wed, 25 May 2011 00:18:51 +0000 (00:18 +0000)]
Daily bump.

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

12 years ago2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 May 2011 00:13:18 +0000 (00:13 +0000)]
2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/20_util/duration/arithmetic/dr2020.cc: Fix typo.

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

12 years ago PR c++/49042
jason [Tue, 24 May 2011 23:44:59 +0000 (23:44 +0000)]
PR c++/49042
* pt.c (get_mostly_instantiated_function_type): Use
push_deferring_access_checks rather than set flag_access_control.

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

12 years ago2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 24 May 2011 23:29:19 +0000 (23:29 +0000)]
2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/49151
* include/std/chrono (operator+, operator-, operator*, operator/,
operator&): Implement LWG 2020 [WP]; specify constexpr.
* testsuite/20_util/duration/arithmetic/dr2020.cc: New.

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

12 years ago * config/sparc/sparc.c (sparc_option_override): If not set by the user,
ebotcazou [Tue, 24 May 2011 22:28:48 +0000 (22:28 +0000)]
* config/sparc/sparc.c (sparc_option_override): If not set by the user,
force flag_ira_share_save_slots to 0.

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

12 years agolibgo: Make os.setenv_c work on systems without setenv.
ian [Tue, 24 May 2011 22:21:34 +0000 (22:21 +0000)]
libgo: Make os.setenv_c work on systems without setenv.

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

12 years ago * var-tracking.c (compute_cfa_pointer): Adjust head comment.
ebotcazou [Tue, 24 May 2011 21:52:12 +0000 (21:52 +0000)]
* var-tracking.c (compute_cfa_pointer): Adjust head comment.
(vt_initialize): Set PROLOGUE_BB unconditionally.
Add block comment about CFA_BASE_RTX machinery.
Reset FP_CFA_OFFSET to -1 on all invalid paths.
Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.

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

12 years agolibgo: Irix portability fixes (no declaration for getaddrinfo).
ian [Tue, 24 May 2011 21:45:17 +0000 (21:45 +0000)]
libgo: Irix portability fixes (no declaration for getaddrinfo).

From Rainer Orth.

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

12 years agolibgo: Solaris/Irix portability fixes.
ian [Tue, 24 May 2011 21:43:12 +0000 (21:43 +0000)]
libgo: Solaris/Irix portability fixes.

From Rainer Orth.

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

12 years agoIn libobjc/:
nicola [Tue, 24 May 2011 21:39:24 +0000 (21:39 +0000)]
In libobjc/:
2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>

PR libobjc/48177
* selector.c (__sel_register_typed_name): Use sel_types_match()
instead of strcmp() to compare selector types (Suggestion by
Richard Frith-Macdonald <rfm@gnu.org>).

In gcc/testsuite/:
2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>

PR libobjc/48177
* objc.dg/pr48177.m: New testcase.

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

12 years agoIn gcc/:
nicola [Tue, 24 May 2011 21:29:35 +0000 (21:29 +0000)]
In gcc/:
2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>

PR objc/48187
* c-parser.c (c_parser_objc_class_instance_variables): More robust
parsing of syntax error in ObjC instance variable lists.  In
particular, avoid an infinite loop if there is a stray ']'.
Updated error message.

In gcc/cp/:
2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>,

* parser.c (cp_parser_objc_class_ivars): Deal gracefully with a
syntax error in declaring an ObjC instance variable.

In gcc/testsuite/:
2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>

PR objc/48187
* objc.dg/pr48187.m: New testcase.
* obj-c++.dg/pr48187.mm: New testcase.
* objc.dg/ivar-extra-semicolon.m: New testcase.

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

12 years ago * godump.c (go_define): Don't accept a string immediately after
ian [Tue, 24 May 2011 21:07:15 +0000 (21:07 +0000)]
* godump.c (go_define): Don't accept a string immediately after
another operand.

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

12 years ago * godump.c (struct godump_container): Add invalid_hash field.
ian [Tue, 24 May 2011 20:34:47 +0000 (20:34 +0000)]
* godump.c (struct godump_container): Add invalid_hash field.
(go_format_type): Return false if type is found in invalid_hash.
(go_output_typedef): Add invalid type to invalid_hash.
(go_finish): Create and delete invalid_hash.

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

12 years ago PR c++/48884
jason [Tue, 24 May 2011 20:26:47 +0000 (20:26 +0000)]
PR c++/48884
* class.c (pushclass): Accept NULL argument.
(popclass): Deal with popping null class.
* pt.c (push_access_scope, pop_access_scope): Use them rather than
push_to_top_level/pop_from_top_level.
(push_deduction_access_scope, pop_defarg_context): New.
(fn_type_unification): Use them.
* name-lookup.c (lookup_name_real_1): Check current_class_type.

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

12 years ago2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Tue, 24 May 2011 18:02:22 +0000 (18:02 +0000)]
2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/46728
* tree-ssa-math-opts.c (powi_table): New.
(powi_lookup_cost): New.
(powi_cost): New.
(powi_as_mults_1): New.
(powi_as_mults): New.
(gimple_expand_builtin_powi): New.
(execute_cse_sincos): Add switch case for BUILT_IN_POWI.
(gate_cse_sincos): Remove sincos/cexp restriction.

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

12 years ago PR target/3746
ro [Tue, 24 May 2011 17:51:51 +0000 (17:51 +0000)]
PR target/3746
* config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
mips-tdump native.
* mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
* mips-tdump.c: Likewise.

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

12 years agoAlways add -mno-XXX for -march=native.
hjl [Tue, 24 May 2011 17:38:34 +0000 (17:38 +0000)]
Always add -mno-XXX for -march=native.

2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>

PR target/49128
* config/i386/driver-i386.c (host_detect_local_cpu): Always
add -mno-XXX.  Handle FMA.

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

12 years ago2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 24 May 2011 17:33:22 +0000 (17:33 +0000)]
2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

* decl.c (grokdeclarator): Use current_class_name.

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

12 years ago2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Tue, 24 May 2011 16:28:38 +0000 (16:28 +0000)]
2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/48633
* ira-build.c (loop_with_eh_edge_p): New function.
(mark_loops_for_removal): Use it.

2011-05-24  Michael Matz  <matz@gcc.gnu.org>

PR rtl-optimization/48633
* g++.dg/pr48633.C: New test.

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