1. 02 May, 2015 19 commits
    • recog_data::insn can be a rtx_insn * · bddee3fc
      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 *.
      
      From-SVN: r222733
      Trevor Saunders committed
    • add_cfi_insn can be a rtx_insn * · 15f63a9a
      gcc/ChangeLog:
      
      2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
      
      From-SVN: r222732
      Trevor Saunders committed
    • df_set_note can take a rtx_insn * · 0f0446b5
      gcc/ChangeLog:
      
      2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* df-problems.c (df_set_note): Change type of argument to
      	rtx_insn *.
      
      From-SVN: r222731
      Trevor Saunders committed
    • change local vars to rtx_insn * · 21afc57d
      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.
      
      From-SVN: r222730
      Trevor Saunders committed
    • any (any::_Storage): Fix alignment of buffer. · 563777d7
      	* 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.
      
      From-SVN: r222729
      Jonathan Wakely committed
    • iterator (ostream_joiner): Simplify by using the injected-class-name and the ostream_type typedef. · b4f504de
      	* include/experimental/iterator (ostream_joiner): Simplify by using
      	the injected-class-name and the ostream_type typedef.
      
      From-SVN: r222728
      Jonathan Wakely committed
    • iterator: New. · a623b6f0
      	* 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.
      
      From-SVN: r222727
      Jonathan Wakely committed
    • re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but does… · 3435c26f
      re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but does not define it, and it doesn't work)
      
      2015-05-02  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/65976
      	* invoke.texi:  Remove 'no-' in '-fno-fixed-form'
      
      From-SVN: r222725
      Steven G. Kargl committed
    • numeric: New. · 6c0b8a53
      	* 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.
      
      From-SVN: r222724
      Jonathan Wakely committed
    • Revert addition of feature macros from other headers per latest SD-6. · fe4b6acb
      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.
      
      From-SVN: r222722
      Edward Smith-Rowland committed
    • any (any::_Storage): Make non-copyable. · 9407c6fa
      	* 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.
      
      From-SVN: r222721
      Jonathan Wakely committed
    • fs_path.h (filesystem_error::~filesystem_error): Declare. · 5b244a78
      	* include/experimental/fs_path.h (filesystem_error::~filesystem_error):
      	Declare.
      	* src/filesystem/path.cc (filesystem_error::~filesystem_error):
      	Define.
      
      From-SVN: r222720
      Jonathan Wakely committed
    • re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::tie… · cb2ef49e
      re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::tie (LWG issues 2275 and 2301))
      
      	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.
      
      From-SVN: r222719
      Jonathan Wakely committed
    • ops.cc (last_write_time): Set timespec members explicitly instead of with a braced-init-list. · 58f270df
      	* 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.
      
      From-SVN: r222718
      Jonathan Wakely committed
    • update ChangeLogs for previous commit · 4afeb6fc
      From-SVN: r222716
      Trevor Saunders committed
    • fixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS · 539280a8
      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.
      
      From-SVN: r222715
      Trevor Saunders committed
    • extend.texi (Variable Attributes): Add menu and proper @nodes to subsections. · 90eb63a3
      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.
      
      From-SVN: r222714
      Sandra Loosemore committed
    • deque: Add feature-test macro. · 9c0717ed
      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.
      
      From-SVN: r222713
      Edward Smith-Rowland committed
    • Daily bump. · 0a09a3be
      From-SVN: r222712
      GCC Administrator committed
  2. 01 May, 2015 21 commits