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]

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


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