This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/44612] -flto -fwhole-program: Never read variable not optimized away



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-06-22 11:19 -------
Your testcase doesn't build:

contiguous.f90:54.5:

REAL,contiguous :: a(:,:,:,:)
     1
Error: Invalid character in name at (1)
contiguous.f90:55:

a(:,:,:,:)=0.0
1
Error: Unclassifiable statement at (1)
contiguous.f90:15.8:

CALL SC(a)
        1
Error: Rank mismatch in argument 'a' at (1) (0 and 4)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44612


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]