This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49708] [4.5/4.6/4.7 Regression] ICE with allocate and no dimensions
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 23 Jul 2011 14:45:00 +0000
- Subject: [Bug fortran/49708] [4.5/4.6/4.7 Regression] ICE with allocate and no dimensions
- Auto-submitted: auto-generated
- References: <bug-49708-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49708
--- Comment #9 from janus at gcc dot gnu.org 2011-07-23 14:44:27 UTC ---
Author: janus
Date: Sat Jul 23 14:44:22 2011
New Revision: 176688
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176688
Log:
2011-07-23 Janus Weil <janus@gcc.gnu.org>
PR fortran/49708
* resolve.c (resolve_allocate_expr): Fix diagnostics for pointers.
2011-07-23 Janus Weil <janus@gcc.gnu.org>
PR fortran/49708
* gfortran.dg/allocate_error_3.f90: New.
Added:
branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/allocate_error_3.f90
Modified:
branches/gcc-4_5-branch/gcc/fortran/ChangeLog
branches/gcc-4_5-branch/gcc/fortran/resolve.c
branches/gcc-4_5-branch/gcc/testsuite/ChangeLog