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]

Re: mem operator with unspecified width


  In message <3B7ACB60.95E6A303@st.com>you write:
  > Is it legal in RTL for a mem operator to have unspecified width?
No.  Definitely not.  It must have a mode.

If we don't know the size of the access, then it should have BLKmode.

jeff


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