Go to file
Paul Thomas 6690a9e079 re PR fortran/14067 (no warning when character data statement overflows declared size)
2006-06-05  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/14067
	* data.c (create_character_intializer): Add warning message
	for truncated string.

	PR fortran/16943
	* symbol.c : Include flags.h.
	(gfc_add_type): If a procedure and types are the same do not
	throw an error unless standard is less than gnu or pedantic.

	PR fortran/20838
	* parse.c (parse_do_block): Error if named block do construct
	does not have a named enddo.

	PR fortran/27655
	* check.c (gfc_check_associated): Pick up EXPR_NULL for pointer
	as well as target and put error return at end of function.

2006-06-05  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/14067
	* gfortran.dg/data_char_1.f90: Add messages for truncated
	strings.

	PR fortran/16943
	* gfortran.dg/func_decl_2.f90: New test.

	PR fortran/20838
	* gfortran.dg/do_2.f90: New test.

	PR fortran/27655
	* gfortran.dg/associated_3.f90: New test.

From-SVN: r114385
2006-06-05 07:45:03 +00:00
boehm-gc Index: gcc/ChangeLog 2006-06-03 02:07:36 +00:00
config gcc/, libcpp/ 2006-05-31 15:34:37 +00:00
contrib compare_tests: Handle multilibs better. 2006-06-02 23:47:35 +00:00
fixincludes Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. 2006-05-24 04:31:06 +00:00
gcc re PR fortran/14067 (no warning when character data statement overflows declared size) 2006-06-05 07:45:03 +00:00
gnattools Makefile.in: Add html and install-html targets. 2006-06-03 17:16:11 +00:00
include Patch to provide pex_run_in_environment. 2006-06-01 10:30:51 +00:00
INSTALL
intl Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target. 2006-05-24 01:30:43 +00:00
libada Makefile.in: Add install-html target. 2006-05-24 01:38:00 +00:00
libcpp gcc/, libcpp/ 2006-05-31 15:34:37 +00:00
libdecnumber Makefile.in: Add install-html target. 2006-05-24 01:29:29 +00:00
libffi Makefile.am: Add install-html target. 2006-05-24 01:45:57 +00:00
libgfortran re PR libfortran/27757 (Problems with direct access io) 2006-05-29 23:39:53 +00:00
libgomp Makefile.am: Add install-html target. 2006-05-24 01:28:16 +00:00
libiberty pex-unix.c (pex_unix_exec_child): Insert cast when assigning to environ. 2006-06-02 14:36:45 +00:00
libjava jar.in: Ensure return with argument has non-empty argument. 2006-06-03 10:15:42 +00:00
libmudflap Makefile.am: Add install-html target. 2006-05-24 01:42:51 +00:00
libobjc Makefile.in: Add install-html target. 2006-05-24 01:22:17 +00:00
libssp Makefile.am: Add install-html target. 2006-05-24 01:47:02 +00:00
libstdc++-v3 [multiple changes] 2006-06-05 07:33:18 +00:00
maintainer-scripts crontab: Don't build snapshot for 3.4.x anymore. 2006-03-11 19:29:41 +00:00
zlib
ABOUT-NLS
ChangeLog MAINTAINERS (Write After Approval): Update my e-mail address. 2006-06-03 16:46:04 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess Sync config.{sub,guess} from upstream sources 2005-11-22 20:41:02 +00:00
config.rpath
config.sub config.gcc (ms1): Replace with ... 2005-12-12 10:54:49 +00:00
configure Makefile.def: Add install-html target. 2006-05-24 17:57:58 +00:00
configure.in Makefile.def: Add install-html target. 2006-05-24 17:57:58 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags libtool-ldflags: New script. 2006-01-03 00:30:27 +00:00
libtool.m4
ltcf-c.sh ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match upstream libtool for darwin. 2005-11-18 23:53:08 +01:00
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh re PR libgcj/17311 (Wrong libgcc_s.so.1 is used by lt-gij) 2006-03-01 09:39:35 -08:00
MAINTAINERS MAINTAINERS (Write After Approval): Update my e-mail address. 2006-06-03 16:46:04 +00:00
Makefile.def Makefile.def (bfd, opcodes): Fix lib_path. 2006-05-25 08:00:56 +00:00
Makefile.in Makefile.def (bfd, opcodes): Fix lib_path. 2006-05-25 08:00:56 +00:00
Makefile.tpl Makefile.def (bfd, opcodes): Fix lib_path. 2006-05-25 08:00:56 +00:00
missing
mkdep
mkinstalldirs
move-if-change Import from Autoconf sources: 2005-11-21 13:21:37 +11:00
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.