--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-29
21:32 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-29
21:30 ---
Subject: Bug 18518
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-29 21:30:01
Modified files:
gcc/fortran: Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27
21:46 ---
Subject: Bug 18518
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-27 21:46:15
Modified files:
gcc/testsuite : ChangeLog
gcc/fortran: C
--
What|Removed |Added
OtherBugsDependingO||20405
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18518
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org
Last reconfirmed|2004-11-30 1
--
What|Removed |Added
OtherBugsDependingO||19292
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18518
--- Additional Comments From tobi at gcc dot gnu dot org 2004-11-30 15:17
---
Verified.
Indeed, we forget that variables in an equivalence set are SAVEd, and therefore
don't save the equivalence set.
I tried adding a path to build_equiv_decl where TREE_STATIC is set even if
there's no
--- Additional Comments From Thomas dot Koenig at online dot de 2004-11-22
12:29 ---
(In reply to comment #5)
> Hmmm, I do not get this on my powerpc-unknown-linux-gnu:
I am also not getting this with -O on ia64-unknown-linux-gnu . Apparently,
the array assignment in bar is commented a
--- Additional Comments From Thomas dot Koenig at online dot de 2004-11-20
13:19 ---
> Hmmm, I do not get this on my powerpc-unknown-linux-gnu:
Here's a reduced assembly output:
$ gfortran -v
Reading specs from /home/ig25/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc/co
--- Additional Comments From toon at moene dot indiv dot nluug dot nl
2004-11-20 12:10 ---
Hmmm, I do not get this on my powerpc-unknown-linux-gnu:
[EMAIL PROTECTED]:~/g95-bugs$ /usr/snp/bin/gfortran -O2 18518.f90
[EMAIL PROTECTED]:~/g95-bugs$ (LD_LIBRARY_PATH=/usr/snp/lib export
LD_LI
--- Additional Comments From Thomas dot Koenig at online dot de 2004-11-18
18:53 ---
It appears that equivalenced variables are not
saved.
Here's a simplified test case:
$ cat pr18518-test.f90
program main
call foo
call bar
call foo
end program main
subroutine foo
integer i,g,
11 matches
Mail list logo