https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70764

Nick Clifton <nickc at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at gcc dot gnu.org

--- Comment #1 from Nick Clifton <nickc at gcc dot gnu.org> ---
Hi Kyrylo,

> Nick, do you have any experience with the guality tests to comment?

Sorry no.  I do not have an aarch64 executable environment, only a simulator,
so I am not able to run these tests.

I think that you are right however in that the patch has probably exposed an
underlying problem, especially since the test was already failing at other
optimization levels.

How does the test fail ?  Ie what, specifically is wrong.  I suspect that it
will be something along the lines of GDB being unable to find the named
variable, possibly because it is being held in a register and not on the stack.
 Or maybe the debug information is corrupt and GDB is looking in the wrong
place
for the value of the variable.

Cheers
  Nick

Reply via email to