[Bug fortran/18518] equivalenced variables are not saved

2005-09-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-29 21:32 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/18518] equivalenced variables are not saved

2005-09-29 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2005-03-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||20405 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18518

[Bug fortran/18518] equivalenced variables are not saved

2005-03-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-11-30 1

[Bug fortran/18518] equivalenced variables are not saved

2005-01-06 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18518

[Bug fortran/18518] equivalenced variables are not saved

2004-11-30 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2004-11-22 Thread Thomas dot Koenig at online dot de
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2004-11-20 Thread Thomas dot Koenig at online dot de
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2004-11-20 Thread toon at moene dot indiv dot nluug dot nl
--- 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

[Bug fortran/18518] equivalenced variables are not saved

2004-11-18 Thread Thomas dot Koenig at online dot de
--- 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,