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]

r212782 - in /trunk/gcc/ada: ChangeLog a-strunb...


Author: charlet
Date: Fri Jul 18 09:20:28 2014
New Revision: 212782

URL: https://gcc.gnu.org/viewcvs?rev=212782&root=gcc&view=rev
Log:
2014-07-18  Robert Dewar  <dewar@adacore.com>

	* sem_ch13.adb (Build_Discrete_Static_Predicate): New name
	for Build_Static_Predicate (Build_Predicate_Functions):
	Don't try to build discrete predicate for real type.
	(Build_Predicate_Functions): Report attempt to use
	Static_Predicate function on real type as unimplemented.
	* sem_util.adb (Check_Expression_Against_Static_Predicate):
	Add guard to prevent blow up on predicate for real type.

2014-07-18  Ed Schonberg  <schonberg@adacore.com>

	* einfo.adb (Set_Static_Predicate): Simplify assertion to handle
	properly static predicate on enumeration types and modular types
	(not subtypes).

2014-07-18  Pierre-Marie Derodat  <derodat@adacore.com>

	* scos.ads (SCO_Unit_Table_Entry): Add a field to keep track of
	the corresponding source file index.
	* get_scos.ads (Get_SCOs): Add a default value for it.
	* par_sco.adb (SCO_Record): Fill the corresponding value.
	* scos.h: New.

2014-07-18  Vincent Celier  <celier@adacore.com>

	* a-strunb-shared.adb, s-auxdec.ads, s-rannum.adb, atree.ads,
	urealp.adb, vms_data.ads, lib.ads, s-auxdec-vms_64.ads: Minor
	reformatting.
	* gnat_ugn.texi: Add documentation for new gnatmem switch -t.

2014-07-18  Thomas Quinot  <quinot@adacore.com>

	* g-sercom.ads (Set): document possible data loss.

2014-07-18  Ed Schonberg  <schonberg@adacore.com>

	* exp_attr.adb (Expand_N_Attribute_Reference, cases Input,
	Output, Read, Write): If the restriction No_Streams is active,
	replace each occurrence of a stream attribute by an explicit
	Raise statement.


Added:
    trunk/gcc/ada/scos.h
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-strunb-shared.adb
    trunk/gcc/ada/atree.ads
    trunk/gcc/ada/einfo.adb
    trunk/gcc/ada/exp_attr.adb
    trunk/gcc/ada/g-sercom.ads
    trunk/gcc/ada/get_scos.adb
    trunk/gcc/ada/gnat_ugn.texi
    trunk/gcc/ada/lib.ads
    trunk/gcc/ada/par_sco.adb
    trunk/gcc/ada/s-auxdec-vms_64.ads
    trunk/gcc/ada/s-auxdec.ads
    trunk/gcc/ada/s-rannum.adb
    trunk/gcc/ada/scos.ads
    trunk/gcc/ada/sem_ch13.adb
    trunk/gcc/ada/sem_util.adb
    trunk/gcc/ada/urealp.adb
    trunk/gcc/ada/vms_data.ads


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