Go to file
Paul Brook 7b5b57b7dc re PR fortran/15620 (Statement functions and optimization cause IC)
PR fortran/15620
	* trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
	* trans-expr.c (gfc_trans_string_copy): New function.
	(gfc_conv_statement_function): Use them.  Create temp vars.  Enforce
	character lengths.
	(gfc_conv_string_parameter): Use gfc_trans_string_copy.
	* trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
	* trans.h (struct gfc_saved_var): Define.
	(gfc_shadow_sym, gfc_restore_sym): Add prototypes.
testsuite/
	* gfortran.fortran-torture/execute/st_function_1.f90: New test.
	* gfortran.fortran-torture/execute/st_function_2.f90: New test.

From-SVN: r82452
2004-05-30 14:37:25 +00:00
boehm-gc re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
config Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
contrib gcc_update (libbanshee/configure): Depend on libbanshee/configure.ac instead of libbanshee/configure.in 2004-05-29 12:51:26 -07:00
fastjar
gcc re PR fortran/15620 (Statement functions and optimization cause IC) 2004-05-30 14:37:25 +00:00
include
INSTALL
intl Makefile.in (top_builddir): Define to . 2004-05-25 20:16:56 +00:00
libada * Makefile.in: Add .NOEXPORT. 2004-05-25 19:37:02 +00:00
libbanshee configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
libcpp Index: libcpp/ChangeLog 2004-05-30 00:49:06 +00:00
libf2c Makefile.def, [...]: Remove all mention of libf2c. 2004-05-18 01:26:21 +00:00
libffi re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
libgfortran iresolve.c (gfc_resolve_random_number): Clean up conditional. 2004-05-30 10:49:50 +00:00
libiberty * Makefile.in: Add .NOEXPORT. 2004-05-25 19:37:02 +00:00
libjava Toolkit.java (loadSystemColors): Implement. 2004-05-30 13:53:58 +00:00
libmudflap Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS. 2004-05-21 20:33:58 +00:00
libobjc configure.ac (includedir): Rename to ... 2004-05-25 18:21:46 -07:00
libstdc++-v3 Daily bump. 2004-05-30 00:16:13 +00:00
maintainer-scripts gcc_release (build_sources): Generate the NEWS file in toplevel. 2004-05-21 12:41:32 +00:00
zlib re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
.cvsignore
ABOUT-NLS
ChangeLog configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. 2004-05-27 18:20:33 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. 2004-05-27 18:20:33 +00:00
configure.in configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. 2004-05-27 18:20:33 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4 re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Add myself to MAINTAINERS (write after approval) 2004-05-23 11:32:35 +00:00
Makefile.def configure.in: Test the ability to symlink directories. 2004-05-24 11:08:12 +00:00
Makefile.in * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS) 2004-05-25 19:37:26 +00:00
Makefile.tpl * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS) 2004-05-25 19:37:26 +00:00
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.