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: [4.0 PATCH] Enable Tree-SRA at -O3 only for Ada


On Apr 5, 2005, at 12:12, Eric Botcazou wrote:
So I propose to enable Tree-SRA only at -O3 for Ada on the 4.0 branch, as an
unsafe optimization pass for the Ada compiler.

Shouldn't we disable Tree-SRA by default even for -O3? Users can always explicitly disable this pass if required, but as the pass still breaks Ada, I think we should turn it off by default.

Also, there should be a documentation patch for this change.

-Geert


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