https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85686
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127
--- Comment #5 from Jürgen Reuter ---
Paul, would be cool to get back to this one! ;)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89890
--- Comment #1 from Andrew Wood ---
If I add the line "INTEGER, ALLOCATABLE :: i(:)" inside the definition of
'base', then valgrind reports the lost memory as having been allocated at the
second ALLOCATE statement in the function 'new' instead of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89887
--- Comment #4 from vfdff ---
I check that base on gcc-431, and find the local array will be placed in read
only section, i.e. gcc-431 can found the array not be touched with the option
-fno-toplevel-reorder. so is it a regression ?
~/GCC/gcc-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89887
--- Comment #5 from Andrew Pinski ---
(In reply to vfdff from comment #4)
> I check that base on gcc-431, and find the local array will be placed in
> read only section, i.e. gcc-431 can found the array not be touched with the
> option -fno-tople
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89887
--- Comment #6 from vfdff ---
Yes, I agree with your point, it is not a bug.
I doubt there is something prevent us finding the array not be touched with the
option -fno-toplevel-reorder -O2 (based on gcc 7.3), and we may get better
performance i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70392
Eric Gallager changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89862
--- Comment #3 from kugan at gcc dot gnu.org ---
Author: kugan
Date: Sat Mar 30 04:24:22 2019
New Revision: 270030
URL: https://gcc.gnu.org/viewcvs?rev=270030&root=gcc&view=rev
Log:
2019-03-29 Kugan Vivekanandarajah
Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89862
--- Comment #4 from kugan at gcc dot gnu.org ---
Author: kugan
Date: Sat Mar 30 04:28:51 2019
New Revision: 270031
URL: https://gcc.gnu.org/viewcvs?rev=270031&root=gcc&view=rev
Log:
2019-03-29 Kugan Vivekanandarajah
Backport from mai
101 - 109 of 109 matches
Mail list logo