gccbug reports?

Steve Kargl sgk@troutmask.apl.washington.edu
Tue Jun 15 02:38:00 GMT 2004


On Mon, Jun 14, 2004 at 10:29:56PM -0400, Daniel Berlin wrote:
> On Jun 14, 2004, at 10:19 PM, Steve Kargl wrote:
> >
> >The "Category" for 2 of the missing reports was "fortran" and the
> >3rd report's "Category" was "optimization".
> 
> This is the component (or rather, gets translated into the component).
> optimization was split into rtl-optimization and tree-optimization i 
> believe, and no longer exists as a component.
> 

<rhetorical>
As a normal user of gcc, what's the difference between 
rtl-optimization and tree-optimization?
</rhetorical>

Really.  I did 

gfortran -c -O0 z.f90  (This compiles.)
gfortran -c -O1 z.f90  (This compiles.)
gfortran -c -O2 z.f90  (ICE on valid code.)

There is no clue for a normal user to decide between
rtl- and tree-.  Someone with way too much compiler
writing skills is splitting hairs for the normal user.

-- 
Steve



More information about the Gcc mailing list