Go to file
Ian Lance Taylor 3d32e50634 compiler: Accept out of range integer -> unicode conversions.
When converting a signed or unsigned integer value into a constant
    string, if the integer does not fit into the Go "int" type, the string
    will become "\uFFFD."
    
    Fixes golang/go#11525.
    
    Reviewed-on: https://go-review.googlesource.com/13906

From-SVN: r227395
2015-09-02 00:46:23 +00:00
boehm-gc Avoid unstructured procfs on Solaris 2015-08-27 11:26:18 +00:00
config Missing parts of fixes for in-tree libiconv 2015-08-24 10:24:52 +00:00
contrib Update copyrights 2015-08-27 14:26:08 +00:00
fixincludes
gcc compiler: Accept out of range integer -> unicode conversions. 2015-09-02 00:46:23 +00:00
gnattools
gotools
include libgomp.map: Add 4.0.2 version. 2015-08-24 17:10:06 +00:00
INSTALL
intl
libada
libatomic
libbacktrace configure.ac: For spu-*-* targets, set have_fcntl to no. 2015-08-31 14:03:34 +00:00
libcc1
libcilkrts
libcpp
libdecnumber
libffi
libgcc
libgfortran re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 02/01/2011) 2015-08-31 14:02:43 +00:00
libgo
libgomp Handle mix/max pointer reductions in parloops 2015-08-29 07:07:51 +00:00
libiberty
libitm
libjava
libmpx
libobjc
liboffloadmic libgomp.map: Add 4.0.2 version. 2015-08-24 17:10:06 +00:00
libquadmath
libsanitizer
libssp
libstdc++-v3 re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws) 2015-08-28 02:35:21 +00:00
libvtv Update copyrights 2015-08-27 14:26:08 +00:00
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog * MAINTAINERS: add myself 2015-09-01 19:38:16 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS * MAINTAINERS: add myself 2015-09-01 19:38:16 +00:00
Makefile.def re PR libfortran/54572 (Use libbacktrace library) 2015-08-23 21:50:30 +00:00
Makefile.in re PR libfortran/54572 (Use libbacktrace library) 2015-08-23 21:50:30 +00:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

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.