This is the mail archive of the gcc-prs@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]

Re: optimization/964


The following reply was made to PR optimization/964; it has been noted by GNATS.

From: rth@gcc.gnu.org
To: bh@techhouse.brown.edu, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: optimization/964
Date: 16 Jan 2001 10:51:49 -0000

 Synopsis: missed warning and optimization
 
 State-Changed-From-To: open->suspended
 State-Changed-By: rth
 State-Changed-When: Tue Jan 16 02:51:49 2001
 State-Changed-Why:
     (1) The variable X is not unused -- you assigned to it.
     
     (2) The loop is removed in current snapshots with 
         -fssa -fdce, which is not the default at -ON
         because of various problems remaining in that
         code wrt unfriendly constructs generated by some
         ports.  Some day that will get fixed.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=964&database=gcc

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