Go to file
Hristian Kirtchev 15954beb2b sem_ch4.adb (Operator_Check): Update the call to Is_Dimensioned_Type.
2011-12-20  Hristian Kirtchev  <kirtchev@adacore.com>

	* sem_ch4.adb (Operator_Check): Update the call to
	Is_Dimensioned_Type.
	* sem_dim.adb: Remove with and use clause for Namet.Sp. Reorganize
	all type declarations and datastructures involved. Propagate
	all changes involving data structures and types throughout
	the pakage. Alphabetize all subprograms. Add ??? comments.
	(AD_Hash): Removed.
	(Analyze_Aspect_Dimension): Rewritten. This
	routine now does all its checks in one pass rather than
	two. Refactor code. The error message are now in a more GNAT-ish style.
	(Create_Rational_From_Expr): This is now a function.
	(Get_Dimensions): Removed.
	(Get_Dimensions_String_Id): Removed.
	(Dimensions_Of): New rouitne.
	(Exists): New routines.
	(Is_Invalid): New routine.
	(Permits_Dimensions): Removed.
	(Present): Removed.
	(Set_Symbol): New routine.
	(System_Of): New routine.
	* sem_dim.ads: Rewrite the top level description of the
	package. Alphabetize subprograms. Add various comments on
	subprogram usage. Add ??? comments.
	(Is_Dimensioned_Type):
	Renamed to Has_Dimension_System.
	* sem_res.adb (Resolve_Op_Expon): Update the call to Is_Dimensioned_Type

From-SVN: r182537
2011-12-20 14:55:31 +01:00
INSTALL
boehm-gc
config Check for warning flags without no- prefix 2011-12-19 13:12:26 +00:00
contrib
fixincludes Check for warning flags without no- prefix 2011-12-19 13:12:26 +00:00
gcc sem_ch4.adb (Operator_Check): Update the call to Is_Dimensioned_Type. 2011-12-20 14:55:31 +01:00
gnattools
include
intl
libada
libcpp Check for warning flags without no- prefix 2011-12-19 13:12:26 +00:00
libdecnumber Check for warning flags without no- prefix 2011-12-19 13:12:26 +00:00
libffi
libgcc linux-unwind.h: Update copyright years. 2011-12-20 09:46:38 +01:00
libgfortran
libgo os: Fix fileInfoFromStat for Solaris. 2011-12-16 14:45:49 +00:00
libgomp
libiberty aclocal.m4: Assume strncmp works in cross case. 2011-12-20 08:08:30 +00:00
libitm configure.tgt: Add sh* case. 2011-12-17 03:19:40 +00:00
libjava Support 64-bit libjava multilib for i?86-linux 2011-12-20 12:18:26 +00:00
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 re PR libstdc++/51365 (cannot use final empty class in std::tuple) 2011-12-20 09:09:50 +00:00
lto-plugin Check for warning flags without no- prefix 2011-12-19 13:12:26 +00:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog configure: Regenerate. 2011-12-18 09:58:37 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure: Regenerate. 2011-12-18 09:58:37 +00:00
configure.ac
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.