This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts
- 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: 24 Oct 2008 05:48:10 -0000
- Subject: [Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts
- References: <bug-37903-14266@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from dominiq at lps dot ens dot fr 2008-10-24 05:48 -------
> Quickfix (understand: not regression tested): ...
With the patch the temporary has the right size, but there is one regression:
FAIL: gfortran.dg/array_constructor_15.f90 -O scan-tree-dump-times original
"atmp" 0
If I understand the test correctly, it just checks that no temporary has been
created.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37903