Go to file
Mark Mitchell 170b020fe4 re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))
PR c++/11041
	* call.c (initialize_reference): Do not use cp_finish_decl to emit
	temporary variables.
	* cp-tree.h (static_aggregates): Declare.
	(pushdecl_top_level_and_finish): Likewise.
	* decl.c (pushdecl_top_level_1): New function.
	(pushdecl_top_level): Use it.
	(pushdecl_top_level_and_finish): New function.
	(initialize_local_var): Remove redundant code.
	(cp_finish_decl): Remove support for RESULT_DECLs.  Don't check
	building_stmt_tree.
	* decl.h (static_aggregates): Remove.
	* decl2.c (get_guard): Use pushdecl_top_level_and_finish.
	* rtti.c (get_tinfo_decl): Use pushdecl_top_level_and_finish.
	(tinfo_base_init): Likewise.

	PR c++/11041
	* g++.dg/init/ref7.C: New test.

From-SVN: r68236
2003-06-20 00:48:44 +00:00
boehm-gc
config
contrib
fastjar re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd)) 2003-06-15 20:25:44 +00:00
gcc re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined)) 2003-06-20 00:48:44 +00:00
include alloc-pool.c: Don't check HAVE_LONG_DOUBLE. 2003-06-17 14:10:01 +00:00
INSTALL
libf2c bes.c, dbes.c: Remove. 2003-06-15 04:43:18 +00:00
libffi ppc_closure.S: Include ffi.h. 2003-06-19 11:55:56 +00:00
libiberty configure.in: Add check for malloc.h needed by m68k for function free(). 2003-06-19 15:04:03 -04:00
libjava 2003-06-19 Michael Koch <konqueror@gmx.de> 2003-06-19 16:42:25 +00:00
libobjc
libstdc++-v3 Daily bump. 2003-06-20 00:16:07 +00:00
maintainer-scripts * gcc_release: Do not update gcc_latest_snapshot tag any longer. 2003-06-18 13:02:24 +00:00
zlib
.cvsignore
ChangeLog configure.in: Update testsuite_flags to new location. 2003-06-18 01:55:13 +00:00
config-ml.in
config.guess
config.if
config.sub
configure configure.in: Update testsuite_flags to new location. 2003-06-18 01:55:13 +00:00
configure.in configure.in: Update testsuite_flags to new location. 2003-06-18 01:55:13 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write After Approval): Remove Andrew Haley. 2003-06-17 10:00:52 +00:00
Makefile.def
Makefile.in Makefile.tpl: Remove BUILD_CC stuff. 2003-06-17 21:53:49 +00:00
Makefile.tpl Makefile.tpl: Remove BUILD_CC stuff. 2003-06-17 21:53:49 +00:00
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 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.