r211214 - in /branches/gcc-4_9-branch/gcc: c-fa...

mpolacek@gcc.gnu.org mpolacek@gcc.gnu.org
Wed Jun 4 08:22:00 GMT 2014


Author: mpolacek
Date: Wed Jun  4 08:22:22 2014
New Revision: 211214

URL: http://gcc.gnu.org/viewcvs?rev=211214&root=gcc&view=rev
Log:
	PR c/61053
c-family/
	* c-common.c (min_align_of_type): New function factored out from...
	(c_sizeof_or_alignof_type): ...here.
	* c-common.h (min_align_of_type): Declare.
c/
	* c-decl.c (grokdeclarator): Use min_align_of_type instead of
	TYPE_ALIGN_UNIT.
testsuite/
	* gcc.dg/pr61053.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/pr61053.c
Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/c-common.c
    branches/gcc-4_9-branch/gcc/c-family/c-common.h
    branches/gcc-4_9-branch/gcc/c/ChangeLog
    branches/gcc-4_9-branch/gcc/c/c-decl.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list