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]

r262814 - in /branches/gcc-7-branch/gcc: ada/Ch...


Author: ebotcazou
Date: Tue Jul 17 10:12:02 2018
New Revision: 262814

URL: https://gcc.gnu.org/viewcvs?rev=262814&root=gcc&view=rev
Log:
	* gcc-interface/decl.c (choices_to_gnu): Rename parameters.  Deal with
	an operand of Character type.  Factor out range generation to the end.
	Check that the bounds are literals and convert them to the type of the
	operand before building the ranges.
	* gcc-interface/utils.c (make_dummy_type): Minor tweak.
	(make_packable_type): Propagate TYPE_DEBUG_TYPE.
	(maybe_pad_type): Likewise.

Added:
    branches/gcc-7-branch/gcc/testsuite/gnat.dg/discr55.adb
      - copied unchanged from r262812, trunk/gcc/testsuite/gnat.dg/discr55.adb
Modified:
    branches/gcc-7-branch/gcc/ada/ChangeLog
    branches/gcc-7-branch/gcc/ada/gcc-interface/decl.c
    branches/gcc-7-branch/gcc/ada/gcc-interface/utils.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog


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