Go to file
Ed Schonberg 57f4c2887e s-rident.ads: Add various missing Ada 2012 restrictions...
2013-04-12  Ed Schonberg  <schonberg@adacore.com>

	* s-rident.ads: Add various missing Ada 2012 restrictions:
	No_Access_Parameter_Allocators, No_Coextensions,
	No_Use_Of_Attribute, No_Use_Of_Pragma.
	* snames.ads-tmpl: Add corresponding names.
	* restrict.ads restrict.adb: Subprograms and data structures to
	handle aspects No_Use_Of_Attribute and No_Use_Of_Pragma.
	* sem_ch4.adb: Correct name of restrictions is
	No_Standard_Allocators_After_Elaboration.
	* sem_ch13.adb (Analyze_Attribute_Definition_Clause): Check
	violation of restriction No_Use_Of_Attribute.
	* sem_prag.adb (Process_Restrictions_Or_Restriction_Warnings):
	Set restrictions No_Use_Of_Pragma and No_Use_Of_Attribute.
	(Analyze_Pragma): Check violation of restriction No_Use_Of_Pragma.
	* sem_res.adb: Check restrictions No_Access_Parameter_Allocators
	and No_Coextensions.
	* bcheck.adb: Correct name of restrictions is
	No_Standard_Allocators_After_Elaboration.
	* gnatbind.adb: Correct name of restrictions is
	No_Standard_Allocators_After_Elaboration.

From-SVN: r197907
2013-04-12 15:12:02 +02:00
INSTALL
boehm-gc gcconfig.h (AARCH64): New macro (defined only if __aarch64__). 2013-04-11 14:06:04 +02:00
config
contrib
fixincludes
gcc s-rident.ads: Add various missing Ada 2012 restrictions... 2013-04-12 15:12:02 +02:00
gnattools
include Demangle C++11 ref-qualifier. 2013-04-03 13:24:12 -04:00
intl
libada
libatomic
libbacktrace
libcpp re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) 2013-04-03 15:11:54 +00:00
libdecnumber
libffi
libgcc libgcc/ 2013-04-11 14:22:54 +00:00
libgfortran re PR libfortran/56810 (record-repeat fails kind check on complex read) 2013-04-04 13:24:15 +02:00
libgo
libgomp
libiberty cp-demangle.c (cplus_demangle_type): Fix function quals. 2013-04-03 20:14:00 -04:00
libitm Add missing ChangeLog entry 2013-04-09 12:41:09 +00:00
libjava
libmudflap
libobjc
libquadmath
libsanitizer
libssp
libstdc++-v3 configure, [...]: Rebuild. 2013-04-09 20:55:17 +00:00
lto-plugin
maintainer-scripts update_web_docs_libstdcxx_svn: No longer ignore all output from the actual copy process. 2013-04-07 19:58:18 +00:00
zlib
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog MAINTAINERS (Write After Approval): Add myself. 2013-04-10 07:02:32 +00:00
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2013-04-10 07:02:32 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.