Go to file
Arnaud Charlet adb252d824 [multiple changes]
2014-02-19  Robert Dewar  <dewar@adacore.com>

	* exp_attr.adb (Expand_Min_Max_Attribute): Use Insert_Declaration
	(Expand_Min_Max_Attribute): Use Matching_Standard_Type.
	* exp_ch4.adb (Expand_N_Expression_With_Actions): Remove special
	handling for the case of Modify_Tree_For_C, this approach did
	not work.
	* exp_util.adb (Matching_Standard_Type): New function
	(Side_Effect_Free): New top level functions (from
	Remove_Side_Effects).
	* exp_util.ads (Side_Effect_Free): New top level functions
	(moved from body).
	* sinfo.ads: Minor comment updates.

2014-02-19  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch6.adb (Expand_Simple_Function_Return): If return
	type is unconstrained and uses the secondary stack, mark the
	enclosing function accordingly, to ensure that the value is not
	prematurely removed.

2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>

	* par.adb Alphabetize the routines in Par.Sync.
	(Resync_Past_Malformed_Aspect): New routine.
	* par-ch13.adb (Get_Aspect_Specifications): Alphabetize local
	variables. Code and comment reformatting. Detect missing
	parentheses on aspects [Refined_]Global and [Refined_]Depends
	with a non-null definition.
	* par-sync.adb: Alphabetize all routines in this separate unit.
	(Resync_Past_Malformed_Aspect): New routine.

From-SVN: r207890
2014-02-19 12:02:48 +01:00
INSTALL
boehm-gc
config
contrib download_prerequisites: Update ISL and CLOOG versions. 2014-02-13 14:06:48 +00:00
fixincludes
gcc [multiple changes] 2014-02-19 12:02:48 +01:00
gnattools configure.ac (*-*-lynxos*): Delete. 2014-01-27 08:18:29 +00:00
include
intl
libada
libatomic
libbacktrace re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4) 2014-02-07 21:10:55 +00:00
libcilkrts + * include/cilk/common.h (__CILKRTS_ABI_VERSION): Set the ABI version + to 1 instead of 0. 2014-02-18 19:43:21 -08:00
libcpp re PR preprocessor/58844 (ICE with invalid use of ##) 2014-02-19 07:05:55 +01:00
libdecnumber
libffi re PR libffi/60073 (64-bit libffi.call/cls_double_va.c FAILs after recent modification) 2014-02-17 12:00:04 +00:00
libgcc re PR objc/56870 (@catch handler broken with SEH) 2014-02-18 18:02:54 +01:00
libgfortran
libgo ltmain.sh: Patch for Solaris. 2014-02-03 17:39:44 +00:00
libgomp
libiberty Avoid "'dc' may be uninitialized" warning. 2014-01-28 20:06:44 +01:00
libitm
libjava
libobjc
libquadmath
libsanitizer re PR sanitizer/60055 (Invalid binding of __tsan_default_options) 2014-02-04 11:46:22 +01:00
libssp
libstdc++-v3 Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86 2014-02-10 16:18:20 +00:00
libvtv
lto-plugin
maintainer-scripts re PR other/56653 (Warning when verifying checksums from MD5SUMS file in tarballs) 2014-02-01 12:01:56 +00:00
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself. 2014-02-17 19:27:01 +00:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself. 2014-02-17 19:27:01 +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 Ensure libgcc_s unwinder is always used on 64-bit Solaris 10+/x86 (PR target/59788) 2014-02-04 09:31:38 +00:00
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.