https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
Mikael Morin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #12 from Mikael Morin ---
Author: mikael
Date: Wed Aug 19 14:47:23 2015
New Revision: 227010
URL: https://gcc.gnu.org/viewcvs?rev=227010&root=gcc&view=rev
Log:
Forward-port test generic_31.f90 from the 5 branch.
gcc/testsuite/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #11 from Mikael Morin ---
Author: mikael
Date: Fri Aug 7 09:55:36 2015
New Revision: 226718
URL: https://gcc.gnu.org/viewcvs?rev=226718&root=gcc&view=rev
Log:
Fix elemental wrong-code
PR fortran/66929
gcc/fortran/
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #10 from Mikael Morin ---
Author: mikael
Date: Fri Aug 7 09:41:31 2015
New Revision: 226717
URL: https://gcc.gnu.org/viewcvs?rev=226717&root=gcc&view=rev
Log:
Fix latent elemental wrong code
PR fortran/66929
gcc/fortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
Mikael Morin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #9 from Mikael Morin ---
Author: mikael
Date: Wed Jul 22 15:26:52 2015
New Revision: 226074
URL: https://gcc.gnu.org/viewcvs?rev=226074&root=gcc&view=rev
Log:
Fix r225926's iso_varying_string ICE regression
PR fortran/61831
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #8 from Jürgen Reuter ---
Just confirmed that the fix in comment #1 works with our code and doesn't (at
least in our code) introduce any new regression.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #7 from Jürgen Reuter ---
No, Dominique, not yet. Will have to see when I find time for this :(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #6 from Dominique d'Humieres ---
> Maybe stressing again: this is pretty much a blocker for us because it is
> in a 'standard' module which we don't want to modify, and on which all parts
> of our code depend. We'd appreciate a reliab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
Richard Biener changed:
What|Removed |Added
Version|unknown |6.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #5 from Jürgen Reuter ---
Maybe stressing again: this is pretty much a blocker for us because it is in a
'standard' module which we don't want to modify, and on which all parts of our
code depend. We'd appreciate a reliable and quick
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #3 from Mikael Morin ---
Reduced test:
module iso_varying_string
type, public :: varying_string
character(LEN=1), dimension(:), allocatable :: chars
end type varying_string
interface operator(/=)
module procedure op_n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #1 from Mikael Morin ---
... and the patch I posted at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831#c53
Index: trans-array.c
===
--- trans-array.c (révision
15 matches
Mail list logo