karthik duraisami <kdconstant@xxxxxxxxxxx> writes: > Using the options '-O3 -fdump-tree-phiopt3-raw' with > previous versions of gcc (say, 4.3.0) dumped a file very > different than the one dumped by gcc-4.5.0. Is is still > possible with gcc-4.5.0 to get a .phiopt3 dump file similar > to that of the earlier version? What files do I need to look > into for the same? Before digging into this, why do you want this? Debugging dumps are for debugging. gcc makes no guarantee that they will be similar from one version to the next. Any such guarantee would be, in my opinion, a misdirected use of developer time. Ian