https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
Mikael Morin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #11 from Mikael Morin ---
Author: mikael
Date: Wed Mar 25 10:15:46 2015
New Revision: 221657
URL: https://gcc.gnu.org/viewcvs?rev=221657&root=gcc&view=rev
Log:
Fix regression introduced at revision 221586.
PR fortran/64952
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #10 from Mikael Morin ---
(In reply to Dominique d'Humieres from comment #9)
> Duplicate of pr65532?
Rather cause of pr65532. Only comment #8 is a duplicate.
(In reply to Mikael Morin from comment #7)
> (In reply to paul.richard.t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #9 from Dominique d'Humieres ---
Duplicate of pr65532?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #7 from Mikael Morin ---
(In reply to paul.richard.tho...@gmail.com from comment #6)
> Thanks for finishing the job.
I have yet to fix 4.9 as well, as you suggested. In a week or so.
> Will you post a message on the clf
> thread, or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #6 from paul.richard.thomas at gmail dot com ---
Dear Mikael,
The pureness is also confused by the C pure, which is whiter than
white pure. I agree with your last remark about the standards
committee needing to reflect on this.
Than
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #5 from Mikael Morin ---
Author: mikael
Date: Mon Mar 23 07:53:31 2015
New Revision: 221586
URL: https://gcc.gnu.org/viewcvs?rev=221586&root=gcc&view=rev
Log:
2015-03-23 Paul Thomas
Mikael Morin
PR fortran/64952
for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #4 from Mikael Morin ---
Hello Paul,
setting potentially_aliased should be done inside
gfc_walk_elemental_function_args, as the ss argument may be returned
unmodified.
In fact, I think it's better to do all the trans-array.c code ins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952
--- Comment #1 from Tobias Burnus ---
Technical, it is a bit similar to:
module m
integer :: i
contains
pure subroutine f(x)
integer, intent(inout) :: x
x = 2*x + i
end subroutine
end module m
which doesn't modify "i" but still fe
12 matches
Mail list logo