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]

mem ref!!


Hi,

Is there a convenient way to find out whether
a given memory reference is part of some larger
object or is a a basic data type.
A part of the answer is obtained by looking by RTX
like

(mem:SI (plus:SI (reg/f:SI 14 r14)
      (const_int 48 [0x30])) [3 ArrayInt+48 S4 A32]))

which tells this is ref in some array "ArrayInt".

But there are RTXs for which this is not visible
in dumps.

Is there some way to find out for them ? or do I
assume otherwise.

Regards,
ERWIN

-----------------------------------------------------
Everything is okay at the end, if it is not okay, 
it is not the end.
-----------------------------------------------------

http://www.sold.com.au - SOLD.com.au
- Find yourself a bargain!


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