gcc.git
11 years agore PR c++/38634 (ICE with wrong number of template parameters)
Paolo Carlini [Thu, 4 Jul 2013 21:58:35 +0000 (21:58 +0000)]
re PR c++/38634 (ICE with wrong number of template parameters)

/cp
2013-07-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/38634
* decl.c (start_preparsed_function): Return a bool, false if
push_template_decl fails.
(start_function): Adjust.
* cp-tree.h: Update.

/testsuite
2013-07-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/38634
* g++.dg/template/crash116.C: New.

From-SVN: r200682

11 years agocodecvt_members.cc: Fix typo.
Veres Lajos [Thu, 4 Jul 2013 21:07:44 +0000 (21:07 +0000)]
codecvt_members.cc: Fix typo.

2013-07-04  Veres Lajos  <vlajos@gmail.com>
    Jonathan Wakely  <jwakely.gcc@gmail.com>

* config/locale/generic/codecvt_members.cc: Fix typo.
* configure.host: Likewise.
* doc/html/manual/policy_data_structures_design.html: Likewise.
* doc/xml/manual/policy_data_structures.xml: Likewise.
* include/bits/hashtable.h: Likewise.
* include/bits/random.h: Likewise.
* include/profile/impl/profiler_trace.h: Likewise.
* testsuite/23_containers/deque/cons/2.cc: Likewise.
* testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise.
* testsuite/ext/pb_ds/example/basic_multimap.cc: Likewise.
* testsuite/performance/23_containers/insert_erase/41975.cc: Likewise.

Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com>
From-SVN: r200681

11 years agoAdd missing ChangeLog entry.
François Dumont [Thu, 4 Jul 2013 21:02:25 +0000 (21:02 +0000)]
Add missing ChangeLog entry.

From-SVN: r200680

11 years agovrp66.c: Make conditional on { target { ! int16 } } .
Joern Rennecke [Thu, 4 Jul 2013 16:55:20 +0000 (16:55 +0000)]
vrp66.c: Make conditional on { target { ! int16 } } .

        * gcc.dg/tree-ssa/vrp66.c: Make conditional on { target { ! int16 } } .
        * gcc.dg/tree-ssa/vrp66-int16-sw.c: New test.

From-SVN: r200679

11 years agoVector Cost Model.
Tejas Belagod [Thu, 4 Jul 2013 13:23:59 +0000 (14:23 +0100)]
Vector Cost Model.

2013-07-04  Tejas Belagod  <tejas.belagod@arm.com>

Vector Cost Model.
        * config/aarch64/aarch64-protos.h (cpu_vector_cost): New.
        (tune_params): New member 'const vec_costs'.
        * config/aarch64/aarch64.c (generic_vector_cost): New.
        (generic_tunings): New member 'generic_vector_cost'.
        (aarch64_builtin_vectorization_cost): New.
        (aarch64_add_stmt_cost): New.
        (TARGET_VECTORIZE_ADD_STMT_COST): New.
        (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): New.

From-SVN: r200670

11 years agore PR c++/54998 (Internal compiler error with union member initialization using defau...
Paolo Carlini [Thu, 4 Jul 2013 10:25:08 +0000 (10:25 +0000)]
re PR c++/54998 (Internal compiler error with union member initialization using default constructor)

2013-07-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54998
* g++.dg/cpp0x/nsdmi-list3.C: New.

From-SVN: r200667

11 years agoexception.c: Add check for SjLj to SEH blocks.
Kai Tietz [Thu, 4 Jul 2013 09:03:31 +0000 (11:03 +0200)]
exception.c: Add check for SjLj to SEH blocks.

2013-07-04  Kai Tietz  <ktietz@redhat.com>

* exception.c: Add check for SjLj to SEH blocks.

From-SVN: r200663

11 years agore PR libstdc++/57808 (operators == and != for regex_token_iterator need to be const)
Ray Chason [Thu, 4 Jul 2013 08:23:44 +0000 (08:23 +0000)]
re PR libstdc++/57808 (operators == and != for regex_token_iterator need to be const)

2013-07-04  Ray Chason  <chasonr@newsguy.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/57808
* include/bits/regex.h (regex_token_iterator<>::operator==,
regex_token_iterator<>::operator!=, regex_token_iterator<>::operator*,
regex_token_iterator<>::operator->): Declare const.

Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r200662

11 years agoDaily bump.
GCC Administrator [Thu, 4 Jul 2013 00:16:53 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200654

11 years agore PR target/57777 (Python module fails compilation with "-march=core-avx2 -O3")
Jakub Jelinek [Wed, 3 Jul 2013 20:23:38 +0000 (22:23 +0200)]
re PR target/57777 (Python module fails compilation with "-march=core-avx2 -O3")

PR target/57777
* config/i386/predicates.md (vsib_address_operand): Disallow
SYMBOL_REF or LABEL_REF in parts.disp if TARGET_64BIT && flag_pic.

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

From-SVN: r200649

11 years agore PR c++/57771 (g++ misinterprets >> in static_cast)
Jakub Jelinek [Wed, 3 Jul 2013 20:20:30 +0000 (22:20 +0200)]
re PR c++/57771 (g++ misinterprets >> in static_cast)

PR c++/57771
* parser.c (cp_parser_postfix_expression) <case RID_STATCAST>
Temporarily set parser->greater_than_is_operator_p for
cp_parser_expression and restore from saved value afterwards.

* g++.dg/template/arg9.C: New test.

From-SVN: r200647

11 years agore PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution, ...
Hans-Peter Nilsson [Wed, 3 Jul 2013 14:37:29 +0000 (14:37 +0000)]
re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution,  -Os (et al))

PR middle-end/55030
* stmt.c (expand_nl_goto_receiver): Remove almost-copy of
expand_builtin_setjmp_receiver.
(expand_label): Adjust, call expand_builtin_setjmp_receiver
with NULL for the label parameter.
* builtins.c (expand_builtin_setjmp_receiver): Don't clobber
the frame-pointer.  Adjust comments.
[HAVE_builtin_setjmp_receiver]: Emit builtin_setjmp_receiver
only if LABEL is non-NULL.

From-SVN: r200643

11 years ago[AArch64] Remove unused types and variable claimed to handle abi types.
Yufeng Zhang [Wed, 3 Jul 2013 10:10:31 +0000 (10:10 +0000)]
[AArch64] Remove unused types and variable claimed to handle abi types.

gcc/

* config/aarch64/aarch64.h (enum arm_abi_type): Remove.
(ARM_ABI_AAPCS64): Ditto.
(arm_abi): Ditto.
(ARM_DEFAULT_ABI): Ditto.

From-SVN: r200637

11 years ago[AArch64] Convert ld1, st1 arm_neon.h intrinsics to RTL builtins.
James Greenhalgh [Wed, 3 Jul 2013 09:48:02 +0000 (09:48 +0000)]
[AArch64] Convert ld1, st1 arm_neon.h intrinsics to RTL builtins.

gcc/
* config/aarch64/aarch64-builtins.c
(aarch64_simd_expand_builtin): Handle AARCH64_SIMD_STORE1.
* config/aarch64/aarch64-simd-builtins.def (ld1): New.
(st1): Likewise.
* config/aarch64/aarch64-simd.md
(aarch64_ld1<VALL:mode>): New.
(aarch64_st1<VALL:mode>): Likewise.
* config/aarch64/arm_neon.h
(vld1<q>_<fpsu><8, 16, 32, 64>): Convert to RTL builtins.

From-SVN: r200634

11 years agoDaily bump.
GCC Administrator [Wed, 3 Jul 2013 00:16:47 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200630

11 years agoAllow functions for AVX target inline functions for lower target.
Sriraman Tallam [Wed, 3 Jul 2013 00:03:06 +0000 (00:03 +0000)]
Allow functions for AVX target inline functions for lower target.

Allow functions for AVX target inline functions for lower target.  This bug was
reported here: http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01620.html

2013-07-02  Sriraman Tallam  <tmsriram@google.com>

* config/i386/i386.c (gate_insert_vzeroupper): Check if target
ISA is AVX.
(ix86_option_override_internal):Turn on all -mavx target flags by
default as they are dependent on AVX anyway.

* gcc.target/i386/avx-inline.c: New test.

From-SVN: r200627

11 years agodwarf2out.c (loc_checksum): Call hash_loc_operands for a deterministic hash.
Cary Coutant [Tue, 2 Jul 2013 22:18:39 +0000 (22:18 +0000)]
dwarf2out.c (loc_checksum): Call hash_loc_operands for a deterministic hash.

gcc/
* dwarf2out.c (loc_checksum): Call hash_loc_operands for a
deterministic hash.
(loc_checksum_ordered): Likewise.
(hash_loc_operands): Remove inline keyword.

From-SVN: r200626

11 years agocall-1.c: Accept JALRS and JALR.
Maciej W. Rozycki [Tue, 2 Jul 2013 19:13:26 +0000 (19:13 +0000)]
call-1.c: Accept JALRS and JALR.

2013-07-02  Maciej W. Rozycki  <macro@codesourcery.com>

        * gcc.target/mips/call-1.c: Accept JALRS and JALR.
        * gcc.target/mips/call-2.c: Likewise.
        * gcc.target/mips/call-3.c: Likewise.
        * gcc.target/mips/lazy-binding-1.c: Likewise.

From-SVN: r200621

11 years ago* ru.po: Update.
Joseph Myers [Tue, 2 Jul 2013 13:11:06 +0000 (14:11 +0100)]
* ru.po: Update.

From-SVN: r200604

11 years agoAdded missed file from previous fixincludes commit.
Kirill Yukhin [Tue, 2 Jul 2013 12:52:34 +0000 (12:52 +0000)]
Added missed file from previous fixincludes commit.

      fixincludes/tests/base/linux/compiler.h: New.

From-SVN: r200603

11 years agore PR tree-optimization/57741 (ICE in tree.c:build_int_cst_wide starting in revision...
Jakub Jelinek [Tue, 2 Jul 2013 11:54:09 +0000 (13:54 +0200)]
re PR tree-optimization/57741 (ICE in tree.c:build_int_cst_wide starting in revision 200394)

PR tree-optimization/57741
* tree-vect-loop.c (vect_is_simple_iv_evolution): Disallow
non-INTEGRAL_TYPE_P non-SCALAR_FLOAT_TYPE_P SSA_NAME step_exprs,
or SCALAR_FLOAT_TYPE_P SSA_NAMEs if !flag_associative_math.
Allow REAL_CST step_exprs if flag_associative_math.
(get_initial_def_for_induction): Handle SCALAR_FLOAT_TYPE_P step_expr.

* gcc.dg/vect/pr57741-1.c: New test.
* gcc.dg/vect/pr57741-2.c: New test.
* gcc.dg/vect/pr57741-3.c: New test.

From-SVN: r200600

11 years agoAArch64 - Update insv tests for big endian
Ian Bolton [Tue, 2 Jul 2013 11:02:17 +0000 (11:02 +0000)]
AArch64 - Update insv tests for big endian

From-SVN: r200597

11 years agoAArch64 Support abs standard pattern for DI mode
Ian Bolton [Tue, 2 Jul 2013 10:59:59 +0000 (10:59 +0000)]
AArch64 Support abs standard pattern for DI mode

From-SVN: r200596

11 years agoAArch64 Support BFXIL in backend
Ian Bolton [Tue, 2 Jul 2013 10:57:30 +0000 (10:57 +0000)]
AArch64 Support BFXIL in backend

From-SVN: r200595

11 years agoarm.md (arm_andsi3_insn): Add alternatives for 16-bit encoding.
Kyrylo Tkachov [Tue, 2 Jul 2013 10:21:36 +0000 (10:21 +0000)]
arm.md (arm_andsi3_insn): Add alternatives for 16-bit encoding.

2013-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/arm.md (arm_andsi3_insn): Add alternatives for 16-bit
encoding.
(iorsi3_insn): Likewise.
(arm_xorsi3): Likewise.

From-SVN: r200593

11 years agoDaily bump.
GCC Administrator [Tue, 2 Jul 2013 00:16:45 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200588

11 years ago+2013-07-01 Balaji V.
Balaji V. Iyer [Mon, 1 Jul 2013 16:26:42 +0000 (16:26 +0000)]
+2013-07-01 Balaji V.

+2013-07-01  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+ PR c/57766
+       * c-c++-common/cilk-plus/AN/sec_implicit_ex.c (NUMBER): Changed
+       array sizes from 100 to 20.
+

From-SVN: r200581

11 years agostl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): Adjust...
Paolo Carlini [Mon, 1 Jul 2013 16:17:46 +0000 (16:17 +0000)]
stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take const_iterator(s).

2013-07-01  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_list.h (list<>::insert(iterator,
size_type, const value_type&), list<>::insert(iterator,
initializer_list<>), list<>::insert(iterator, _InputIterator,
_InputIterator), list<>::splice(iterator, list&&),
list<>::splice(iterator, list&), list<>::splice(iterator, list&&,
iterator), list<>::splice(iterator, list&, iterator),
list<>::splice(iterator, list&&, iterator, iterator),
list<>::splice(iterator, list&, iterator, iterator)): Adjust C++11
signatures to take const_iterator(s).
* include/bits/list.tcc (list<>::insert(const_iterator, size_type,
const value_type&), list<>::insert(const_iterator, _InputIterator,
_InputIterator)): Define.
* include/ext/vstring.h (__versa_string<>::insert(iterator,
size_type, _CharT), __versa_string<>::insert(iterator,
_InputIterator, _InputIterator), __versa_string<>::insert(iterator,
std::initializer_list<>), __versa_string<>::replace(iterator,
iterator, _InputIterator, _InputIterator), __versa_string<>::
replace(iterator, iterator, std::initializer_list<>)): Adjust C++11
signatures to take const_iterator(s).
(__versa_string<>::_M_replace_dispatch): Take const_iterators.
* include/ext/vstring.tcc: Likewise.
* include/debug/list: Adjust.
* include/profile/list: Likewise.
* testsuite/23_containers/list/operations/splice/const_iterator.cc:
New.
* testsuite/23_containers/list/modifiers/insert/const_iterator.cc:
Extend.
* testsuite/ext/vstring/modifiers/insert/char/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/replace/char/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc:
Likewise.

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

From-SVN: r200580

11 years agoarm.md (attribute "wtype"): Delete.
Sofiane Naci [Mon, 1 Jul 2013 09:29:38 +0000 (09:29 +0000)]
arm.md (attribute "wtype"): Delete.

* arm.md (attribute "wtype"): Delete.  Move attribute values from here
to ...
(attribute "type"): ... here, and prefix with "wmmx_".
(attribute "core_cycles"): Update for attribute changes.
* iwmmxt.md (tbcstv8qi): Update for attribute changes.
(tbcstv4hi): Likewise.
(tbcstv2si): Likewise.
(iwmmxt_iordi3): Likewise.
(iwmmxt_xordi3): Likewise.
(iwmmxt_anddi3): Likewise.
(iwmmxt_nanddi3): Likewise.
(iwmmxt_arm_movdi): Likewise.
(iwmmxt_movsi_insn): Likewise.
(mov<mode>_internal): Likewise.
(and<mode>3_iwmmxt): Likewise.
(ior<mode>3_iwmmxt): Likewise.
(xor<mode>3_iwmmxt): Likewise.
(add<mode>3_iwmmxt): Likewise.
(ssaddv8qi3): Likewise.
(ssaddv4hi3): Likewise.
(ssaddv2si3): Likewise.
(usaddv8qi3): Likewise.
(usaddv4hi3): Likewise.
(usaddv2si3): Likewise.
(sub<mode>3_iwmmxt): Likewise.
(sssubv8qi3): Likewise.
(sssubv4hi3): Likewise.
(sssubv2si3): Likewise.
(ussubv8qi3): Likewise.
(ussubv4hi3): Likewise.
(ussubv2si3): Likewise.
(mulv4hi3_iwmmxt): Likewise.
(smulv4hi3_highpart): Likewise.
(umulv4hi3_highpart): Likewise.
(iwmmxt_wmacs): Likewise.
(iwmmxt_wmacsz): Likewise.
(iwmmxt_wmacu): Likewise.
(iwmmxt_wmacuz): Likewise.
(iwmmxt_clrdi): Likewise.
(iwmmxt_clrv8qi): Likewise.
(iwmmxt_clr4hi): Likewise.
(iwmmxt_clr2si): Likewise.
(iwmmxt_uavgrndv8qi3): Likewise.
(iwmmxt_uavgrndv4hi3): Likewise.
(iwmmxt_uavgv8qi3): Likewise.
(iwmmxt_uavgv4hi3): Likewise.
(iwmmxt_tinsrb): Likewise.
(iwmmxt_tinsrh): Likewise.
(iwmmxt_tinsrw): Likewise.
(iwmmxt_textrmub): Likewise.
(iwmmxt_textrmsb): Likewise.
(iwmmxt_textrmuh): Likewise.
(iwmmxt_textrmsh): Likewise.
(iwmmxt_textrmw): Likewise.
(iwmxxt_wshufh): Likewise.
(eqv8qi3): Likewise.
(eqv4hi3): Likewise.
(eqv2si3): Likewise.
(gtuv8qi3): Likewise.
(gtuv4hi3): Likewise.
(gtuv2si3): Likewise.
(gtv8qi3): Likewise.
(gtv4hi3): Likewise.
(gtv2si3): Likewise.
(smax<mode>3_iwmmxt): Likewise.
(umax<mode>3_iwmmxt): Likewise.
(smin<mode>3_iwmmxt): Likewise.
(umin<mode>3_iwmmxt): Likewise.
(iwmmxt_wpackhss): Likewise.
(iwmmxt_wpackwss): Likewise.
(iwmmxt_wpackdss): Likewise.
(iwmmxt_wpackhus): Likewise.
(iwmmxt_wpackwus): Likewise.
(iwmmxt_wpackdus): Likewise.
(iwmmxt_wunpckihb): Likewise.
(iwmmxt_wunpckihh): Likewise.
(iwmmxt_wunpckihw): Likewise.
(iwmmxt_wunpckilb): Likewise.
(iwmmxt_wunpckilh): Likewise.
(iwmmxt_wunpckilw): Likewise.
(iwmmxt_wunpckehub): Likewise.
(iwmmxt_wunpckehuh): Likewise.
(iwmmxt_wunpckehuw): Likewise.
(iwmmxt_wunpckehsb): Likewise.
(iwmmxt_wunpckehsh): Likewise.
(iwmmxt_wunpckehsw): Likewise.
(iwmmxt_wunpckelub): Likewise.
(iwmmxt_wunpckeluh): Likewise.
(iwmmxt_wunpckeluw): Likewise.
(iwmmxt_wunpckelsb): Likewise.
(iwmmxt_wunpckelsh): Likewise.
(iwmmxt_wunpckelsw): Likewise.
(ror<mode>3): Likewise.
(ashr<mode>3_iwmmxt): Likewise.
(lshr<mode>3_iwmmxt): Likewise.
(ashl<mode>3_iwmmxt): Likewise.
(ror<mode>3_di): Likewise.
(ashr<mode>3_di): Likewise.
(lshr<mode>3_di): Likewise.
(ashl<mode>3_di): Likewise.
(iwmmxt_wmadds): Likewise.
(iwmmxt_wmaddu): Likewise.
(iwmmxt_tmia): Likewise.
(iwmmxt_tmiaph): Likewise.
(iwmmxt_tmiabb): Likewise.
(iwmmxt_tmiatb): Likewise.
(iwmmxt_tmiabt): Likewise.
(iwmmxt_tmiatt): Likewise.
(iwmmxt_tmovmskb): Likewise.
(iwmmxt_tmovmskh): Likewise.
(iwmmxt_tmovmskw): Likewise.
(iwmmxt_waccb): Likewise.
(iwmmxt_wacch): Likewise.
(iwmmxt_waccw): Likewise.
(iwmmxt_waligni): Likewise.
(iwmmxt_walignr): Likewise.
(iwmmxt_walignr0): Likewise.
(iwmmxt_walignr1): Likewise.
(iwmmxt_walignr2): Likewise.
(iwmmxt_walignr3): Likewise.
(iwmmxt_wsadb): Likewise.
(iwmmxt_wsadh): Likewise.
(iwmmxt_wsadbz): Likewise.
(iwmmxt_wsadhz): Likewise.
* iwmmxt2.md (iwmmxt_wabs<mode>3): Update for attribute changes.
(iwmmxt_wabsdiffb): Likewise.
(iwmmxt_wabsdiffh): Likewise.
(iwmmxt_wabsdiffw): Likewise.
(iwmmxt_waddsubhx): Likewise
(iwmmxt_wsubaddhx): Likewise.
(addc<mode>3): Likewise.
(iwmmxt_avg4): Likewise.
(iwmmxt_avg4r): Likewise.
(iwmmxt_wmaddsx): Likewise.
(iwmmxt_wmaddux): Likewise.
(iwmmxt_wmaddsn): Likewise.
(iwmmxt_wmaddun): Likewise.
(iwmmxt_wmulwsm): Likewise.
(iwmmxt_wmulwum): Likewise.
(iwmmxt_wmulsmr): Likewise.
(iwmmxt_wmulumr): Likewise.
(iwmmxt_wmulwsmr): Likewise.
(iwmmxt_wmulwumr): Likewise.
(iwmmxt_wmulwl): Likewise.
(iwmmxt_wqmulm): Likewise.
(iwmmxt_wqmulwm): Likewise.
(iwmmxt_wqmulmr): Likewise.
(iwmmxt_wqmulwmr): Likewise.
(iwmmxt_waddbhusm): Likewise.
(iwmmxt_waddbhusl): Likewise.
(iwmmxt_wqmiabb): Likewise.
(iwmmxt_wqmiabt): Likewise.
(iwmmxt_wqmiatb): Likewise.
(iwmmxt_wqmiatt): Likewise.
(iwmmxt_wqmiabbn): Likewise.
(iwmmxt_wqmiabtn): Likewise.
(iwmmxt_wqmiatbn): Likewise.
(iwmmxt_wqmiattn): Likewise.
(iwmmxt_wmiabb): Likewise.
(iwmmxt_wmiabt): Likewise.
(iwmmxt_wmiatb): Likewise.
(iwmmxt_wmiatt): Likewise.
(iwmmxt_wmiabbn): Likewise.
(iwmmxt_wmiabtn): Likewise.
(iwmmxt_wmiatbn): Likewise.
(iwmmxt_wmiattn): Likewise.
(iwmmxt_wmiawbb): Likewise.
(iwmmxt_wmiawbt): Likewise.
(iwmmxt_wmiawtb): Likewise.
(iwmmxt_wmiawtt): Likewise.
(iwmmxt_wmiawbbn): Likewise.
(iwmmxt_wmiawbtn): Likewise.
(iwmmxt_wmiawtbn): Likewise.
(iwmmxt_wmiawttn): Likewise.
(iwmmxt_wmerge): Likewise.
(iwmmxt_tandc<mode>3): Likewise.
(iwmmxt_torc<mode>3): Likewise.
(iwmmxt_torvsc<mode>3): Likewise.
(iwmmxt_textrc<mode>3): Likewise.
* marvell-f-iwmmxt.md (wmmxt_shift): Update for attribute changes.
(wmmxt_pack): Likewise.
(wmmxt_mult_c1): Likewise.
(wmmxt_mult_c2): Likewise.
(wmmxt_alu_c1): Likewise.
(wmmxt_alu_c2): Likewise.
(wmmxt_alu_c3): Likewise.
(wmmxt_transfer_c1): Likewise.
(wmmxt_transfer_c2): Likewise.
(wmmxt_transfer_c3): Likewise.
(marvell_f_iwmmxt_wstr): Likewise.
(marvell_f_iwmmxt_wldr): Likewise.

From-SVN: r200576

11 years agore PR fortran/54788 (ICE on pointer-array element assignment)
Dominique d'Humieres [Mon, 1 Jul 2013 07:53:55 +0000 (09:53 +0200)]
re PR fortran/54788 (ICE on pointer-array element assignment)

2013-07-01  Dominique d'Humieres  <dominiq@lps.ens.fr>

        PR fortran/54788
        * array.c (spec_size): handle the case as==NULL.

2013-07-01  Dominique d'Humieres  <dominiq@lps.ens.fr>

        PR fortran/54788
        * gfortran.dg/pointer_remapping_8.f90: New.

From-SVN: r200575

11 years agoDaily bump.
GCC Administrator [Mon, 1 Jul 2013 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200574

11 years agostl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust...
Paolo Carlini [Sun, 30 Jun 2013 16:24:30 +0000 (16:24 +0000)]
stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator.

2013-06-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_deque.h (deque<>::insert(iterator,
size_type, const value_type&), deque<>::insert(iterator,
initializer_list<>), deque<>::insert(iterator, _InputIterator,
_InputIterator)): Adjust C++11 signatures to take a const_iterator.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/debug/deque: Adjust.
* include/debug/vector: Likewise.
* include/profile/deque: Likewise.
* include/profile/vector: Likewise.
* testsuite/23_containers/deque/modifiers/insert/const_iterator.cc:
Extend.
* testsuite/23_containers/vector/bool/modifiers/insert/
const_iterator.cc: Likewise.
* testsuite/23_containers/vector/modifiers/insert/const_iterator.cc:
Likewise.

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

From-SVN: r200571

11 years ago*: Move inside testsuite/21_strings/basic_string/operations/data/.
Paolo Carlini [Sun, 30 Jun 2013 14:48:37 +0000 (14:48 +0000)]
*: Move inside testsuite/21_strings/basic_string/operations/data/.

2013-06-27  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/21_strings/basic_string/operations/*: Move inside
testsuite/21_strings/basic_string/operations/data/.
* testsuite/21_strings/basic_string/compare/*: Move inside
testsuite/21_strings/basic_string/operations/.
* testsuite/21_strings/basic_string/find/*: Likewise.
* testsuite/21_strings/basic_string/rfind/*: Likewise.
* testsuite/21_strings/basic_string/substr/*: Likewise.

From-SVN: r200570

11 years agoDaily bump.
GCC Administrator [Sun, 30 Jun 2013 00:16:24 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200568

11 years agoObvious fix in aarch64.c; remove junk added accidentally by previous commit.
Yufeng Zhang [Sat, 29 Jun 2013 09:29:13 +0000 (09:29 +0000)]
Obvious fix in aarch64.c; remove junk added accidentally by previous commit.

From-SVN: r200565

11 years agohashtable_policy.h (_Insert_base): Consider hint in insert methods.
François Dumont [Sat, 29 Jun 2013 07:55:12 +0000 (07:55 +0000)]
hashtable_policy.h (_Insert_base): Consider hint in insert methods.

2013-06-29  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/hashtable_policy.h (_Insert_base): Consider hint in
insert methods.
* include/bits/hashtable.h: Likewise.
* testsuite/23_containers/unordered_multimap/insert/hint.cc: New.
* testsuite/performance/23_containers/insert/unordered_multiset_hint.cc:
New.
* testsuite/23_containers/unordered_set/instantiation_neg.cc:
Adjust dg-error line number.
* testsuite/23_containers/unordered_set/
not_default_constructible_hash_neg.cc: Likewise.
* doc/xml/manual/containers.xml: Document hinting in unordered
containers.

From-SVN: r200564

11 years agolex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated literal...
Ed Smith-Rowland [Sat, 29 Jun 2013 03:41:58 +0000 (03:41 +0000)]
lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated literal and macro to just the...

libcpp:

2013-06-28  Ed Smith-Rowland  <3dw4rd@verizon.net>

* lex.c (lex_raw_string(), lex_string()): Constrain suffixes treated
as concatenated literal and macro to just the patterns found in
inttypes.h; (is_macro()): New.

gcc/cp:

2013-06-28  Ed Smith-Rowland  <3dw4rd@verizon.net>

* cp-tree.h (UDLIT_OP_ANSI_PREFIX): Remove space.
* parser.c (cp_parser_operator()): Parse user-defined string
literal as literal operator.

gcc/testsuite:

2013-06-28  Ed Smith-Rowland  <3dw4rd@verizon.net>

* g++.dg/cpp0x/udlit-nospace-neg.C: Adjust.
* g++.dg/cpp1y/udlit-enc-prefix-neg.C: New.
* g++.dg/cpp1y/udlit-userdef-string.C: New.
* g++.dg/cpp1y/complex_literals.h: New.

From-SVN: r200563

11 years agoDaily bump.
GCC Administrator [Sat, 29 Jun 2013 00:16:32 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200562

11 years agore PR c++/57645 (Explicitly-declared destructor with no exception specification is...
Paolo Carlini [Sat, 29 Jun 2013 00:11:03 +0000 (00:11 +0000)]
re PR c++/57645 (Explicitly-declared destructor with no exception specification is always noexcept(true))

/cp
2013-06-28  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57645
* class.c (deduce_noexcept_on_destructors): Save, set, and restore
TYPE_HAS_NONTRIVIAL_DESTRUCTOR (t) around the main loop over the
destructors.

/testsuite
2013-06-28  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57645
* g++.dg/cpp0x/noexcept21.C: New.

From-SVN: r200559

11 years agorevert: lra-constraints.c (need_for_split_p): Check call used hard regs living throug...
Vladimir Makarov [Fri, 28 Jun 2013 23:55:52 +0000 (23:55 +0000)]
revert: lra-constraints.c (need_for_split_p): Check call used hard regs living through calls.

2013-06-28  Vladimir Makarov  <vmakarov@redhat.com>

Revert:
2013-06-28  Vladimir Makarov  <vmakarov@redhat.com>
* lra-constraints.c (need_for_split_p): Check call used hard regs
living through calls.

* lra-constraints.c (inherit_in_ebb): Reset live_hard_regs for
call used regs for call insn.

From-SVN: r200558

11 years agore PR target/57736 (ICE in emit_move_insn with __builtin_ia32_rdtsc)
Jakub Jelinek [Fri, 28 Jun 2013 20:25:35 +0000 (22:25 +0200)]
re PR target/57736 (ICE in emit_move_insn with __builtin_ia32_rdtsc)

PR target/57736
* config/i386/i386.c (ix86_expand_builtin): If target == NULL
and mode is VOIDmode, don't create a VOIDmode pseudo to copy result
into.

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

From-SVN: r200555

11 years agoImplemented Jason Merrill's suggestions on Array Notation C++.
Balaji V. Iyer [Fri, 28 Jun 2013 20:04:36 +0000 (20:04 +0000)]
Implemented Jason Merrill's suggestions on Array Notation C++.

gcc/ChangeLog
2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * builtins.def: Fixed the function type of CILKPLUS_BUILTIN.

gcc/c/ChangeLog
2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * c-parser.c (c_parser_array_notation): Removed rejection of array
        notations in an array of function pointers.

gcc/c-family/ChangeLog
2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * array-notation-common.c (length_mismatch_in_expr_p): Collapsed two
        if-statements and compared the trees directly using tree_int_cst_equal.
        (find_rank): Checked for array notations in function name to handle
        array notations in function pointers.
        (extract_array_notation_exprs): Likewise.
        (replace_array_notations): Likewise.
        (cilkplus_extract_an_triplets): Replaced safe_push with
        safe_grow_cleared.  Also removed an unnecessary check to see if the
        node is of type ARRAY_NOTATION_REF.
        (fix_sec_implicit_args): Removed an unnecessary check for ADDR_EXPR.
        Also switched two if-statements to remove an unnecessary comparison.

gcc/cp/ChangeLog
2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * parser.c (cp_parser_array_notation): Removed rejection array notation
        of type function pointers. Added handling of array expressions when
        Cilk Plus is enabled.  Took out type-checking.
        (cp_parser_postfix_open_square_expression): Moved normal array expr.
        parsing into cp_parser_array_notation when cilkplus is enabled.
        (cp_parser_compound_statement): Removed expansion of array notations.
        (cp_parser_ctor_initializer_opt_and_function_body): Likewise.
        (cp_parser_function_definition_after_declarator): Likewise.
        (cp_parser_selection_statement): Removed error reporting.
        (cp_parser_iteration_statement): Likewise.
        (cp_parser_direct_declarator): Removed error checking/reporting if
        array notations are used in the declarator.
        * pt.c (instantiate_decl): Likewise.
        (type_unification_real): Removed a check for ARRAY_NOTATION_REF.
        (cxx_eval_constant_expression): Removed ARRAY_NOTATION_REF case.
        (potential_constant_expression_1): Returned false for ARRAY_NOTATION_REF
        case.
        * cp-gimplify.c (cp_genericize): Added expansion of array notation
        expressions here.
        * cp-array-notation.c (make_triplet_val_inv): Removed loc and cry
        parameters.  Replaced build_decls with get_temp_regvar with type as
        ptrdiff.
        (create_array_refs): Made the type-casting to ptrdiff_type.
        (replace_invariant_var): Added a check for void return type before
creating new var.  Replaced build_decl and build_min_nt_loc with
        get_temp_regvar.
        (expand_an_in_modify_expr): Ditto.  Replaced body of redundant else with
        gcc_unreachable.  Removed few unwanted checks.  Made induction variable
        type as ptrdiff_type.  Removed loc and complain arguments passed into
        make_triplet_val_inv.  Replaced all modify expression's code from NOP
        EXPR to INIT EXPR.  Replaced all forceful appending into stmt. list
        with the non-forceful one.  Replaced some integer conversion and
        equality-checking to using tree_int_cst_equal.
        (expand_sec_reduce_builtin): All changes mentioned in above function
        expand_an_in_modify_expr.  Made the new variable type of
        SEC_REDUCE_ANY/ALL_{NON}ZERO intrinsic functions as bool.
        (expand_array_notation_exprs): Removed SWITCH_EXPR case.  Moved all
        the error reporting from parser to this function.  Removed unwanted
        statements and checks from SWITCH_STMT, WHILE_STMT, and DO_STMT cases.
        (cilkplus_an_triplet_types_ok_p): Removed rejection of array notation
        in function pointers.
        (cp_expand_cond_array_notations): Added a new if statements to check
        if condition has a zero rank.  If so, then just return.
        (expand_return_expr): Added a check for return expressions with a rank.
        Replaced get_tmp_regvar with a create_temporary_var.
        (build_array_notation_ref): Simplified and removed unwanted if-stmts.
        Moved common code outside if-statements.  Moved type-checking from
        parser to here.
        * semantics.c (finish_return_stmt): Removed a check for return exprs.
        with a rank.
        * call.c (convert_like_real): Removed a check for array notation
        expression in a function.
        (build_over_call): Likewise.
        (magic_varargs_p): Added a check for builtin array notation function.
        Made this function non-static and removed its prototype.
        * cp-tree.h (magic_varargs_p): New prototype.
        * typeck.c (cp_build_function_call_vec): Removed automatic setting of
        nargs to the param->length when builtin reduction function is used.
        (convert_arguments): Replaced check for a constant_p function with
        margic_varargs_p function call.
        (cp_build_binary_op): Removed calling of the function
        find_correct_array_notation_type.
        (cp_build_addr_expr_1): Removed an unwanted if-statement.
        (convert_for_assignment): Removed automatic return of rhs when array
        notation builtin function is used.

gcc/testsuite/ChangeLog
2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * c-c++-common/cilk-plus/AN/decl-ptr-colon.c (main): Made this testcase
        c specific.
        * c-c++-common/cilk-plus/AN/decl-ptr-colon.c (main): Changed dg-error
        strings to match the fixed error messages.
        * c-c++-common/cilk-plus/AN/misc.c (main): Likewise.
        * c-c++-common/cilk-plus/AN/rank_mismatch.c (main): Added a new error
        message check.

From-SVN: r200554

11 years agolra-constraints.c (need_for_split_p): Check call used hard regs living through calls.
Vladimir Makarov [Fri, 28 Jun 2013 19:43:39 +0000 (19:43 +0000)]
lra-constraints.c (need_for_split_p): Check call used hard regs living through calls.

2013-06-28  Vladimir Makarov  <vmakarov@redhat.com>

* lra-constraints.c (need_for_split_p): Check call used hard regs
living through calls.

From-SVN: r200553

11 years agore PR target/57744 (Power8 support has problems with quad word atomic instructions)
Michael Meissner [Fri, 28 Jun 2013 16:15:17 +0000 (16:15 +0000)]
re PR target/57744 (Power8 support has problems with quad word atomic instructions)

[gcc]
2013-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>

PR target/57744
* config/rs6000/rs6000.h (MODES_TIEABLE_P): Do not allow PTImode
to tie with any other modes.  Eliminate Altivec vector mode tests,
since these are a subset of ALTIVEC or VSX vector modes.  Simplify
code, to return 0 if testing MODE2 for a condition, if we've
already tested MODE1 for the same condition.

[gcc/testsuite]
2013-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>

PR target/57744
* gcc.target/powerpc/pr57744.c: New test to make sure lqarx and
stqcx. get even registers.

From-SVN: r200538

11 years ago*: Move inside testsuite/21_strings/basic_string/operations/data/.
Paolo Carlini [Fri, 28 Jun 2013 16:01:08 +0000 (16:01 +0000)]
*: Move inside testsuite/21_strings/basic_string/operations/data/.

2013-06-27  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/21_strings/basic_string/operations/*: Move inside
testsuite/21_strings/basic_string/operations/data/.
* testsuite/21_strings/basic_string/compare/*: Move inside
testsuite/21_strings/basic_string/operations/.
* testsuite/21_strings/basic_string/find/*: Likewise.
* testsuite/21_strings/basic_string/rfind/*: Likewise.
* testsuite/21_strings/basic_string/substr/*: Likewise.

From-SVN: r200537

11 years ago[AArch64] Fix layout of aarch64_cannot_force_const_mem.
Marcus Shawcroft [Fri, 28 Jun 2013 15:22:48 +0000 (15:22 +0000)]
[AArch64] Fix layout of aarch64_cannot_force_const_mem.

From-SVN: r200532

11 years ago[AArch64] Update comment w.r.t SYMBOL_TINY_ABSOLUTE address model.
Marcus Shawcroft [Fri, 28 Jun 2013 15:17:19 +0000 (15:17 +0000)]
[AArch64] Update comment w.r.t SYMBOL_TINY_ABSOLUTE address model.

From-SVN: r200531

11 years agoDisable strassen.f90 test for aarch64 tiny memory.
Marcus Shawcroft [Fri, 28 Jun 2013 12:45:57 +0000 (12:45 +0000)]
Disable strassen.f90 test for aarch64 tiny memory.

This test case is too large to fit into the aarch64 tiny memory model.

From-SVN: r200521

11 years ago[AArch64] Remove aarch64_symbolic_constant_p.
Marcus Shawcroft [Fri, 28 Jun 2013 12:26:20 +0000 (12:26 +0000)]
[AArch64] Remove aarch64_symbolic_constant_p.

From-SVN: r200519

11 years agoconstraints.md (Ts): New constraint.
Kyrylo Tkachov [Fri, 28 Jun 2013 11:16:03 +0000 (11:16 +0000)]
constraints.md (Ts): New constraint.

2013-06-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/constraints.md (Ts): New constraint.
* config/arm/arm.md (arm_movqi_insn): Add alternatives for
16-bit encodings.
(compare_scc): Use "Ts" constraint for operand 0.
(ior_scc_scc): Likewise.
(and_scc_scc): Likewise.
(and_scc_scc_nodom): Likewise.
(ior_scc_scc_cmp): Likewise for operand 7.
(and_scc_scc_cmp): Likewise.
* config/arm/thumb2.md (thumb2_movsi_insn):
Add alternatives for 16-bit encodings.
(thumb2_movhi_insn): Likewise.
(thumb2_movsicc_insn): Likewise.
(thumb2_and_scc): Take 'and' outside cond_exec.  Use "Ts" constraint.
(thumb2_negscc): Use "Ts" constraint.
Move mvn instruction outside cond_exec block.
* config/arm/vfp.md (thumb2_movsi_vfp): Add alternatives
for 16-bit encodings.

From-SVN: r200515

11 years agoarm.md (arm_mulsi3_v6): Add alternative for 16-bit encoding.
Kyrylo Tkachov [Fri, 28 Jun 2013 10:56:27 +0000 (10:56 +0000)]
arm.md (arm_mulsi3_v6): Add alternative for 16-bit encoding.

2013-06-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/arm.md (arm_mulsi3_v6): Add alternative for 16-bit
encoding.
(mulsi3addsi_v6): Disable predicable variant for arm_restrict_it.
(mulsi3subsi): Likewise.
(mulsidi3adddi): Likewise.
(mulsidi3_v6): Likewise.
(umulsidi3_v6): Likewise.
(umulsidi3adddi_v6): Likewise.
(smulsi3_highpart_v6): Likewise.
(umulsi3_highpart_v6): Likewise.
(mulhisi3tb): Likewise.
(mulhisi3bt): Likewise.
(mulhisi3tt): Likewise.
(maddhisi4): Likewise.
(maddhisi4tb): Likewise.
(maddhisi4tt): Likewise.
(maddhidi4): Likewise.
(maddhidi4tb): Likewise.
(maddhidi4tt): Likewise.
(zeroextractsi_compare0_scratch): Likewise.
(insv_zero): Likewise.
(insv_t2): Likewise.
(anddi_notzesidi_di): Likewise.
(anddi_notsesidi_di): Likewise.
(andsi_notsi_si): Likewise.
(iordi_zesidi_di): Likewise.
(xordi_zesidi_di): Likewise.
(andsi_iorsi3_notsi): Likewise.
(smax_0): Likewise.
(smax_m1): Likewise.
(smin_0): Likewise.
(not_shiftsi): Likewise.
(unaligned_loadsi): Likewise.
(unaligned_loadhis): Likewise.
(unaligned_loadhiu): Likewise.
(unaligned_storesi): Likewise.
(unaligned_storehi): Likewise.
(extv_reg): Likewise.
(extzv_t2): Likewise.
(divsi3): Likewise.
(udivsi3): Likewise.
(arm_zero_extendhisi2addsi): Likewise.
(arm_zero_extendqisi2addsi): Likewise.
(compareqi_eq0): Likewise.
(arm_extendhisi2_v6): Likewise.
(arm_extendqisi2addsi): Likewise.
(arm_movt): Likewise.
(thumb2_ldrd): Likewise.
(thumb2_ldrd_base): Likewise.
(thumb2_ldrd_base_neg): Likewise.
(thumb2_strd): Likewise.
(thumb2_strd_base): Likewise.
(thumb2_strd_base_neg): Likewise.
(arm_negsi2): Add alternative for 16-bit encoding.
(arm_one_cmplsi2): Likewise.

From-SVN: r200513

11 years agore PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated class.)
Marc Glisse [Fri, 28 Jun 2013 10:31:39 +0000 (12:31 +0200)]
re PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated class.)

2013-06-28  Marc Glisse  <marc.glisse@inria.fr>

PR c++/57509
* g++.dg/ext/pr57509.C: Pass vectors by reference to avoid warnings.

From-SVN: r200511

11 years agopredicates.md (arm_cond_move_operator): New predicate.
Kyrylo Tkachov [Fri, 28 Jun 2013 10:05:27 +0000 (10:05 +0000)]
predicates.md (arm_cond_move_operator): New predicate.

2013-06-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/predicates.md (arm_cond_move_operator): New predicate.
* config/arm/arm.md (movsfcc): Use arm_cond_move_operator predicate.
(movdfcc): Likewise.
* config/arm/vfp.md (*thumb2_movsf_vfp):
Disable predication for arm_restrict_it.
(*thumb2_movsfcc_vfp): Disable for arm_restrict_it.
(*thumb2_movdfcc_vfp): Likewise.
(*abssf2_vfp, *absdf2_vfp, *negsf2_vfp, *negdf2_vfp,*addsf3_vfp,
*adddf3_vfp, *subsf3_vfp, *subdf3_vfpc, *divsf3_vfp,*divdf3_vfp,
*mulsf3_vfp, *muldf3_vfp, *mulsf3negsf_vfp, *muldf3negdf_vfp,
*mulsf3addsf_vfp, *muldf3adddf_vfp, *mulsf3subsf_vfp,
*muldf3subdf_vfp, *mulsf3negsfaddsf_vfp, *fmuldf3negdfadddf_vfp,
*mulsf3negsfsubsf_vfp, *muldf3negdfsubdf_vfp, *fma<SDF:mode>4,
*fmsub<SDF:mode>4, *fnmsub<SDF:mode>4, *fnmadd<SDF:mode>4,
*extendsfdf2_vfp, *truncdfsf2_vfp, *extendhfsf2, *truncsfhf2,
*truncsisf2_vfp, *truncsidf2_vfp, fixuns_truncsfsi2, fixuns_truncdfsi2,
*floatsisf2_vfp, *floatsidf2_vfp, floatunssisf2, floatunssidf2,
*sqrtsf2_vfp, *sqrtdf2_vfp, *cmpsf_vfp, *cmpsf_trap_vfp, *cmpdf_vfp,
*cmpdf_trap_vfp, <vrint_pattern><SDF:mode>2):
Disable predication for arm_restrict_it.

From-SVN: r200510

11 years agore PR middle-end/36041 (Speed up builtin_popcountll)
Jakub Jelinek [Fri, 28 Jun 2013 09:28:40 +0000 (11:28 +0200)]
re PR middle-end/36041 (Speed up builtin_popcountll)

PR middle-end/36041
* libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
Define.
(__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
instead of table lookups.
(__popcountDI2): Likewise.

From-SVN: r200506

11 years agobmiintrin.h (_bextr_u32): New.
Kirill Yukhin [Fri, 28 Jun 2013 09:02:46 +0000 (09:02 +0000)]
bmiintrin.h (_bextr_u32): New.

ChangeLog:
* config/i386/bmiintrin.h (_bextr_u32): New.
(_bextr_u64): Ditto.

testsuite/ChangeLog:
* gcc.target/i386/bmi-1.c: Extend with new instrinsic.
Fix scan patterns.
* gcc.target/i386/bmi-1.c: Ditto.
* gcc.target/i386/bmi-bextr-4.c: New.
* gcc.target/i386/bmi-bextr-5.c: Ditto.

From-SVN: r200505

11 years agore PR c++/57682 (Uniform initialization syntax rejected in function-try-block)
Paolo Carlini [Fri, 28 Jun 2013 08:53:03 +0000 (08:53 +0000)]
re PR c++/57682 (Uniform initialization syntax rejected in function-try-block)

/cp
2013-06-28  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57682
* parser.c (cp_parser_save_member_function_body): Handle correctly
curly braces in function-try-block mem-initializers.

/testsuite
2013-06-28  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57682
* g++.dg/cpp0x/initlist73.C: New.

From-SVN: r200504

11 years agoatomic-flag.c: Add dg-require-effective-target sync_*.
Meador Inge [Fri, 28 Jun 2013 00:55:13 +0000 (00:55 +0000)]
atomic-flag.c: Add dg-require-effective-target sync_*.

gcc/testsuite/

2013-06-27  Meador Inge  <meadori@codesourcery.com>

* gcc.dg/atomic-flag.c: Add dg-require-effective-target sync_*.
* g++.dg/simulate-thread/atomics-2.C: Likewise.
* g++.dg/simulate-thread/atomics-1.C: Likewise.

From-SVN: r200501

11 years agoDaily bump.
GCC Administrator [Fri, 28 Jun 2013 00:16:29 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200500

11 years agogcc/
Richard Sandiford [Thu, 27 Jun 2013 21:31:05 +0000 (21:31 +0000)]
gcc/
* config.gcc (mips*-mti-elf*, mips*-sde-elf*, mips64r5900-*-elf*)
(mips64r5900el-*-elf*): Include mips/n32-elf.h.
* config/mips/sde.h (LOCAL_LABEL_PREFIX, NO_DOLLAR_IN_LABEL)
(LONG_DOUBLE_TYPE_SIZE, LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Move to...
* config/mips/n32-elf.h: ...this new file.

From-SVN: r200496

11 years agore PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated class.)
Marc Glisse [Thu, 27 Jun 2013 21:29:22 +0000 (23:29 +0200)]
re PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated class.)

2013-06-27  Marc Glisse  <marc.glisse@inria.fr>

PR c++/57509

gcc/c-family/
* c-common.h (c_build_vec_perm_expr): New complain argument.
* c-common.c (c_build_vec_perm_expr): Likewise.
Use save_expr also in C++.

gcc/cp/
* typeck.c (cp_build_vec_perm_expr): New function.
* cp-tree.h: Declare it.
* parser.c (cp_parser_postfix_expression): Call it.
* pt.c (tsubst_copy): Handle VEC_PERM_EXPR.
(tsubst_copy_and_build): Likewise.

gcc/testsuite/
* g++.dg/ext/pr57509.C: New file.

From-SVN: r200495

11 years agocompiler: structs inherit all methods from embedded pointer fields.
Ian Lance Taylor [Thu, 27 Jun 2013 20:51:55 +0000 (20:51 +0000)]
compiler: structs inherit all methods from embedded pointer fields.

Previously if a struct S contained an embedded field *T,
a method with receiver *T would not be promoted to a method
with value receiver S.

From-SVN: r200493

11 years agore PR target/57224 (Remove __builtin_ia32_cmpngtss and __builtin_ia32_cmpngess)
Marc Glisse [Thu, 27 Jun 2013 20:07:32 +0000 (22:07 +0200)]
re PR target/57224 (Remove __builtin_ia32_cmpngtss and __builtin_ia32_cmpngess)

2013-06-27  Marc Glisse  <marc.glisse@inria.fr>

PR target/57224
* config/i386/i386.c (enum ix86_builtins, bdesc_args): Remove
IX86_BUILTIN_CMPNGTSS and IX86_BUILTIN_CMPNGESS.

From-SVN: r200492

11 years agocompiler: more consistent error message for [...]T(x)
Ian Lance Taylor [Thu, 27 Jun 2013 19:20:08 +0000 (19:20 +0000)]
compiler: more consistent error message for [...]T(x)

The message should be similar to the one for "var x [...]T",
not to the message for []T(x...).

From-SVN: r200490

11 years agomips-tables.opt: Regenerate.
Catherine Moore [Thu, 27 Jun 2013 18:56:00 +0000 (14:56 -0400)]
mips-tables.opt: Regenerate.

2013-06-27  Catherine Moore <clm@codesourcery.com>

* config/mips/mips-tables.opt: Regenerate.
* config/mips/mips-cpus.def: Add m14ke and m14kec.
* config/mips/mips.h (BASE_DRIVER_SELF_SPECS): m14ke* implies
-mdspr2.
* doc/invoke.texi: Add -m14kc.

From-SVN: r200487

11 years agore PR target/57623 (BEXTR intrinsic has memory operands switched around (fails to...
Jakub Jelinek [Thu, 27 Jun 2013 16:48:05 +0000 (18:48 +0200)]
re PR target/57623 (BEXTR intrinsic has memory operands switched around (fails to compile code))

PR target/57623
* config/i386/i386.md (bmi_bextr_<mode>): Swap predicates and
constraints of operand 1 and 2.

* gcc.target/i386/bmi-bextr-3.c: New test.

From-SVN: r200479

11 years agore PR target/57623 (BEXTR intrinsic has memory operands switched around (fails to...
Jakub Jelinek [Thu, 27 Jun 2013 16:44:17 +0000 (18:44 +0200)]
re PR target/57623 (BEXTR intrinsic has memory operands switched around (fails to compile code))

PR target/57623
* config/i386/i386.md (bmi2_bzhi_<mode>3): Swap AND arguments
to match RTL canonicalization.  Swap predicates and
constraints of operand 1 and 2.

* gcc.target/i386/bmi2-bzhi-1.c: New test.

From-SVN: r200477

11 years agolra-constraints.c (inherit_in_ebb): Process static hard regs too.
Vladimir Makarov [Thu, 27 Jun 2013 16:20:38 +0000 (16:20 +0000)]
lra-constraints.c (inherit_in_ebb): Process static hard regs too.

2013-06-27  Vladimir Makarov  <vmakarov@redhat.com>

* lra-constraints.c (inherit_in_ebb): Process static hard regs
too.  Process OP_INOUT regs for splitting too.

From-SVN: r200475

11 years agotree-vect-stmts.c (vectorizable_store): Move ptr_incr var decl before the loop, initi...
Jakub Jelinek [Thu, 27 Jun 2013 15:35:57 +0000 (17:35 +0200)]
tree-vect-stmts.c (vectorizable_store): Move ptr_incr var decl before the loop, initialize to NULL.

* tree-vect-stmts.c (vectorizable_store): Move ptr_incr var
decl before the loop, initialize to NULL.
(vectorizable_load): Initialize ptr_incr to NULL.

From-SVN: r200471

11 years agoaot-compile.in: Fix typo in option list.
Roland Lutz [Thu, 27 Jun 2013 13:58:20 +0000 (13:58 +0000)]
aot-compile.in: Fix typo in option list.

2013-06-20  Roland Lutz  <rlutz@hedmen.org>

  * contrib/aot-compile.in: Fix typo in option list.

From-SVN: r200469

11 years agore PR c++/57208 (Latest chromium compilation fails with enabled LTO)
Martin Jambor [Thu, 27 Jun 2013 13:49:28 +0000 (15:49 +0200)]
re PR c++/57208 (Latest chromium compilation fails with enabled LTO)

2013-06-27  Martin Jambor  <mjambor@suse.cz>

PR lto/57208
* ipa-ref.h (ipa_maybe_record_reference): Declare.
* ipa-ref.c (ipa_maybe_record_reference): New function.
* cgraphclones.c (cgraph_create_virtual_clone): Use it.
* ipa-cp.c (create_specialized_node): Record potential references from
aggvals.
* Makefile.in (ipa-ref.o): Add IPA_REF_H to dependencies.

From-SVN: r200468

11 years agoaarch64.c (aarch64_force_temporary): Add an extra parameter 'mode' of type 'enum...
Yufeng Zhang [Thu, 27 Jun 2013 12:32:07 +0000 (12:32 +0000)]
aarch64.c (aarch64_force_temporary): Add an extra parameter 'mode' of type 'enum machine_mode mode'...

gcc/

* config/aarch64/aarch64.c (aarch64_force_temporary): Add an extra
parameter 'mode' of type 'enum machine_mode mode'; change to pass
'mode' to force_reg.
(aarch64_add_offset): Update calls to aarch64_force_temporary.
(aarch64_expand_mov_immediate): Likewise.

From-SVN: r200467

11 years agoaarch64.c (aarch64_add_offset): Change to pass 'mode' to aarch64_plus_immediate and...
Yufeng Zhang [Thu, 27 Jun 2013 12:30:11 +0000 (12:30 +0000)]
aarch64.c (aarch64_add_offset): Change to pass 'mode' to aarch64_plus_immediate and gen_rtx_PLUS.

gcc/

* config/aarch64/aarch64.c (aarch64_add_offset): Change to pass
'mode' to aarch64_plus_immediate and gen_rtx_PLUS.

From-SVN: r200466

11 years ago*: Move inside testsuite/21_strings/basic_string/modifiers/.
Paolo Carlini [Thu, 27 Jun 2013 12:15:34 +0000 (12:15 +0000)]
*: Move inside testsuite/21_strings/basic_string/modifiers/.

2013-06-27  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/21_strings/basic_string/append/*: Move inside
testsuite/21_strings/basic_string/modifiers/.
* testsuite/21_strings/basic_string/assign/*: Likewise.
* testsuite/21_strings/basic_string/insert/*: Likewise.
* testsuite/21_strings/basic_string/replace/*: Likewise.
* testsuite/21_strings/basic_string/modifiers/pop_back/char/
pop_back.cc: Rename to 1.cc.
* testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/
pop_back.cc: Likewise.
* testsuite/ext/vstring/assign/*: Move inside
testsuite/ext/vstring/modifiers/.

From-SVN: r200465

11 years agore PR c++/57172 ([C++11][DR 1164] Template overload resolution ambiguous for T&&...
Marc Glisse [Thu, 27 Jun 2013 11:34:48 +0000 (13:34 +0200)]
re PR c++/57172 ([C++11][DR 1164] Template overload resolution ambiguous for T&& versus T&)

2013-06-27  Marc Glisse  <marc.glisse@inria.fr>

PR c++/57172
gcc/cp/
* pt.c (more_specialized_fn): If both arguments are references,
give priority to an lvalue.

gcc/testsuite/
* g++.dg/cpp0x/pr57172.C: New testcase.

From-SVN: r200463

11 years agostl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signa...
Paolo Carlini [Thu, 27 Jun 2013 09:51:21 +0000 (09:51 +0000)]
stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator.

2013-06-27  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_deque.h (deque<>::insert(iterator,
const value_type&), deque<>::insert(iterator, value_type&&),
deque<>::emplace(iterator, _Args&&...)): Adjust C++11 signatures to
take a const_iterator.
(deque<>::erase): Simplify.
* include/bits/stl_list.h: Likewise.
(_List_iterator<>::_M_const_cast): Add.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
(_Bit_iterator::_M_const_cast): Add.
* include/bits/deque.tcc: Adjust definitions.
* include/bits/list.tcc: Likewise.
* include/bits/vector.tcc: Likewise.
* include/bits/stl_iterator.h (__normal_iterator<>::_M_const_cast):
Define trivial version in C++98 mode.
* include/ext/vstring.h (__versa_string<>::insert(iterator, _CharT),
__versa_string<>::replace(iterator, iterator, const __versa_string&),
__versa_string<>::replace(iterator, iterator, const _CharT*,
size_type), __versa_string<>::replace(iterator, iterator,
const _CharT*), __versa_string<>::replace(iterator, iterator,
size_type, _CharT)): Adjust C++11 signatures to take a pair of
const_iterators.
* include/debug/deque: Adjust.
* include/debug/list: Likewise.
* include/debug/vector: Likewise.
* include/profile/deque: Likewise.
* include/profile/list: Likewise.
* include/profile/vector: Likewise.
(vector<>::emplace): Add.
* testsuite/util/exception/safety.h: Update.
* testsuite/23_containers/deque/modifiers/emplace/const_iterator.cc:
New.
* testsuite/23_containers/deque/modifiers/insert/const_iterator.cc:
Likewise.
* testsuite/23_containers/list/modifiers/emplace/const_iterator.cc:
Likewise.
* testsuite/23_containers/list/modifiers/insert/const_iterator.cc:
Likewise.
* testsuite/23_containers/vector/bool/modifiers/insert/
const_iterator.cc: Likewise.
* testsuite/23_containers/vector/modifiers/emplace/const_iterator.cc:
Likewise.
* testsuite/23_containers/vector/modifiers/insert/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/insert/char/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/replace/char/const_iterator.cc:
Likewise.
* testsuite/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc:
Likewise.

* testsuite/ext/vstring/modifiers/char/54577.cc: Move to testsuite/
ext/vstring/modifiers/erase/char/.
* testsuite/ext/vstring/modifiers/wchar_t/54577.cc: Move to testsuite/
ext/vstring/modifiers/wchar_t/.
* testsuite/ext/vstring/modifiers/char/pop_back.cc: Move to testsuite/
ext/vstring/modifiers/pop_back/char/.
* testsuite/ext/vstring/modifiers/wchar_t/pop_back.cc: Move to
testsuite/ext/vstring/modifiers/pop_back/wchar_t/.

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

From-SVN: r200458

11 years agos390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT...
Andreas Krebbel [Thu, 27 Jun 2013 07:44:11 +0000 (07:44 +0000)]
s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT to...

2013-06-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c: Rename UNSPEC_CCU_TO_INT to
UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT to UNSPEC_CC_TO_INT.
(struct machine_function): Add tbegin_p.
(s390_canonicalize_comparison): Fold CC mode compares to
conditional jump if possible.
(s390_emit_jump): Return the emitted jump.
(s390_branch_condition_mask, s390_branch_condition_mnemonic):
Handle CCRAWmode compares.
(s390_option_override): Default to -mhtm if available.
(s390_reg_clobbered_rtx): Handle floating point regs as well.
(s390_regs_ever_clobbered): Use s390_regs_ever_clobbered also for
FPRs instead of df_regs_ever_live_p.
(s390_optimize_nonescaping_tx): New function.
(s390_init_frame_layout): Extend clobbered_regs array to cover
FPRs as well.
(s390_emit_prologue): Call s390_optimize_nonescaping_tx.
(s390_expand_tbegin): New function.
(enum s390_builtin): New enum definition.
(code_for_builtin): New array definition.
(s390_init_builtins): New function.
(s390_expand_builtin): New function.
(TARGET_INIT_BUILTINS): Define.
(TARGET_EXPAND_BUILTIN): Define.
* common/config/s390/s390-common.c (processor_flags_table): Add
PF_TX.
* config/s390/predicates.md (s390_comparison): Handle CCRAWmode.
(s390_alc_comparison): Likewise.
* config/s390/s390-modes.def: Add CCRAWmode.
* config/s390/s390.h (processor_flags): Add PF_TX.
(TARGET_CPU_HTM): Define macro.
(TARGET_HTM): Define macro.
(TARGET_CPU_CPP_BUILTINS): Define __HTM__ for htm.
* config/s390/s390.md: Rename UNSPEC_CCU_TO_INT to
UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT to UNSPEC_CC_TO_INT.
(UNSPECV_TBEGIN, UNSPECV_TBEGINC, UNSPECV_TEND, UNSPECV_TABORT)
(UNSPECV_ETND, UNSPECV_NTSTG, UNSPECV_PPA): New unspecv enum
values.
(TBEGIN_MASK, TBEGINC_MASK): New constants.
("*cc_to_int"): Move up.
("*mov<mode>cc", "*cjump_64", "*cjump_31"): Accept integer
constants other than 0.
("*ccraw_to_int"): New insn and splitter definition.
("tbegin", "tbegin_nofloat", "tbegin_retry")
("tbegin_retry_nofloat", "tbeginc", "tend", "tabort")
("tx_assist"): New expander.
("tbegin_1", "tbegin_nofloat_1", "*tbeginc_1", "*tend_1")
("*tabort_1", "etnd", "ntstg", "*ppa"): New insn definition.
* config/s390/s390.opt: Add -mhtm option.
* config/s390/s390-protos.h (s390_emit_jump): Add return type.
* config/s390/htmxlintrin.h: New file.
* config/s390/htmintrin.h: New file.
* config/s390/s390intrin.h: New file.
* doc/extend.texi: Document htm builtins.
* config.gcc: Add the new header files to extra_headers.

2013-06-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.target/s390/htm-1.c: New file.
* gcc.target/s390/htm-nofloat-1.c: New file.
* gcc.target/s390/htm-xl-intrin-1.c: New file.

2013-06-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/target.h: Include htmintrin.h.
(_HTM_ITM_RETRIES): New macro definition.
(htm_available, htm_init, htm_begin, htm_begin_success)
(htm_commit, htm_abort, htm_abort_should_retry): New functions.

From-SVN: r200454

11 years agoDR 1589
Jason Merrill [Thu, 27 Jun 2013 02:35:52 +0000 (22:35 -0400)]
DR 1589

DR 1589
* g++.dg/cpp0x/initlist72.C: New.

From-SVN: r200451

11 years agotypeck2.c (store_init_value): Diagnose a non-constant initializer for in-class static.
Jason Merrill [Thu, 27 Jun 2013 02:35:46 +0000 (22:35 -0400)]
typeck2.c (store_init_value): Diagnose a non-constant initializer for in-class static.

* typeck2.c (store_init_value): Diagnose a non-constant
initializer for in-class static.

From-SVN: r200450

11 years agore PR c++/57408 (lambda, Variable length arrays, thread, internal compiler error...
Jason Merrill [Thu, 27 Jun 2013 02:35:39 +0000 (22:35 -0400)]
re PR c++/57408 (lambda, Variable length arrays, thread, internal compiler error: in expand_expr_real_1, at expr.c:9327)

PR c++/57408
* semantics.c (add_capture): Set type to error_mark_node after
error.

From-SVN: r200449

11 years agoDaily bump.
GCC Administrator [Thu, 27 Jun 2013 00:16:41 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200447

11 years agoRevert 200443.
Michael Eager [Thu, 27 Jun 2013 00:02:40 +0000 (00:02 +0000)]
Revert 200443.

From-SVN: r200444

11 years agoAdd sync_compare_and_swapsi and sync_test_and_setsi.
David Holsgrove [Wed, 26 Jun 2013 23:55:52 +0000 (23:55 +0000)]
Add sync_compare_and_swapsi and sync_test_and_setsi.

2013-06-16  David Holsgrove <david.holsgrove@xilinx.com>

Add sync_compare_and_swapsi and sync_test_and_setsi.

* gcc/config/microblaze/sync.md: New file.
* gcc/config/microblaze/microblaze.md: Add UNSPEC_SYNC_CAS,
UNSPEC_SYNC_XCHG and include sync.md.
* gcc/config/microblaze/microblaze.c: Add print_operand 'y'.
* gcc/config/microblaze/constraints.md: Add memory_contraint
'Q' which is a single register.

From-SVN: r200443

11 years agocompiler: disallow fallthrough in last case of switch.
Ian Lance Taylor [Wed, 26 Jun 2013 22:58:03 +0000 (22:58 +0000)]
compiler: disallow fallthrough in last case of switch.

In spec: A "fallthrough" statement may appear as the last
statement of all but the last clause of an expression switch.

From-SVN: r200440

11 years agoabi_tag.cc: Avoid spurious fails with check-debug.
Paolo Carlini [Wed, 26 Jun 2013 22:48:06 +0000 (22:48 +0000)]
abi_tag.cc: Avoid spurious fails with check-debug.

2013-06-25  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/map/modifiers/erase/abi_tag.cc: Avoid
spurious fails with check-debug.
* testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc:
Likewise.
* testsuite/23_containers/set/modifiers/erase/abi_tag.cc: Likewise.
* testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc:
Likewise.

From-SVN: r200438

11 years agocompiler: reject integer division by zero constant.
Ian Lance Taylor [Wed, 26 Jun 2013 22:42:35 +0000 (22:42 +0000)]
compiler: reject integer division by zero constant.

From-SVN: r200436

11 years agogcc/
Thomas Schwinge [Wed, 26 Jun 2013 21:23:43 +0000 (23:23 +0200)]
gcc/
* config/i386/gnu.h [TARGET_LIBC_PROVIDES_SSP]
(TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET):
Undefine.

From-SVN: r200434

11 years agocompiler: forbid identifiers named "init" in package scope.
Ian Lance Taylor [Wed, 26 Jun 2013 15:47:53 +0000 (15:47 +0000)]
compiler: forbid identifiers named "init" in package scope.

From-SVN: r200426

11 years agore PR fortran/29800 (-fbounds-check: For derived types, write not also compound name)
Tobias Burnus [Wed, 26 Jun 2013 15:39:25 +0000 (17:39 +0200)]
re PR fortran/29800 (-fbounds-check: For derived types, write not also compound name)

2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * trans-array.c (gfc_conv_array_ref): Improve out-of-bounds
        diagnostic message.
        * trans-array.c (gfc_conv_array_ref): Update prototype.
        * trans-expr.c (gfc_conv_variable): Update call.

2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * gfortran.dg/bounds_check_17.f90: New.

From-SVN: r200425

11 years agopower8.md: New.
Michael Meissner [Wed, 26 Jun 2013 14:46:44 +0000 (14:46 +0000)]
power8.md: New.

* config/rs6000/power8.md: New.
* config/rs6000/rs6000-cpus.def (RS6000_CPU table): Adjust processor
setting for power8 entry.
* config/rs6000/t-rs6000 (MD_INCLUDES): Add power8.md.
* config/rs6000/rs6000.c (is_microcoded_insn, is_cracked_insn): Adjust
test for Power4/Power5 only.
(insn_must_be_first_in_group, insn_must_be_last_in_group): Add Power8
support.
(force_new_group): Adjust comment.
* config/rs6000/rs6000.md: Include power8.md.

Co-Authored-By: Pat Haugen <pthaugen@us.ibm.com>
Co-Authored-By: Peter Bergner <bergner@vnet.ibm.com>
From-SVN: r200423

11 years agoarm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
Greta Yorsh [Wed, 26 Jun 2013 09:40:40 +0000 (10:40 +0100)]
arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.

2013-06-26  Greta Yorsh  <Greta.Yorsh@arm.com>

* config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
* config/arm/arm-protos.h (arm_max_conditional_execute): New
declaration.
(tune_params): Update comment.
* config/arm/arm.c (arm_cortex_a15_tune): Set max_cond_insns to 2.
(arm_max_conditional_execute): New function.
(thumb2_final_prescan_insn): Use max_insn_skipped and
MAX_INSN_PER_IT_BLOCK to compute maximum instructions in a block.

From-SVN: r200419

11 years agore PR c++/57640 (Explicit call of system literal operator complains about leading...
Ed Smith-Rowland [Wed, 26 Jun 2013 03:35:54 +0000 (03:35 +0000)]
re PR c++/57640 (Explicit call of system literal operator complains about leading underscore.)

gcc/cp:

2013-06-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

PR c++/57640
* parser.c (cp_parser_unqualified_id): Add declarator_p to checks
to trigger warning, (cp_literal_operator_id): Remove bogus TODO comment.

gcc/testsuite:

2013-06-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

PR c++/57640
* g++.dg/cpp1y/pr57640.C: New.

From-SVN: r200415

11 years ago+2013-06-25 Balaji V.
Balaji V. Iyer [Wed, 26 Jun 2013 02:31:27 +0000 (02:31 +0000)]
+2013-06-25 Balaji V.

+2013-06-25  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * c-c++-common/cilk-plus/AN/gather_scatter.c: Fixed a bug of stack
+       overflow due to size of arrays.
+

From-SVN: r200414

11 years agoStatus page for C++2014 library features
Ed Smith-Rowland [Wed, 26 Jun 2013 01:24:25 +0000 (01:24 +0000)]
Status page for C++2014 library features

2013-06-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

Status page for C++2014 library features
* doc/xml/faq.xml: Add link to new C++14 status page.
* doc/xml/manual/intro.xml: Ditto.
* doc/xml/manual/status_cxx2014.xml: New.

From-SVN: r200413

11 years agoabi_tag.cc: Avoid spurious fails with check-debug.
Paolo Carlini [Wed, 26 Jun 2013 00:29:40 +0000 (00:29 +0000)]
abi_tag.cc: Avoid spurious fails with check-debug.

2013-06-25  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/map/modifiers/erase/abi_tag.cc: Avoid
spurious fails with check-debug.
* testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc:
Likewise.
* testsuite/23_containers/set/modifiers/erase/abi_tag.cc: Likewise.
* testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc:
Likewise.

From-SVN: r200411

11 years agoDaily bump.
GCC Administrator [Wed, 26 Jun 2013 00:16:47 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r200410

11 years agoReplaced Dynamic arrays with vec trees in Array Notation for C.
Balaji V. Iyer [Tue, 25 Jun 2013 20:41:21 +0000 (20:41 +0000)]
Replaced Dynamic arrays with vec trees in Array Notation for C.

gcc/c-family/ChangeLog
2013-06-21  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * array-notation-common.c (length_mismatch_in_expr): Changed the
        parameter type's from a dynamic array to a vec_tree.  Also removed
        the size parameters.
        * c-common.h (length_mismatch_in_expr_p): Fixed prototype's as per
        the change above.

gcc/cp/ChangeLog
2013-06-21  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * cp-array-notation.c (cp_length_mismatch_in_expr_p): Remove.
        (expand_an_in_modify_expr): Changed a function call from the above
        removed function to length_mismatch_in_expr_p.

gcc/c/ChangeLog
2013-06-21  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * c-array-notation.c (make_triplet_val_inv): New function.
        (create_cmp_incr): Likewise.
        (create_array_refs): Likewise.
        (fix_builtin_array_notation_fn): Replaced all mallocs with tree vec.
        Also modularized common parts between functions and called the function.
        (build_array_notation_expr): Likewise.
        (fix_conditional_array_notations_1): Likewise.
        (fix_array_notation_expr): Likewise.
        (fix_array_notation_call_expr): Likewise.

From-SVN: r200405

11 years agoUpdate shift1.go test for recent changes.
Ian Lance Taylor [Tue, 25 Jun 2013 16:51:46 +0000 (16:51 +0000)]
Update shift1.go test for recent changes.

From-SVN: r200400

11 years agocompiler: Fix type determination issues.
Ian Lance Taylor [Tue, 25 Jun 2013 16:34:28 +0000 (16:34 +0000)]
compiler: Fix type determination issues.

From-SVN: r200398

11 years ago* zh_TW.po: Update.
Joseph Myers [Tue, 25 Jun 2013 16:30:13 +0000 (17:30 +0100)]
* zh_TW.po: Update.

From-SVN: r200396

11 years agore PR tree-optimization/57705 (Non-constant step induction vars not vectorized)
Jakub Jelinek [Tue, 25 Jun 2013 12:35:21 +0000 (14:35 +0200)]
re PR tree-optimization/57705 (Non-constant step induction vars not vectorized)

PR tree-optimization/57705
* tree-vect-loop.c (vect_is_simple_iv_evolution): Allow
SSA_NAME step, provided that it is not defined inside the loop.
(vect_analyze_scalar_cycles_1): Disallow SSA_NAME step in nested
loop.
(get_initial_def_for_induction): Handle SSA_NAME IV step.

* gcc.dg/vect/pr57705.c: New test.
* gcc.dg/vect/vect-iv-7.c: Add noclone attribute, remove xfail.

From-SVN: r200394