Go to file
Paul Thomas 7fcafa718d re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)
2006-12-31  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/23060
	* intrinsic.c (compare_actual_formal ): Distinguish argument
	list functions from keywords.
	* intrinsic.c (sort_actual): If formal is NULL, the presence of
	an argument list function actual is an error.
	* trans-expr.c (conv_arglist_function) : New function to
	implement argument list functions %VAL, %REF and %LOC.
	(gfc_conv_function_call): Call it.
	* resolve.c (resolve_actual_arglist): Add arg ptype and check
	argument list functions.
	(resolve_function, resolve_call): Set value of ptype before
	calls to resolve_actual_arglist.
	* primary.c (match_arg_list_function): New function.
	(gfc_match_actual_arglist): Call it before trying for a
	keyword argument.

2006-12-31  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/23060
	* gfortran.dg/c_by_val.c: Called by c_by_val_1.f.
	* gfortran.dg/c_by_val_1.f: New test.
	* gfortran.dg/c_by_val_2.f: New test.
	* gfortran.dg/c_by_val_3.f: New test.

From-SVN: r120295
2006-12-31 06:55:16 +00:00
boehm-gc
config configure.in: add AC_SUBST for *_FOR_TARGET. 2006-12-22 07:06:29 +00:00
contrib
fixincludes
gcc re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented) 2006-12-31 06:55:16 +00:00
gnattools
include
INSTALL
intl
libada
libcpp lex.c (_cpp_clean_line): Add uses of __builtin_expect. 2006-12-29 15:43:55 +00:00
libdecnumber
libffi
libgfortran re PR fortran/30321 (program crash for SUM applied to zero-size array) 2006-12-30 13:16:36 +00:00
libgomp re PR libgomp/28209 (None of the GOMP_* environment variables are documented) 2006-12-21 17:29:08 -05:00
libiberty
libjava configure.ac: add $built_gcc_dir to $GCJH and $GCJ when crossbuilding. 2006-12-21 18:07:33 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 re PR libstdc++/30226 (FAIL: abi_check) 2006-12-29 12:52:14 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog configure.in: Reorganize recognition of languages. 2006-12-29 16:58:48 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in: Reorganize recognition of languages. 2006-12-29 16:58:48 +00:00
configure.in configure.in: Reorganize recognition of languages. 2006-12-29 16:58:48 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in Makefile.tpl (GCC_STRAP_TARGETS, [...]): Remove. 2006-12-29 16:42:51 +00:00
Makefile.tpl Makefile.tpl (GCC_STRAP_TARGETS, [...]): Remove. 2006-12-29 16:42:51 +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.