This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260920 - in /trunk/gcc/cp: ChangeLog typeck.c
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 30 May 2018 08:18:33 -0000
- Subject: r260920 - in /trunk/gcc/cp: ChangeLog typeck.c
Author: redi
Date: Wed May 30 08:18:33 2018
New Revision: 260920
URL: https://gcc.gnu.org/viewcvs?rev=260920&root=gcc&view=rev
Log:
Replace dead store with early return
* typeck.c (cxx_sizeof_or_alignof_type): Return size_one_node instead
of using it in dead store.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/typeck.c