This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r249705 - in /branches/c++-modules: ./ ChangeLo...


Author: nathan
Date: Tue Jun 27 18:16:07 2017
New Revision: 249705

URL: https://gcc.gnu.org/viewcvs?rev=249705&root=gcc&view=rev
Log:
	Merge trunk r249702.
	gcc/c-family/
	* c-common.h (field_decl_cmp, resort_sorted_fields): Delete.
	* c-common.c (field_decl_cmp, resort_data,
	resort_field_decl_cmp): Move to c-decl.c.
	gcc/c/
	* c-decl.c (field_decl_cmp, resort_data,
	resort_field_decl_cmp): Moved from c-common.c

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/Wclass-memaccess-2.C
      - copied unchanged from r249702, trunk/gcc/testsuite/g++.dg/Wclass-memaccess-2.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/variadic-ttp7.C
      - copied unchanged from r249702, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ttp7.C
    branches/c++-modules/gcc/testsuite/g++.dg/parse/catch2.C
      - copied unchanged from r249702, trunk/gcc/testsuite/g++.dg/parse/catch2.C
    branches/c++-modules/gcc/testsuite/g++.dg/ubsan/pr81209.C
      - copied unchanged from r249702, trunk/gcc/testsuite/g++.dg/ubsan/pr81209.C
    branches/c++-modules/gcc/testsuite/g++.dg/warn/Wmultistatement-macros-1.C
      - copied unchanged from r249702, trunk/gcc/testsuite/g++.dg/warn/Wmultistatement-macros-1.C
    branches/c++-modules/gcc/testsuite/gcc.c-torture/compile/pr81207.c
      - copied unchanged from r249702, trunk/gcc/testsuite/gcc.c-torture/compile/pr81207.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/assoc-1.c
      - copied unchanged from r249702, trunk/gcc/testsuite/gcc.dg/tree-ssa/assoc-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/ubsan/pr81223.c
      - copied unchanged from r249702, trunk/gcc/testsuite/gcc.dg/ubsan/pr81223.c
    branches/c++-modules/libgo/misc/
      - copied from r249702, trunk/libgo/misc/
    branches/c++-modules/libgomp/secure_getenv.h
      - copied unchanged from r249702, trunk/libgomp/secure_getenv.h
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c
      - copied unchanged from r249702, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c
    branches/c++-modules/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
      - copied unchanged from r249702, trunk/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
Modified:
    branches/c++-modules/   (props changed)
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/ChangeLog
    branches/c++-modules/gcc/DATESTAMP
    branches/c++-modules/gcc/builtin-types.def
    branches/c++-modules/gcc/builtins.def
    branches/c++-modules/gcc/c-family/c-common.c
    branches/c++-modules/gcc/c-family/c-common.h
    branches/c++-modules/gcc/c/c-decl.c
    branches/c++-modules/gcc/config.gcc
    branches/c++-modules/gcc/config/aarch64/aarch64-simd.md
    branches/c++-modules/gcc/config/aarch64/aarch64.c
    branches/c++-modules/gcc/config/i386/vxworks.h
    branches/c++-modules/gcc/config/vxworks.c
    branches/c++-modules/gcc/config/vxworks.h
    branches/c++-modules/gcc/cp/ChangeLog
    branches/c++-modules/gcc/cp/call.c
    branches/c++-modules/gcc/cp/class.c
    branches/c++-modules/gcc/cp/cp-tree.h
    branches/c++-modules/gcc/cp/except.c
    branches/c++-modules/gcc/cp/init.c
    branches/c++-modules/gcc/cp/mangle.c
    branches/c++-modules/gcc/cp/name-lookup.c
    branches/c++-modules/gcc/cp/parser.c
    branches/c++-modules/gcc/cp/pt.c
    branches/c++-modules/gcc/cp/ptree.c
    branches/c++-modules/gcc/cp/rtti.c
    branches/c++-modules/gcc/cp/search.c
    branches/c++-modules/gcc/dumpfile.c
    branches/c++-modules/gcc/gimple-fold.c
    branches/c++-modules/gcc/go/gofrontend/MERGE
    branches/c++-modules/gcc/match.pd
    branches/c++-modules/gcc/opt-functions.awk
    branches/c++-modules/gcc/optc-gen.awk
    branches/c++-modules/gcc/predict.c
    branches/c++-modules/gcc/testsuite/ChangeLog
    branches/c++-modules/gcc/tree-core.h
    branches/c++-modules/gcc/tree.c
    branches/c++-modules/gcc/tree.h
    branches/c++-modules/gcc/ubsan.c
    branches/c++-modules/gcc/value-prof.c
    branches/c++-modules/gotools/ChangeLog
    branches/c++-modules/gotools/Makefile.am
    branches/c++-modules/gotools/Makefile.in
    branches/c++-modules/include/ChangeLog
    branches/c++-modules/include/longlong.h
    branches/c++-modules/libgcc/ChangeLog
    branches/c++-modules/libgcc/config.host
    branches/c++-modules/libgfortran/ChangeLog
    branches/c++-modules/libgfortran/io/unit.c
    branches/c++-modules/libgo/go/syscall/syscall_linux_alpha.go
    branches/c++-modules/libgo/merge.sh
    branches/c++-modules/libgo/sysinfo.c
    branches/c++-modules/libgomp/ChangeLog
    branches/c++-modules/libgomp/env.c
    branches/c++-modules/libgomp/plugin/plugin-hsa.c
    branches/c++-modules/libgomp/plugin/plugin-nvptx.c
    branches/c++-modules/libstdc++-v3/ChangeLog
    branches/c++-modules/libstdc++-v3/include/bits/stl_algo.h

Propchange: branches/c++-modules/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]