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]

r125441 - in /trunk/gcc/ada: prep.adb prep.ads


Author: charlet
Date: Wed Jun  6 10:40:36 2007
New Revision: 125441

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125441
Log:
2007-04-20  Vincent Celier  <celier@adacore.com>

	* prep.ads, prep.adb (Expression): New Boolean parameter Complemented,
	defaulted to False.
	In the "not" case, recursive call with Complemented set to True.
	Do not allow "or" or "and" operators when Complemented is True.


Modified:
    trunk/gcc/ada/prep.adb
    trunk/gcc/ada/prep.ads


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