platform/upstream/linaro-gcc.git
9 years ago2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
sandra [Mon, 4 May 2015 02:41:10 +0000 (02:41 +0000)]
2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/extend.texi (Variable Attributes, Type Attributes):  Move
sections up in file, to immediately after the Function Attributes
section.

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

9 years agoDaily bump.
gccadmin [Mon, 4 May 2015 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

9 years ago * tree.c (verify_type): Check various uses of TYPE_MINVAL.
hubicka [Mon, 4 May 2015 00:14:47 +0000 (00:14 +0000)]
* tree.c (verify_type): Check various uses of TYPE_MINVAL.

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

9 years ago[ARM,AArch64][testsuite] AdvSIMD intrinsics tests cleanup: remove useless expected...
clyon [Sun, 3 May 2015 20:53:17 +0000 (20:53 +0000)]
[ARM,AArch64][testsuite] AdvSIMD intrinsics tests cleanup: remove useless expected values.

2015-05-03  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/aarch64/advsimd-intrinsics/binary_op.inc: Call CHECK
for each supported variant instead of CHECK_RESULTS.
* gcc.target/aarch64/advsimd-intrinsics/binary_sat_op.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/unary_op.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vXXXl.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vXXXw.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsXi_n.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vaba.c: Remove dummy
expected results for unsupported variants.  Call CHECK for each
supported variant instead of CHECK_RESULTS.
* gcc.target/aarch64/advsimd-intrinsics/vabal.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vabd.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vabdl.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcls.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vclz.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcnt.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcombine.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcreate.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vget_high.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vget_low.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vldX.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vldX_dup.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vldX_lane.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vmul.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vshl.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsli_n.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsri_n.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vabs.c: Remove dummy
expected results for unsupported variants.
* gcc.target/aarch64/advsimd-intrinsics/vadd.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vaddl.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vaddw.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vand.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vbic.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcage.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcagt.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcale.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcalt.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vceq.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcge.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcgt.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vcle.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vclt.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/veor.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vneg.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vorn.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vorr.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vqabs.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vqadd.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vqneg.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vqsub.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsub.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsubl.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vsubw.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vtrn.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vuzp.c: Likewise.
* gcc.target/aarch64/advsimd-intrinsics/vzip.c: Likewise.

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

9 years ago2015-05-03 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sun, 3 May 2015 18:09:57 +0000 (18:09 +0000)]
2015-05-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* gfortran.dg/bound_9.f90:  Add pointer assignment.

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

9 years ago2015-05-03 Matthias Klose <doko@ubuntu.com>
doko [Sun, 3 May 2015 17:31:26 +0000 (17:31 +0000)]
2015-05-03  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Match $host configured with triplets.
        * configure: Regenerate.

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

9 years agoDaily bump.
gccadmin [Sun, 3 May 2015 00:16:20 +0000 (00:16 +0000)]
Daily bump.

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

9 years agomake emit_partition_copy return a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:07:15 +0000 (21:07 +0000)]
make emit_partition_copy return a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
(insert_partition_copy_on_edge): Adjust.
(insert_rtx_to_part_on_edge): Likewise.
(insert_part_to_rtx_on_edge): Likewise.

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

9 years agomake set_return_jump_label take an rtx_insn *
tbsaunde [Sat, 2 May 2015 21:06:59 +0000 (21:06 +0000)]
make set_return_jump_label take an rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* function.c (set_return_jump_label): Change type of argument to
rtx_insn *.
* function.h (set_return_jump_label): Adjust.

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

9 years agotype reg_equiv_init as rtx_insn_list
tbsaunde [Sat, 2 May 2015 21:06:43 +0000 (21:06 +0000)]
type reg_equiv_init as rtx_insn_list

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* reload.h (struct reg_equivs_t): Change type of init to
rtx_insn *.
* ira.c (fix_reg_equiv_init): Adjust.
* reload1.c (eliminate_regs_1): Likewise.
(init_eliminable_invariants): Likewise.

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

9 years agomake fp_setter_insn take a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:06:27 +0000 (21:06 +0000)]
make fp_setter_insn take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* cselib.c (fp_setter_insn): Take a rtx_insn *.
* cselib.h (fp_setter_insn): Adjust.

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

9 years agomake validate_replace_src_group take a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:06:09 +0000 (21:06 +0000)]
make validate_replace_src_group take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* recog.c (struct validate_replace_src_data): Change type of
insn field to rtx_insn *.
(validate_replace_src_group): Change type of argument to rtx_insn *.
* recog.h (validate_replace_src_group): Adjust.

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

9 years agomake several functions in the scheduler take rtx_insn *
tbsaunde [Sat, 2 May 2015 21:05:54 +0000 (21:05 +0000)]
make several functions in the scheduler take rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* haifa-sched.c: Change the type of some variables to rtx_insn *.
* sched-deps.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sel-sched.c: Likewise.

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

9 years agomake some functions in config/ take a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:05:37 +0000 (21:05 +0000)]
make some functions in config/ take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

to rtx_insn *.
* config/i386/i386.c: Change the type of some arguments to
rtx_insn *.
* config/arm/arm.c: Likewise.

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

9 years agomake some functions in lra-constraints.c take rtx_insn *
tbsaunde [Sat, 2 May 2015 21:05:20 +0000 (21:05 +0000)]
make some functions in lra-constraints.c take rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* lra-constraints.c: Change type of some arguments to rtx_insn *.

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

9 years agokill_autoinc_value can take a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:05:04 +0000 (21:05 +0000)]
kill_autoinc_value can take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* regcprop.c (kill_autoinc_value): Change type of argument to
rtx_insn *.

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

9 years agorecog_data::insn can be a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:04:47 +0000 (21:04 +0000)]
recog_data::insn can be a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* genrecog.c (print_subroutine): Adjust.
* recog.c (get_bool_attr_mask_uncached): Likewise.
* recog.h (struct recog_data_d): Change the type of insn to
rtx_insn *.

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

9 years agoadd_cfi_insn can be a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:04:31 +0000 (21:04 +0000)]
add_cfi_insn can be a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.

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

9 years agodf_set_note can take a rtx_insn *
tbsaunde [Sat, 2 May 2015 21:04:13 +0000 (21:04 +0000)]
df_set_note can take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* df-problems.c (df_set_note): Change type of argument to
rtx_insn *.

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

9 years agochange local vars to rtx_insn *
tbsaunde [Sat, 2 May 2015 21:03:53 +0000 (21:03 +0000)]
change local vars to rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* builtins.c (expand_builtin_trap): Change type of local
variable to rtx_insn *.
* config/arc/arc.md: Likewise.
* config/arm/arm.c (arm_barrier_cost): Likewise.
* config/avr/avr.c (avr_reorg): Likewise.
* config/bfin/bfin.c (workaround_speculation): Likewise.
(add_sched_insns_for_speculation): Likewise.
* config/i386/i386.c (ix86_init_pic_reg): Likewise.
(ix86_emit_save_regs): Likewise.
(get_scratch_register_on_entry): Likewise.
(ix86_emit_restore_reg_using_pop): Likewise.
(ix86_emit_leave): Likewise.
(ix86_emit_restore_regs_using_mov): Likewise.
(ix86_expand_epilogue): Likewise.
* config/rl78/rl78.c (rl78_alloc_physical_registers_cmp):
Likewise.
(rl78_alloc_physical_registers_umul): Likewise.
* config/sh/sh.md: Likewise.
* cselib.c (discard_useless_locs): Likewise.
(cselib_invalidate_regno): Likewise.
(cselib_invalidate_mem): Likewise.
* function.c (expand_function_start): Likewise.
(emit_use_return_register_into_block): Likewise.
* gcse.c: Likewise.
* haifa-sched.c (ok_for_early_queue_removal): Likewise.
* ifcvt.c (noce_get_alt_condition): Likewise.
* loop-doloop.c (doloop_condition_get): Likewise.
* lra-constraints.c (inherit_in_ebb): Likewise.
* modulo-sched.c (sms_schedule_by_order): Likewise.
* recog.c (next_insn_tests_no_inequality): Likewise.
* reorg.c (emit_delay_sequence): Likewise.
(update_reg_dead_notes): Likewise.
(fix_reg_dead_note): Likewise.
(fill_slots_from_thread): Likewise.
(delete_computation): Likewise.

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

9 years ago * include/experimental/any (any::_Storage): Fix alignment of buffer.
redi [Sat, 2 May 2015 18:19:39 +0000 (18:19 +0000)]
* include/experimental/any (any::_Storage): Fix alignment of buffer.
(any::_Internal): Check alignment of type.
* testsuite/experimental/any/cons/aligned.cc: New.
* testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.

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

9 years ago * include/experimental/iterator (ostream_joiner): Simplify by using
redi [Sat, 2 May 2015 18:03:20 +0000 (18:03 +0000)]
* include/experimental/iterator (ostream_joiner): Simplify by using
the injected-class-name and the ostream_type typedef.

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

9 years ago * include/experimental/iterator: New. Define ostream_joiner.
redi [Sat, 2 May 2015 17:14:25 +0000 (17:14 +0000)]
* include/experimental/iterator: New. Define ostream_joiner.
* include/Makefile.am: Add new header.
* include/Makefile.in: Regenerate.
* testsuite/experimental/iterator/make_ostream_joiner.cc: New.
* testsuite/experimental/iterator/ostream_joiner.cc: New.
* testsuite/experimental/iterator/requirements.cc: New.
* doc/xml/manual/status_cxx2017.xml: Update status.
* doc/html/manual/status.html: Regenerate.

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

9 years ago2015-05-02 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Sat, 2 May 2015 16:37:35 +0000 (16:37 +0000)]
2015-05-02  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/65976
* invoke.texi:  Remove 'no-' in '-fno-fixed-form'

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

9 years ago * include/experimental/numeric: New. Define gcd and lcm.
redi [Sat, 2 May 2015 15:18:36 +0000 (15:18 +0000)]
* include/experimental/numeric: New. Define gcd and lcm.
* include/Makefile.am: Add new header.
* include/Makefile.in: Regenerate.
* testsuite/experimental/numeric/gcd.cc: New.
* testsuite/experimental/numeric/lcm.cc: New.
* doc/xml/manual/status_cxx2017.xml: Update status.
* doc/html/manual/status.html: Regenerate.

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

9 years ago2015-05-02 Edward Smith-Rowland <3dw4rd@verizon.net>
emsr [Sat, 2 May 2015 12:48:32 +0000 (12:48 +0000)]
2015-05-02  Edward Smith-Rowland  <3dw4rd@verizon.net>

        Revert addition of feature macros from other headers per latest SD-6.
        * include/experimental/deque: Remove feature-test macro.
        * include/experimental/forward_list: Ditto.
        * include/experimental/list: Ditto.
        * include/experimental/map: Ditto.
        * include/experimental/set: Ditto.
        * include/experimental/string: Ditto.
        * include/experimental/unordered_map: Ditto.
        * include/experimental/unordered_set: Ditto.

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

9 years ago * include/experimental/any (any::_Storage): Make non-copyable.
redi [Sat, 2 May 2015 12:38:44 +0000 (12:38 +0000)]
* include/experimental/any (any::_Storage): Make non-copyable.
(any::any): Do not copy _Storage object.
(any::operator=): Implement more efficiently than swapping.
(any::swap): Use new _Op_xfer operation.
(any::_Op::_Op_xfer): New enumerator.
(_Manager_internal::_S_alloc): Remove unused function.
(_Manager_internal::_S_create, _Manager_external::_S_create): Use out
parameter instead of returning a _Storage object.
(_Manager_internal::_S_manage, _Manager_external::_S_manage): Add
_Op_xfer operation for moving and swapping.
* testsuite/experimental/any/cons/nontrivial.cc: New.
* testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.

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

9 years ago * include/experimental/fs_path.h (filesystem_error::~filesystem_error):
redi [Sat, 2 May 2015 11:36:55 +0000 (11:36 +0000)]
* include/experimental/fs_path.h (filesystem_error::~filesystem_error):
Declare.
* src/filesystem/path.cc (filesystem_error::~filesystem_error):
Define.

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

9 years ago PR libstdc++/65978
redi [Sat, 2 May 2015 11:20:03 +0000 (11:20 +0000)]
PR libstdc++/65978
* include/std/tuple (forward_as_tuple, tie): Add constexpr.
* testsuite/20_util/tuple/creation_functions/constexpr.cc: Uncomment
and fix tests for forward_as_tuple and tie.

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

9 years ago * src/filesystem/ops.cc (last_write_time) [_GLIBCXX_USE_UTIMENSAT]:
redi [Sat, 2 May 2015 09:51:49 +0000 (09:51 +0000)]
* src/filesystem/ops.cc (last_write_time) [_GLIBCXX_USE_UTIMENSAT]:
Set timespec members explicitly instead of with a braced-init-list.
[_GLIBCXX_HAVE_UTIME_H]: Use lambda to handle st_atime being a macro.

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

9 years agoupdate ChangeLogs for previous commit
tbsaunde [Sat, 2 May 2015 04:27:29 +0000 (04:27 +0000)]
update ChangeLogs for previous commit

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

9 years agofixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS
tbsaunde [Sat, 2 May 2015 04:11:07 +0000 (04:11 +0000)]
fixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS

libobjc/ChangeLog:

2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* acinclude.m4: Include bitfields.m4.
* config.h.in: Regenerate.
* configure: Likewise.
* configure.ac: Invoke gt_BITFIELD_TYPE_MATTERS.
* encoding.c: Check HAVE_BITFIELD_TYPE_MATTERS.

config/ChangeLog:

2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* bitfields.m4: New file.

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

9 years ago2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
sandra [Sat, 2 May 2015 03:30:37 +0000 (03:30 +0000)]
2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/extend.texi (Variable Attributes): Add menu and proper
@nodes to subsections.  Move Microsoft Windows attributes to
their own subsection.
(Type Attributes): Reorganize introduction to remove duplicate
list of attributes.  Add menu and proper @nodes to subsections.
Alphabetize the main table of common attributes.

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

9 years ago2015-05-02 Edward Smith-Rowland <3dw4rd@verizon.net>
emsr [Sat, 2 May 2015 02:01:35 +0000 (02:01 +0000)]
2015-05-02  Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/experimental/deque: Add feature-test macro.
* include/experimental/forward_list: Ditto.
* include/experimental/list: Ditto.
* include/experimental/map: Ditto.
* include/experimental/set: Ditto.
* include/experimental/string: Ditto.
* include/experimental/unordered_map: Ditto.
* include/experimental/unordered_set: Ditto.

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

9 years agoDaily bump.
gccadmin [Sat, 2 May 2015 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

9 years ago * include/experimental/memory: Correct feature-test macro.
redi [Fri, 1 May 2015 21:26:24 +0000 (21:26 +0000)]
* include/experimental/memory: Correct feature-test macro.

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

9 years ago * include/experimental/memory: Add feature-test macro.
redi [Fri, 1 May 2015 21:01:17 +0000 (21:01 +0000)]
* include/experimental/memory: Add feature-test macro.
* include/experimental/vector: Likewise.
* doc/xml/manual/status_cxx2017.xml: Update status.
* doc/html/manual/status.html: Regenerate.

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

9 years ago2015-05-01 Ville Voutilainen <ville.voutilainen@gmail.com>
redi [Fri, 1 May 2015 21:01:11 +0000 (21:01 +0000)]
2015-05-01  Ville Voutilainen  <ville.voutilainen@gmail.com>

Implement observer_ptr.
* include/Makefile.am: Add new header.
* include/Makefile.in: Regenerate.
* include/experimental/memory: New.
* testsuite/experimental/memory/observer_ptr/assignment/assign.cc: New.
* testsuite/experimental/memory/observer_ptr/cons/cons.cc: New.
* testsuite/experimental/memory/observer_ptr/hash/hash.cc: New.
* testsuite/experimental/memory/observer_ptr/make_observer.cc: New.
* testsuite/experimental/memory/observer_ptr/relops/relops.cc: New.
* testsuite/experimental/memory/observer_ptr/requirements.cc: New.
* testsuite/experimental/memory/observer_ptr/swap/swap.cc: New.
* testsuite/experimental/memory/observer_ptr/typedefs.cc: New.

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

9 years ago * src/filesystem/path.cc (path::compare): Do not copy strings.
redi [Fri, 1 May 2015 20:05:42 +0000 (20:05 +0000)]
* src/filesystem/path.cc (path::compare): Do not copy strings.

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

9 years ago * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h>
redi [Fri, 1 May 2015 19:48:00 +0000 (19:48 +0000)]
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h>
is not available.
(GLIBCXX_CHECK_FILESYSTEM_DEPS): Check for fchmodat.
* configure: Regenerate.
* config.h.in: Regenerate.
* configure.ac: Check for utime.h
* include/experimental/fs_path.h (path::string<>)
[_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Remove stray typename keyword.
* src/filesystem/dir.cc [!_GLIBCXX_HAVE_DIRENT_H] (DIR, opendir,
closedir, dirent, readdir_r): Replace dummy functions with #error.
(native_readdir, _Dir::advance): Use readdir when readdir_r is missing.
* src/filesystem/ops.cc (do_stat, is_set): Make inline.
(last_write_time) [!_GLIBCXX_USE_UTIMENSAT]: Use utime.
(permissions) [!_GLIBCXX_USE_FCHMODAT]: Use chmod.
(space, temp_directory_path) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Set
error_code.

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

9 years ago * include/experimental/fs_path.h (path::_List): Use vector instead of
redi [Fri, 1 May 2015 19:47:55 +0000 (19:47 +0000)]
* include/experimental/fs_path.h (path::_List): Use vector instead of
list.
* python/libstdcxx/v6/printers.py (StdExpPathPrinter): Adapt.
* src/filesystem/path.cc: Use std::prev instead of decrementing
rvalues. Fix whitespace.
* testsuite/experimental/filesystem/path/decompose/parent_path.cc:
Do not decrement iterators before begin.

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

9 years ago2015-05-01 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 1 May 2015 18:53:51 +0000 (18:53 +0000)]
2015-05-01  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/cpp0x/Wnarrowing4.C: Rename to Wnarrowing3.C.

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

9 years ago/cp
paolo [Fri, 1 May 2015 18:43:40 +0000 (18:43 +0000)]
/cp
2015-05-01  Paolo Carlini  <paolo.carlini@oracle.com>
    Prathamesh Kulharni  <prathamesh.kulkarni@linaro.org>

PR c++/65858
* typeck2.c (check_narrowing): Set ok = true when pedwarn returns
false.

/testsuite
2015-05-01  Paolo Carlini  <paolo.carlini@oracle.com>
    Prathamesh Kulharni  <prathamesh.kulkarni@linaro.org>

PR c++/65858
* g++.dg/cpp0x/Wnarrowing4.C: New.

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

9 years ago * match.pd: New simplification patterns.
law [Fri, 1 May 2015 18:25:12 +0000 (18:25 +0000)]
* match.pd: New simplification patterns.
(x + (x & 1))  -> ((x + 1) & ~1)
(x & ~(x & y)) -> ((x & ~y))
(x | ~(x | y)) -> ((x | ~y))

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

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

9 years ago * gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
dje [Fri, 1 May 2015 18:23:30 +0000 (18:23 +0000)]
    * gcc.dg/debug/pr65771.c: Add "dg-add-options tls".

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

9 years ago * include/experimental/fs_dir.h: Fix use of non-reserved names.
redi [Fri, 1 May 2015 17:55:33 +0000 (17:55 +0000)]
* include/experimental/fs_dir.h: Fix use of non-reserved names.
* include/experimental/fs_ops.h: Likewise.
* include/experimental/fs_path.h: Likewise.
* testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Use
C++11 when checking for support.

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

9 years ago * include/bits/locale_classes.h (locale::facet): Delete copy
redi [Fri, 1 May 2015 16:50:31 +0000 (16:50 +0000)]
* include/bits/locale_classes.h (locale::facet): Delete copy
operations in C++11 mode.

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

9 years ago * sv.po: Update.
jsm28 [Fri, 1 May 2015 16:23:49 +0000 (16:23 +0000)]
* sv.po: Update.

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

9 years ago * de.po: Update.
jsm28 [Fri, 1 May 2015 16:19:00 +0000 (16:19 +0000)]
* de.po: Update.

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

9 years ago[doc] Update definition location of attribute_spec in documentation
ktkachov [Fri, 1 May 2015 15:35:15 +0000 (15:35 +0000)]
[doc] Update definition location of attribute_spec in documentation

* target.def (attribute_table): Mention that struct attribute_spec
is defined in tree-core.h rather than tree.h
* doc/tm.texi: Regenerate.

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

9 years ago[PATCH] add sync_int_long target selector to gcc.dg/pr65345-2.c
renlin [Fri, 1 May 2015 15:28:22 +0000 (15:28 +0000)]
[PATCH] add sync_int_long target selector to gcc.dg/pr65345-2.c

gcc/testsuite/

2015-05-01  Renlin Li  <renlin.li@arm.com>

* gcc.dg/pr65345-2.c: Add sync_int_long target selector.

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

9 years ago * include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.
redi [Fri, 1 May 2015 15:22:49 +0000 (15:22 +0000)]
* include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.

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

9 years ago * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
redi [Fri, 1 May 2015 15:11:05 +0000 (15:11 +0000)]
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
* configure: Regenerate.

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

9 years ago2015-05-01 Edward Smith-Rowland <3dw4rd@verizon.net>
emsr [Fri, 1 May 2015 15:00:46 +0000 (15:00 +0000)]
2015-05-01  Edward Smith-Rowland  <3dw4rd@verizon.net>

Inline one-line erasure dispatch functions.
* include/experimental/forward_list (erase_if(), erase()): Inline.
* include/experimental/list (erase_if(), erase()): Inline.
* include/experimental/map (erase_if(*)): Inline.
* include/experimental/set (erase_if(*)): Inline.
* include/experimental/string (erase_if(), erase()): Inline.
* include/experimental/unordered_map (erase_if(*)): Inline.
* include/experimental/unordered_set (erase_if(*)): Inline.

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

9 years agogcc/
rsandifo [Fri, 1 May 2015 14:26:55 +0000 (14:26 +0000)]
gcc/
* genrecog.c (test): Rename to rtx_test.  Update rest of file
accordingly.

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

9 years agoSummary: Mark help string in DEFPARAM as no-c-format
schwab [Fri, 1 May 2015 14:07:51 +0000 (14:07 +0000)]
Summary: Mark help string in DEFPARAM as no-c-format

PR translation/65959
* params.h (DEFPARAM): Rename msgid to nocmsgid.

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

9 years agoAllow bound simplification of array subreferences.
mikael [Fri, 1 May 2015 13:32:42 +0000 (13:32 +0000)]
Allow bound simplification of array subreferences.

gcc/fortran/
* simplify.c (simplify_bound_dim): Tighten the check for array fullness
by also checking for absence of subreference.
(simplify_bound): Don't skip simplification if the array
has subreferences.
(simplify_cobound): Same.
gcc/testsuite/
* gfortran.dg/bound_simplification_4.f90: New.

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

9 years ago[AArch64] Make aarch64_min_divisions_for_recip_mul configurable
ktkachov [Fri, 1 May 2015 13:19:34 +0000 (13:19 +0000)]
[AArch64] Make aarch64_min_divisions_for_recip_mul configurable

On behalf of Wilco Dijkstra

2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>

* gcc/config/aarch64/aarch64-protos.h (tune_params):
Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
* gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
Return value depending on target.
(generic_tunings): Initialize new target settings.
(cortexa53_tunings): Likewise.
(cortexa57_tunings): Likewise.
(thunderx_tunings): Likewise.
(xgene1_tunings): Likewise.

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

9 years ago[AArch64] Fix Cortex-A53 shift costs
ktkachov [Fri, 1 May 2015 13:09:25 +0000 (13:09 +0000)]
[AArch64] Fix Cortex-A53 shift costs

On behalf of Wilco Dijkstra

2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>

* gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
Make Cortex-A53 shift costs more accurate.

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

9 years ago[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs
ktkachov [Fri, 1 May 2015 12:54:22 +0000 (12:54 +0000)]
[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs

* config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
UNSIGNED_FLOAT.

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

9 years ago[AArch64] Fix aarch64_rtx_costs of PLUS/MINUS
ktkachov [Fri, 1 May 2015 12:52:34 +0000 (12:52 +0000)]
[AArch64] Fix aarch64_rtx_costs of PLUS/MINUS

On behalf of Wilco Dijkstra

2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>

* gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
Calculate cost of op0 and op1 in PLUS and MINUS cases.

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

9 years ago * doc/xml/manual/intro.xml: Link to new status_cxx2017.xml file.
redi [Fri, 1 May 2015 11:02:24 +0000 (11:02 +0000)]
* doc/xml/manual/intro.xml: Link to new status_cxx2017.xml file.
* doc/xml/manual/status_cxx2011.xml: Update status tables.
* doc/xml/manual/status_cxx2014.xml: Likewise.
* doc/xml/manual/status_cxx2017.xml: New.
* doc/xml/manual/using.xml: Fix typo.
* doc/html/*: Regenerate.

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

9 years ago * include/std/memory (pointer_safety, declare_reachable,
redi [Fri, 1 May 2015 11:02:18 +0000 (11:02 +0000)]
* include/std/memory (pointer_safety, declare_reachable,
undeclare_reachable, declare_no_pointers, undeclare_no_pointers,
get_pointer_safety): Define.
* testsuite/20_util/pointer_safety/1.cc: New.

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

9 years ago[AArch64] Remember to cost operand 0 in FP compare-with-0.0 case
ktkachov [Fri, 1 May 2015 08:58:34 +0000 (08:58 +0000)]
[AArch64] Remember to cost operand 0 in FP compare-with-0.0 case

* config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
Add cost of op0 in the compare-with-fpzero case.

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

9 years agoDaily bump.
gccadmin [Fri, 1 May 2015 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

9 years ago2015-04-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Thu, 30 Apr 2015 23:59:16 +0000 (23:59 +0000)]
2015-04-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/crypto-builtin-2.c: Replace powerpc_vsx_ok
with powerpc_p8vector_ok.

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

9 years ago2015-04-30 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Thu, 30 Apr 2015 22:12:31 +0000 (22:12 +0000)]
2015-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* simplify.c (simplify_bound): Get constant lower bounds of one
from array spec for assumed and explicit shape shape arrays if
the lower bounds are indeed one.

2015-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* gfortran.dg/coarray_lib_this_image_2.f90:  Adjust
scan pattern.
* gfortran.dg/bound_9.f90:  New test case.

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

9 years agoFix spurious semicolons
dmalcolm [Thu, 30 Apr 2015 21:07:45 +0000 (21:07 +0000)]
Fix spurious semicolons

gcc/ChangeLog:
* builtins.c (fold_builtin_1): Remove spurious second
semicolon.
* cgraph.h (symtab_node::get_availability): Likewise.
* opts.c (common_handle_option): Remove spurious second semicolon.
* tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
* tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.

gcc/cp/ChangeLog:
* cp-tree.h (ARGUMENT_PACK_SELECT_ARG): Remove spurious
trailing semicolon.

gcc/fortran/ChangeLog:
* options.c (gfc_init_options): Remove spurious second
semicolon.
* trans-stmt.c (gfc_trans_allocate): Likewise.

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

9 years agocompiler: Use backend interface for stack allocation.
ian [Thu, 30 Apr 2015 20:44:03 +0000 (20:44 +0000)]
compiler: Use backend interface for stack allocation.

Stack allocation was being done by making a temporary variable and
taking its address.  This does not work when allocating in a loop
because every allocated variable will refer to the same address.
The backend now provides a way to safely allocate in a loop.

* go-gcc.cc (Gcc_backend::stack_allocation_expression): New
method.

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

9 years ago * g++.dg/ipa/devirt-28a.C: Require LTO effective target.
uros [Thu, 30 Apr 2015 20:22:51 +0000 (20:22 +0000)]
* g++.dg/ipa/devirt-28a.C: Require LTO effective target.
* g++.dg/ext/sync-4.C (dg-additional-options): Use -march=pentium
for 32bit x86 targets.
* gcc.dg/pr36504.c (dg-additional-options): Use -march=i686 -msse
for 32bit x86 targets.
* gcc.dg/pr39455.c (dg-additional-options): Ditto.
* gcc.dg/pr45352-1.c (dg-additional-options): Ditto.
* gcc.dg/pr63914.c (dg-additional-options): Use -msse
for 32bit x86 targets.

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

9 years ago * doc/tm.texi: Regenerate.
uros [Thu, 30 Apr 2015 19:35:34 +0000 (19:35 +0000)]
* doc/tm.texi: Regenerate.

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

9 years agoImplement N4100 File System TS
redi [Thu, 30 Apr 2015 19:11:52 +0000 (19:11 +0000)]
Implement N4100 File System TS

* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Define.
(GLIBCXX_CHECK_FILESYSTEM_DEPS): Define.
* config.h.in: Regenerate.
* configure: Regenerate.
* configure.ac: Enable filesystem TS and check its dependencies.
* include/Makefile.am: Add new headers.
* include/Makefile.in: Regenerate.
* include/bits/locale_conv.h (__do_str_code_cvt, __str_codecvt_in,
__str_codecvt_out): Move code conversion logic from wstring_convert
into new global functions.
(wstring_convert::to_bytes, wstring_convert::from_bytes): Use new
functions.
(wstring_convert::_M_conv): Remove.
* include/bits/quoted_string.h (_Quoted_string): Split out of iomanip.
* include/experimental/filesystem: New.
* include/experimental/fs_dir.h: New.
* include/experimental/fs_fwd.h: New.
* include/experimental/fs_ops.h: New.
* include/experimental/fs_path.h: New.
* include/std/iomanip (_Quoted_string): Move to bits/quoted_string.h.
* python/libstdcxx/v6/printers.py (StdExpPathPrinter): Add.
* src/Makefile.am (SUBDIRS): Add filesystem.
* src/Makefile.in: Regenerate.
* src/filesystem/Makefile.am: New.
* src/filesystem/Makefile.in: New.
* src/filesystem/dir.cc: New.
* src/filesystem/ops.cc: New.
* src/filesystem/path.cc: New.
* testsuite/experimental/filesystem/operations/absolute.cc: New.
* testsuite/experimental/filesystem/operations/copy.cc: New.
* testsuite/experimental/filesystem/operations/current_path.cc: New.
* testsuite/experimental/filesystem/path/append/path.cc: New.
* testsuite/experimental/filesystem/path/assign/assign.cc: New.
* testsuite/experimental/filesystem/path/assign/copy.cc: New.
* testsuite/experimental/filesystem/path/compare/compare.cc: New.
* testsuite/experimental/filesystem/path/compare/path.cc: New.
* testsuite/experimental/filesystem/path/compare/strings.cc: New.
* testsuite/experimental/filesystem/path/concat/path.cc: New.
* testsuite/experimental/filesystem/path/concat/strings.cc: New.
* testsuite/experimental/filesystem/path/construct/copy.cc: New.
* testsuite/experimental/filesystem/path/construct/default.cc: New.
* testsuite/experimental/filesystem/path/construct/locale.cc: New.
* testsuite/experimental/filesystem/path/construct/range.cc: New.
* testsuite/experimental/filesystem/path/decompose/extension.cc: New.
* testsuite/experimental/filesystem/path/decompose/filename.cc: New.
* testsuite/experimental/filesystem/path/decompose/parent_path.cc:
New.
* testsuite/experimental/filesystem/path/decompose/relative_path.cc:
New.
* testsuite/experimental/filesystem/path/decompose/root_directory.cc:
New.
* testsuite/experimental/filesystem/path/decompose/root_name.cc:
New.
* testsuite/experimental/filesystem/path/decompose/root_path.cc:
New.
* testsuite/experimental/filesystem/path/decompose/stem.cc: New.
* testsuite/experimental/filesystem/path/generic/generic_string.cc:
New.
* testsuite/experimental/filesystem/path/itr/traversal.cc: New.
* testsuite/experimental/filesystem/path/modifiers/clear.cc: New.
* testsuite/experimental/filesystem/path/modifiers/make_preferred.cc:
New.
* testsuite/experimental/filesystem/path/modifiers/remove_filename.cc:
New.
* testsuite/experimental/filesystem/path/modifiers/replace_extension.cc:
New.
* testsuite/experimental/filesystem/path/modifiers/replace_filename.cc:
New.
* testsuite/experimental/filesystem/path/modifiers/swap.cc: New.
* testsuite/experimental/filesystem/path/nonmember/hash_value.cc: New.
* testsuite/experimental/filesystem/path/query/empty.cc: New.
* testsuite/experimental/filesystem/path/query/has_extension.cc: New.
* testsuite/experimental/filesystem/path/query/has_filename.cc: New.
* testsuite/experimental/filesystem/path/query/has_parent_path.cc:
New.
* testsuite/experimental/filesystem/path/query/has_relative_path.cc:
New.
* testsuite/experimental/filesystem/path/query/has_root_directory.cc:
New.
* testsuite/experimental/filesystem/path/query/has_root_name.cc:
New.
* testsuite/experimental/filesystem/path/query/has_root_path.cc:
New.
* testsuite/experimental/filesystem/path/query/has_stem.cc: New.
* testsuite/experimental/filesystem/path/query/is_relative.cc: New.
* testsuite/util/testsuite_fs.h: New.

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

9 years ago PR tree-optimization/63551
mpolacek [Thu, 30 Apr 2015 18:01:07 +0000 (18:01 +0000)]
PR tree-optimization/63551
     * g++.dg/ipa/pr63551.C: New test.

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

9 years agoCorrect ChangeLog entry date.
jsm28 [Thu, 30 Apr 2015 17:55:31 +0000 (17:55 +0000)]
Correct ChangeLog entry date.

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

9 years ago * be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po,
jsm28 [Thu, 30 Apr 2015 17:54:41 +0000 (17:54 +0000)]
* be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po,
id.po, ja.po, nl.po, pr_BR.po, ru.po, sr.po, sv.po, tr.po, uk.po,
vi.po, zh_CN.po, zh_TW.po: Update.

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

9 years ago * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
jsm28 [Thu, 30 Apr 2015 17:52:24 +0000 (17:52 +0000)]
* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
ja.po, nl.po, ru.po, sr.po, sv.po, tr.po, vi.po, zh_CN.po,
zh_TW.po: Update.

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

9 years agoDefine & use special macros to record the name & size of cold
ctice [Thu, 30 Apr 2015 17:49:02 +0000 (17:49 +0000)]
Define & use special macros to record the name & size of cold
partitions.  (Fix PR 65929).

gcc/ChangeLog

PR 65929
* config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
(ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
* doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
(ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
* final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
* varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.

gcc/testsuite/ChangeLog:

PR  65929
* gcc.dg/tree-prof/cold_partition_label.c:  Only check for cold
partition size on certain targets.

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

9 years agoescape: Analyze function values and conversions.
ian [Thu, 30 Apr 2015 17:44:10 +0000 (17:44 +0000)]
escape: Analyze function values and conversions.

The analysis for variables defined as function literals did not
properly analyze the underlying function literal when it was converted
to a function type.  Also, when analyzing composite literals with
function literals as arguments, the connection between the composite
literal and the function literal was ignored.

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

9 years ago * varasm.c (handle_cache_entry): Fix logic.
mpolacek [Thu, 30 Apr 2015 17:25:55 +0000 (17:25 +0000)]
* varasm.c (handle_cache_entry): Fix logic.

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

9 years agocompiler: Mark non-escaping variables that aren't addressed.
ian [Thu, 30 Apr 2015 17:21:29 +0000 (17:21 +0000)]
compiler: Mark non-escaping variables that aren't addressed.

When optimizing allocations, only variables that had their address
taken somewhere in the program were marked as non-escaping.
There are several cases where non-addressed variables might cause
extra allocations.

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

9 years ago[AArch64] Add alternative 'extr' pattern, calculate rtx cost properly
ktkachov [Thu, 30 Apr 2015 17:03:26 +0000 (17:03 +0000)]
[AArch64] Add alternative 'extr' pattern, calculate rtx cost properly

* config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
(*extrsi5_insn_uxtw_alt): Likewise.
* config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
(aarch64_rtx_costs, IOR case): Use above to properly cost extr
operations.

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

9 years ago[AArch64] Properly cost FABD pattern
ktkachov [Thu, 30 Apr 2015 17:01:34 +0000 (17:01 +0000)]
[AArch64] Properly cost FABD pattern

* config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
fabd in ABS case.

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

9 years ago[AArch64] Properly handle mvn-register and add EON+shift pattern and cost appropriately
ktkachov [Thu, 30 Apr 2015 16:59:50 +0000 (16:59 +0000)]
[AArch64] Properly handle mvn-register and add EON+shift pattern and cost appropriately

* config/aarch64/aarch64.md
(*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
(*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
* config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
appropriately.  Handle alternative EON form.

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

9 years ago[PATCH][AARCH64]Define vec_shr as an unspec, use shl for big-endian.
renlin [Thu, 30 Apr 2015 15:52:24 +0000 (15:52 +0000)]
[PATCH][AARCH64]Define vec_shr as an unspec, use shl for big-endian.

gcc/

2015-04-30  Renlin Li  <renlin.li@arm.com>

* config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
* config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.

gcc/testsuite/

2015-04-30  Renlin Li  <renlin.li@arm.com>
    Alan Lawrence  <alan.lawrence@arm.com>

* gcc.target/aarch64/vect-reduc-or_1.c: New.

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

9 years ago PR ipa/65873
hubicka [Thu, 30 Apr 2015 15:09:19 +0000 (15:09 +0000)]
PR ipa/65873
* ipa-inline.c (can_inline_edge_p): It is safe to inline across
-fstrict-aliasing boundaries.

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

9 years agoAdd missing PR middle-end/64729 reference.
ro [Thu, 30 Apr 2015 14:50:26 +0000 (14:50 +0000)]
Add missing PR middle-end/64729 reference.

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

9 years ago2015-04-30 Edward Smith-Rowland <3dw4rd@verizon.net>
emsr [Thu, 30 Apr 2015 14:43:19 +0000 (14:43 +0000)]
2015-04-30  Edward Smith-Rowland  <3dw4rd@verizon.net>

Add fundamentals TR container erasure.
* include/Makefile.am: Add new headers.
* include/Makefile.in: Add new headers.
* include/experimental/array: New.
* include/experimental/deque: New.
* include/experimental/erase_if.tcc: New.
* include/experimental/forward_list: New.
* include/experimental/list: New.
* include/experimental/map: New.
* include/experimental/set: New.
* include/experimental/string: New.
* include/experimental/unordered_map: New.
* include/experimental/unordered_set: New.
* include/experimental/vector: New.
* testsuite/experimental/deque/erasure.cc: New.
* testsuite/experimental/forward_list/erasure.cc: New.
* testsuite/experimental/list/erasure.cc: New.
* testsuite/experimental/map/erasure.cc: New.
* testsuite/experimental/set/erasure.cc: New.
* testsuite/experimental/string/erasure.cc: New.
* testsuite/experimental/unordered_map/erasure.cc: New.
* testsuite/experimental/unordered_set/erasure.cc: New.
* testsuite/experimental/vector/erasure.cc: New.

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

9 years ago[AArch64] Properly cost MNEG/[SU]MNEGL patterns
ktkachov [Thu, 30 Apr 2015 13:36:22 +0000 (13:36 +0000)]
[AArch64] Properly cost MNEG/[SU]MNEGL patterns

* config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
and [SU]MNEGL patterns.

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

9 years ago * c-typeck.c (c_build_va_arg): Clarify the error message.
mpolacek [Thu, 30 Apr 2015 13:35:44 +0000 (13:35 +0000)]
* c-typeck.c (c_build_va_arg): Clarify the error message.

* gcc.dg/pr65901.c (foo): Adjust dg-error.
* gcc.c-torture/compile/pr48767.c (foo): Likewise.

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

9 years agoFix up new line in previous commit
ktkachov [Thu, 30 Apr 2015 13:34:54 +0000 (13:34 +0000)]
Fix up new line in previous commit

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

9 years ago[AArch64] Properly handle SHIFT ops and EXTEND in aarch64_rtx_mult_cost
ktkachov [Thu, 30 Apr 2015 13:34:05 +0000 (13:34 +0000)]
[AArch64] Properly handle SHIFT ops and EXTEND in aarch64_rtx_mult_cost

* config/aarch64/aarch64.c (aarch64_shift_p): New function.
(aarch64_rtx_mult_cost): Update comment to reflect that it also handles
combined arithmetic-shift ops.  Properly handle all shift and extend
operations that can occur in combination with PLUS/MINUS.
Rename maybe_fma to compound_p.
(aarch64_rtx_costs): Use aarch64_shift_p when costing compound
arithmetic and shift operations.

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

9 years ago[AArch64] Use extend_arith rtx cost appropriately
ktkachov [Thu, 30 Apr 2015 13:30:49 +0000 (13:30 +0000)]
[AArch64] Use extend_arith rtx cost appropriately

* config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
rather than arith_shift cost when costing ADD/MINUS of an
extended value.

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

9 years ago * c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
mpolacek [Thu, 30 Apr 2015 13:20:03 +0000 (13:20 +0000)]
* c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
require that the non-constant be of a boolean type.

* c-c++-common/Wbool-compare-3.c: New test.

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

9 years ago PR lto/65948
hubicka [Thu, 30 Apr 2015 13:18:22 +0000 (13:18 +0000)]
PR lto/65948
* ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
to itself.

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

9 years ago[PR testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp tests
tschwinge [Thu, 30 Apr 2015 12:44:39 +0000 (12:44 +0000)]
[PR testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp tests

PR testsuite/65205
libgomp/
* testsuite/lib/libgomp.exp
(check_effective_target_openacc_host_selected)
(check_effective_target_openacc_host_nonshm_selected): New
procedures.
* testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Fix misuse of
dg-shouldfail.
* testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.

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

9 years agogcc/
rsandifo [Thu, 30 Apr 2015 11:53:31 +0000 (11:53 +0000)]
gcc/
* genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
are for the same position.

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

9 years ago2015-04-30 François Dumont <fdumont@gcc.gnu.org>
fdumont [Thu, 30 Apr 2015 11:36:52 +0000 (11:36 +0000)]
2015-04-30  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/cpp_type_traits.h
(__gnu_cxx::__is_normal_iterator): Delete.
* include/bits/stl_algobase.h (std::__niter_base): Adapt.
* include/bits/stl_iterator.h (__make_reverse_iterator): New in C++11.
(std::__niter_base): Overloads for std::reverse_iterator,
__gnu_cxx::__normal_iterator and std::move_iterator.

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

9 years ago2015-04-30 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 30 Apr 2015 09:43:39 +0000 (09:43 +0000)]
2015-04-30  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57610
* g++.dg/init/ref22.C: New.

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

9 years ago * c-typeck.c (c_incomplete_type_error): Refactor to use %qT. Print
mpolacek [Thu, 30 Apr 2015 09:35:05 +0000 (09:35 +0000)]
* c-typeck.c (c_incomplete_type_error): Refactor to use %qT.  Print
the type of a decl.

* gcc.dg/incomplete-typedef-1.c: New test.

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

9 years ago * c-typeck.c (set_init_label): Call error_at instead of error and
mpolacek [Thu, 30 Apr 2015 09:28:48 +0000 (09:28 +0000)]
* c-typeck.c (set_init_label): Call error_at instead of error and
pass LOC to it.

* gcc.dg/init-bad-8.c: New test.

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