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: enable checking for stage1 compiler


On Mon, 2004-09-13 at 07:53, Nathan Sidwell wrote:
> This patch builds the stage1 compiler with checking enabled, regardless
> of the final compiler's checking status.
> 
> The change to ssa_verify is necessary to avoid a comparison failure.
> Without it checking compiler and unchecking compilers end up with dominance
> graphs with differently ordered child nodes.
> 
> booted & tested on i686-pc-linux-gnu, ok?
The second hunk (avoid unnecessary changes in the dominator state)
is OK.

jeff



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