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]

r262424 - in /branches/gcc-8-branch/gcc: cp/Cha...


Author: ville
Date: Wed Jul  4 20:56:12 2018
New Revision: 262424

URL: https://gcc.gnu.org/viewcvs?rev=262424&root=gcc&view=rev
Log:
Backport from mainline

2018-07-04  Ville Voutilainen  <ville.voutilainen@gmail.com>

gcc/cp/

PR c++/86398
* method.c (is_trivially_xible): Return false
if is_xible_helper returns a NULL_TREE.

testsuite/

PR c++/86398
* g++.dg/ext/is_trivially_constructible1.C: Add new tests.

Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/method.c
    branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/is_trivially_constructible1.C


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