This is the mail archive of the gcc@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: Problem with operand handling


Sorry for the delay in responding.

    >   system__traceback_entries__traceback_entry___XDLU_0__18446744073709551615[1 .. T.2] & decorator_traceback;

    What does this declaration mean?

I think this is how it prints a REFERENCE_TYPE.

    This may help.  Put this test in add_may_alias:

    if (is_gimple_reg (var) || is_gimple_reg (alias))
      abort ();

It aborts, as I think you expected.


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