Go to file
Mark Mitchell 873c716480 re PR target/33579 (INIT_PRIORITY is broken)
PR target/33579
	* tree.h (DECL_INIT_PRIORITY): Do not require
	DECL_HAS_INIT_PRIORITY_P.
	(DECL_FINI_PRIORITY): Likewise.
	* tree.c (decl_init_priority_lookup): Remove assert.
	(decl_fini_priority_insert): Likewise.
	* cgraphunit.c (static_ctors): Make it a VEC.
	(static_dtors): Likewise.
	(record_cdtor_fn): Adjust accordingly.
	(build_cdtor): Generate multiple functions for each initialization
	priority.
	(compare_ctor): New function.
	(compare_dtor): Likewise.
	(cgraph_build_cdtor_fns): Sort the functions by priority before
	calling build_cdtor.
	(cgraph_build_static_cdtor): Put the priority in the function's
	name.

From-SVN: r129918
2007-11-06 00:30:52 +00:00
boehm-gc
config
contrib
fixincludes
gcc re PR target/33579 (INIT_PRIORITY is broken) 2007-11-06 00:30:52 +00:00
gnattools
include
INSTALL
intl
libada
libcpp re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS__" in macro) 2007-11-01 18:20:48 +00:00
libdecnumber configure.ac: Add ADDITIONAL_OBJS variable. 2007-10-31 17:54:43 +00:00
libffi
libgcc re PR regression/33926 (FAIL: gcc.dg/dfp/convert-dfp-round-thread.c execution test) 2007-10-27 16:22:57 -07:00
libgfortran re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer) 2007-11-03 14:57:13 +00:00
libgomp re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure) 2007-10-25 22:25:12 +02:00
libiberty
libjava configure.ac: Don't run config-ml.in directly. 2007-11-05 08:53:42 -08:00
libmudflap
libobjc
libssp
libstdc++-v3 stl_vector.h (vector<>::push_back<>(_Args...), [...]): Add. 2007-11-05 19:46:07 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog MAINTAINERS (mercury): Remove entry. 2007-10-25 11:19:52 +10:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Update my email address. 2007-10-25 21:07:12 +00:00
Makefile.def Makefile.def (dependencies): Make configure-gdb depend on all-intl. 2007-10-23 15:53:18 +00:00
Makefile.in Makefile.def (dependencies): Make configure-gdb depend on all-intl. 2007-10-23 15:53:18 +00:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file 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.html for how to report bugs usefully.