This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36754] Compile-time bound-checking for allocatable arrays with known bonds
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2008 19:57:41 -0000
- Subject: [Bug fortran/36754] Compile-time bound-checking for allocatable arrays with known bonds
- References: <bug-36754-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dominiq at lps dot ens dot fr 2008-07-07 19:57 -------
> Confirmed.
How do I get:
pr36754.f90:4.1:
b = a(1:12)
1
Error: Different shape for array assignment at (1) on dimension 1 (1 and 12)
? I don't have that many patches left.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36754