This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Another NaT bit propagation bug.
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Macleod <amacleod at cygnus dot com>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 15 Nov 2001 17:58:23 -0800
- Subject: Re: Another NaT bit propagation bug.
- References: <200111151513.HAA23589@rtl.cygnus.com>
[Get raw message]
On Thu, Nov 15, 2001 at 07:13:02AM -0800, Andrew Macleod wrote:
> >> life.c?
>
> OK, I can create it.
Ug. I actaully meant flow.c, with the existing life routines.
> Anyway, thats the logic I used to insert it at the beginning. Should
> I change that? Or is this sufficient for now?
Sufficient for now.
> * toplev.c (rest_of_compilation): Call initialize_uninitialized_subregs
> when optimization is on.
Eh? Isn't this a correctness issue for ia64? I.e. it
should happen with no optimization a well?
r~