1. 21 May, 2019 7 commits
    • c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR. · 419ba5b9
      c-family/
      	* c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.
      	* c-ada-spec.c (print_assignment_operator): New function.
      	(dump_ada_declaration) <FUNCTION_DECL>: Call it do dump explicit copy
      	assignment operators declared as methods and filter out the others.
      cp/
      	* decl2.c (cpp_check) <IS_ASSIGNMENT_OPERATOR>: New case.
      
      From-SVN: r271457
      Eric Botcazou committed
    • Convert contrib/mklog script to Python 3 · eaa6a39d
      Upstream will drop support for Python 2.x on January 1, 2020.  This
      patch converts the contrib/mklog script to Python 3.  The process for
      the conversion was as follows.
      
      - Use the futurize tool (https://python-future.org ) to apply the
        print_with_import, except, and dict transformations.
      
      - Remove the "from __future__ import print_function".
      
      - Change the shebang line to search for python3 in the environment.
      
      - Modify the run() function to return a str instead of bytes.
      
      - Update the copyright year.
      
      contrib/ChangeLog:
      
      2019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * mklog: Convert to Python 3.
      
      From-SVN: r271456
      Janne Blomqvist committed
    • fix diagnostic quoting/spelling in rs6000 · cb7ac91b
      2019-05-21  Martin Liska  <mliska@suse.cz>
      
      	* config/rs6000/driver-rs6000.c (elf_platform): Do not use
      	an extra newline.
      	* config/rs6000/rs6000-c.c (rs6000_pragma_longcal): Wrap pragma in %<%>.
      	(altivec_resolve_overloaded_builtin): Likewise for vec_lvsl and
      	vec_lvsr.
      	* config/rs6000/rs6000.c (rs6000_option_override_internal):
      	Quote a C type.
      	(rs6000_function_arg): Likewise.
      	(rs6000_expand_set_fpscr_drn_builtin): Remove trailing dot.
      	(rs6000_expand_ternop_builtin): Use interval syntax.
      	(get_element_number): Likewise.
      	(altivec_expand_builtin): Likewise.
      	(rs6000_get_function_versions_dispatcher): Quote target_clones.
      
      Fix test-suite.
      2019-05-21  Martin Liska  <mliska@suse.cz>
      
      	* gcc.target/powerpc/ppc64-abi-warn-1.c: Wrap a type.
      	* gcc.target/powerpc/pr80315-1.c: Use new interval format.
      	* gcc.target/powerpc/pr80315-2.c: Likewise.
      	* gcc.target/powerpc/pr80315-3.c: Likewise.
      	* gcc.target/powerpc/pr80315-4.c: Likewise.
      	* gcc.target/powerpc/warn-lvsl-lvsr.c: Wrap builtin names.
      
      From-SVN: r271455
      Martin Liska committed
    • Move a test-case (PR testsuite/90551). · 601071c8
      2019-05-21  Martin Liska  <mliska@suse.cz>
      
      	PR testsuite/90551
      	* pr90263.c: Move from gcc.c-torture/compile
      	into gcc.dg.
      
      From-SVN: r271454
      Martin Liska committed
    • tbb-backend effective target should check ability to link TBB · 83837311
      	    PR libstdc++/90252
      	    * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend):
      	    Changed v3_target_compile check from preprocess to executable.
      	    Added "-ltbb" to v3_target_compile flags.
      
      From-SVN: r271451
      Thomas Rodgers committed
    • Check TBB version in tbb-backed effective target check · d748c543
            * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend):
            Add check for Thread Building Blocks 2018 or later.
      
      From-SVN: r271450
      Thomas Rodgers committed
    • Daily bump. · 469528f2
      From-SVN: r271449
      GCC Administrator committed
  2. 20 May, 2019 33 commits