Go to file
Jakub Jelinek e60e09a0e0 re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work)
PR sanitizer/55374
	* gcc.c (LIBASAN_SPEC): Define just to ADD_STATIC_LIBASAN_LIBS if
	LIBASAN_EARLY_SPEC is defined.
	(LIBASAN_EARLY_SPEC): Define to empty string if not already defined.
	(LINK_COMMAND_SPEC): Add LIBASAN_EARLY_SPEC for -fsanitize=address,
	before %o.
	* config/gnu-user.h (LIBASAN_EARLY_SPEC): Define.

	* g++.dg/asan/large-func-test-1.C: Allow both _Zna[jm] in addition
	to _Znw[jm] in the backtrace.  Allow _Zna[jm] to be the first frame
	printed in backtrace.
	* g++.dg/asan/deep-stack-uaf-1.C: Use malloc instead of operator new
	to avoid errors about mismatched allocation vs. deallocation.

From-SVN: r195585
2013-01-30 19:05:53 +01:00
INSTALL
boehm-gc
config isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. 2013-01-23 22:37:01 +00:00
contrib
fixincludes
gcc re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work) 2013-01-30 19:05:53 +01:00
gnattools
include re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) 2013-01-30 17:50:49 +01:00
intl
libada
libatomic
libbacktrace re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header) 2013-01-25 22:36:11 +00:00
libcpp
libdecnumber
libffi
libgcc re PR target/54222 ([avr] Implement fixed-point support) 2013-01-29 10:33:18 +00:00
libgfortran Improve performance of byte-swapped I/O. 2013-01-23 23:56:54 +02:00
libgo libgo: Update Go library to master revision 15502/229081515358. 2013-01-30 01:37:13 +00:00
libgomp re PR libgomp/51376 (libgomp taskwait failure) 2013-01-22 22:11:53 +10:30
libiberty
libitm
libjava
libmudflap
libobjc
libquadmath re PR libquadmath/56072 (info page wrongly defines M_PI_2 and M_PI_4) 2013-01-22 09:23:32 +01:00
libsanitizer libsanitizer merge from upstream r173241 2013-01-23 11:41:33 +00:00
libssp
libstdc++-v3 re PR libstdc++/54314 (undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >') 2013-01-29 12:24:51 -05:00
lto-plugin
maintainer-scripts
zlib
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog * MAINTAINERS: Update my email. 2013-01-25 04:00:31 +00:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS: Update my email. 2013-01-25 04:00:31 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. 2013-01-23 22:37:01 +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.

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.