Go to file
Jakub Jelinek 0981262229 re PR target/39175 (ICE while compiling qt-4.5.0-rc1)
PR target/39175
	* c-common.c (c_determine_visibility): If visibility changed and
	DECL_RTL has been already set, call make_decl_rtl to update symbol
	flags.

	* decl2.c (determine_visibility): If visibility changed and
	DECL_RTL has been already set, call make_decl_rtl to update symbol
	flags.

	* gcc.dg/visibility-20.c: New test.
	* g++.dg/ext/visibility/visibility-11.C: New test.

From-SVN: r144305
2009-02-19 22:15:12 +01:00
INSTALL
boehm-gc Makefile.am (LTLDFLAGS): New variable. 2009-02-09 22:51:40 +00:00
config mh-cygwin (LDFLAGS): Add linker option to increase stack limit up to 8MB. 2009-02-11 11:50:50 +01:00
contrib examples: New directory. 2009-02-17 18:45:27 +00:00
fixincludes locale.h: Add new test. 2009-01-06 20:31:13 +01:00
gcc re PR target/39175 (ICE while compiling qt-4.5.0-rc1) 2009-02-19 22:15:12 +01:00
gnattools
include
intl
libada
libcpp revert: configure.ac: Enable LFS. 2009-02-15 11:11:13 +00:00
libdecnumber * Makefile.in (clean): Don't remove makedepend$(EXEEXT). 2009-02-10 14:56:10 +00:00
libffi re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assembler) 2008-12-19 14:59:42 +00:00
libgcc config.host (ia64*-*-linux*): Add t-softfp to tmake_file. 2009-02-12 23:03:44 +01:00
libgfortran re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array arguments) 2009-01-21 14:34:55 +01:00
libgomp re PR middle-end/39154 (Miscompilation of VLAs in nested parallel regions) 2009-02-11 22:57:52 +01:00
libiberty configure.ac (funcs, [...]): Don't munge on Cygwin, as it no longer shares libiberty object files. 2009-01-18 21:36:20 +00:00
libjava gcjwebplugin.cc: Cope with the changed header file format. 2009-02-16 15:33:46 +00:00
libmudflap gcc.c (process_command): Update copyright notice dates. 2009-02-03 21:48:23 +01:00
libobjc Backport from upstream Libtool: 2008-12-18 20:04:55 +00:00
libssp * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32. 2009-02-02 03:23:39 +00:00
libstdc++-v3 doxygroups.cc: Move algorithm groups into algorithmfwd.h. 2009-02-19 08:15:15 +00:00
maintainer-scripts gcc_release (JAVA_DIRS): Remove fastjar. 2009-01-17 14:53:57 +00:00
zlib Backport from upstream Libtool: 2008-12-18 20:04:55 +00:00
ABOUT-NLS
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog MAINTAINERS (Write After Approval): Add myself. 2009-02-18 09:55:15 +00:00
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2009-02-18 09:55:15 +00:00
Makefile.def Makefile.def (configure-opcodes): Depend on configure-libiberty. 2009-01-16 18:37:23 +10:30
Makefile.in Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS). 2009-02-05 15:29:52 +00:00
Makefile.tpl Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS). 2009-02-05 15:29:52 +00:00
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu). 2009-01-29 18:48:41 +00:00
configure.ac configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu). 2009-01-29 18:48:41 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4 Backport from upstream Libtool: 2008-12-18 20:04:55 +00:00
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 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.