Go to file
Richard Guenther 5cd0e96b0e re PR lto/43857 (-fresolution causes an ICE)
2010-05-07  Richard Guenther <rguenther@suse.de>

	* gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
	the linker plugin.
	(store_arg): Queue temp_filename for deletion instead of
	the whole argument.

	lto/
	PR lto/43857
	PR lto/43371
	* lang.opt (fresolution): Change to ...
	(fresolution=): ... this.
	* lto-lang.c (lto_handle_option): Adjust.

	lto-plugin/
	* lto-plugin.c (free_2): Do not free resolution_file.
	(write_resolution): Check that we were passed a resolution file.
	(all_symbols_read_handler): Adjust.
	(cleanup_handler): Do not remove the resolution file.
	(process_option): Handle -fresolution=.

From-SVN: r159159
2010-05-07 15:53:40 +00:00
INSTALL
boehm-gc re PR target/42811 (java.lang.ExceptionInInitializerError in ecj1) 2010-05-06 16:20:53 +00:00
config
contrib
fixincludes
gcc re PR lto/43857 (-fresolution causes an ICE) 2010-05-07 15:53:40 +00:00
gnattools
include
intl
libada
libcpp
libdecnumber
libffi
libgcc
libgfortran
libgomp
libiberty Add support for C++0x nullptr. 2010-05-06 16:51:52 -04:00
libjava
libmudflap
libobjc
libssp
libstdc++-v3 exception_ptr.h (make_exception_ptr): Add. 2010-05-07 02:05:38 +01:00
lto-plugin re PR lto/43857 (-fresolution causes an ICE) 2010-05-07 15:53:40 +00:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Allow all the versions greater than 0.10 of PPL. 2010-05-06 21:53:42 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Allow all the versions greater than 0.10 of PPL. 2010-05-06 21:53:42 +00:00
configure.ac Allow all the versions greater than 0.10 of PPL. 2010-05-06 21:53:42 +00:00
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.