"...common-cpu-ibm-power9/ppe42-gcc.git" did not exist on "b266f68c6db0161616b4e7f3735e888e1486cd8d"
2010-08-11 Janus Weil <janus@gcc.gnu.org>
janus authored
	PR fortran/44595
	* intrinsic.c (gfc_current_intrinsic_arg): Change type from 'char' to
	'gfc_intrinsic_arg'.
	(check_arglist,check_specific): Add reference to 'name' field.
	(init_arglist): Remove reference to 'name' field.
	* intrinsic.h (gfc_current_intrinsic_arg): Modify prototype.
	* check.c (variable_check): Reverse order of checks. Respect intent of
	formal arg.
	(int_or_proc_check): New function.
	(coarray_check): New function.
	(allocatable_check): New function.
	(gfc_check_allocated,gfc_check_move_alloc): Use 'allocatable_check'.
	(gfc_check_complex): Use 'int_or_real_check'.
	(gfc_check_lcobound,gfc_check_image_index,gfc_check_this_image,
	gfc_check_ucobound): Use 'coarray_check'.
	(gfc_check_pack): Use 'real_or_complex_check'.
	(gfc_check_alarm_sub,gfc_check_signal,gfc_check_signal_sub): Use
	'int_or_proc_check'.
	(scalar_check,type_check,numeric_check,int_or_real_check,
	real_or_complex_check,kind_check,double_check,logical_array_check,
	array_check,same_type_check,rank_check,nonoptional_check,
	kind_value_check,gfc_check_a_p,gfc_check_associated,gfc_check_cmplx,
	gfc_check_cshift,gfc_check_dcmplx,gfc_check_dot_product,gfc_check_dprod,
	gfc_check_eoshift,gfc_check_fn_rc2008,gfc_check_index,gfc_check_kind,
	gfc_check_matmul,gfc_check_minloc_maxloc,check_reduction,gfc_check_null,
	gfc_check_present,gfc_check_reshape,gfc_check_same_type_as,
	gfc_check_spread,gfc_check_unpack,gfc_check_random_seed,
	gfc_check_getarg,gfc_check_and,gfc_check_storage_size): Add reference
	to 'name' field.

2010-08-11  Janus Weil  <janus@gcc.gnu.org>
	    Steve Kargl <kargl@gcc.gnu.org>

	PR fortran/44595
	* gfortran.dg/move_alloc_3.f90: New.
	* gfortran.dg/random_seed_2.f90: New.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163096 138bc75d-0d04-0410-961f-82ee72b054a4
b266f68c
Name Last commit Last update
INSTALL * INSTALL/README: Update wrt. to the installation instructions now
boehm-gc * configure.ac (*-*-solaris2.8*): Only usr alternate thread
config Missed in last commit.
contrib * make_sunver.pl: Remove extra whitespace in regexp.
fixincludes * inclhack.def (solaris_cond_init): New fix.
gcc 2010-08-11 Janus Weil <janus@gcc.gnu.org>
gnattools PR ada/42659
include include/ChangeLog:
intl Update to Automake 1.11.1.
libada libada/
libcpp * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
libdecnumber Update to Automake 1.11.1.
libffi 2010-08-09 Andreas Tobler <andreast@fgznet.ch>
libgcc * config.host (powerpc*-eabispe*): Set tmake_file.
libgfortran 2010-08-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
libgomp * libgomp.texi: Add function keyword to a couple of Fortran
libiberty * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
libjava 2010-07-30 Andrew Haley <aph@redhat.com>
libmudflap
libobjc Update to Automake 1.11.1.
libssp libgfortran:
libstdc++-v3 2010-08-11 Paolo Carlini <paolo.carlini@oracle.com>
lto-plugin * lto-plugin.c: Include <hashtab.h>
maintainer-scripts * update_web_docs_libstdcxx_svn: Do not compress generated .html
zlib Update to Automake 1.11.1.
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap
This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with 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/ for how to report bugs usefully.