This is the mail archive of the gcc-patches@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: [Patch, avr] Fix PR65210


Senthil Kumar Selvaraj schrieb:
  This (rather trivial) patch fixes PR65210. The ICE happens because code
  wasn't handling io_low attribute where it is supposed to.

Hi Senthil, could you line out for what these new attributes are good for? The Compiler just maps the argument to a compile-time const, so the attributes do the same as a cast to a volatile address. Except that the user must know in advance what I/O Region is the right one.

Supporting similar RELOCs for io* doesn't make hardly any sense, or are there Plans to add respective RELOCs (and ones for bitfields)?

Thanks, Johann


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