[aarch64-port-dev ] Patch for uninitialized variables

Andrew Haley aph at redhat.com
Wed Nov 18 17:03:53 UTC 2015


On 11/18/2015 05:00 PM, Andrew Haley wrote:
> We might be able to define ShouldNotReachHere so that it is treated by
> the compiler as __attribute__((noreturn)).  I'm not sure that this
> will fix everything but IMHO it's better than a bunch of unnecessary
> code.

Or, if that doesn't work, move the initialization after the
ShouldNotReachHere().  At least that way it doesn't pollute the rest
of the code.

Andrew.


More information about the aarch64-port-dev mailing list