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

Re: [lno] tree-ssa merge


On Wed, Jan 21, 2004 at 01:41:21PM +0100, Zdenek Dvorak wrote:
> 
> it is possible that the pass driver has a different opinion on how it
> should work than me :-) and that the passes are simply disabled.  Or
> maybe I have just broken dumps.
> 

Zdenek, thanks for the merge.  In fact there were some minor things
that remain to do, but nothing serious.

All the -fdump-* flags were transformed into 
-fdump-tree-"file extension" 

For example, the -fdump-scalar-evolutions is simply known as 
-fdump-tree-scev, and so on...

As I have expected, I have some regressions due to the change of the
ssa representation.  I will commit the trivial patch soon, and then
correct the other more serious issues later.  


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