https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Dominique d'Humieres changed:
What|Removed |Added
CC||frank.otto at pci dot
uni-heidelb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Dominique d'Humieres changed:
What|Removed |Added
CC||neil.n.carlson at gmail dot com
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Bug 60322 depends on bug 65894, which changed state.
Bug 65894 Summary: [6 Regression] severe regression in gfortran 6.0.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
vehre at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #9 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Mon Apr 27 17:41:01 2015
New Revision: 222478
URL: https://gcc.gnu.org/viewcvs?rev=222478&root=gcc&view=rev
Log:
2015-04-27 Andre Vehreschild
PR fortran/60322
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #8 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Thu Apr 23 11:32:00 2015
New Revision: 222361
URL: https://gcc.gnu.org/viewcvs?rev=222361&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:
2015-04-23 Andre Vehreschild
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #7 from vehre at gcc dot gnu.org ---
I just want to report some progress. I have a patch that fixes the issues in
comment #1 and #3. The tree-dump shows, that a class array is handled the same
for a class array as for a "type array" as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
vehre at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Andre Vehreschild changed:
What|Removed |Added
CC||vehre at gmx dot de
--- Comment #6 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Antony Lewis changed:
What|Removed |Added
CC||antony at cosmologist dot info
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
Dominique d'Humieres changed:
What|Removed |Added
CC||a.vogt at fulguritus dot com
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #3 from janus at gcc dot gnu.org ---
Here is a closely-related variant of comment 1:
program main
implicit none
type Foo
end type
type(foo), dimension(2:2) :: arg
call copyFromArray(arg)
contains
subroutine copyF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #2 from janus at gcc dot gnu.org ---
For both cases (TYPE and CLASS), the temporary that is created (to be passed to
copyFromArray) has an lbound of zero (as shown by -fdump-tree-original):
atmp.6.dim[0].stride = 1;
atmp.6.dim[
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||wrong-code
Status|U
15 matches
Mail list logo