https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106920
--- Comment #5 from Dominique Martinet ---
hmm this is a pretty complex topic.
My problem like pointed out in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578 is more with all the legacy
code that I have to deal with, that isn't maintained by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106920
--- Comment #4 from Richard Biener ---
might be nice to have a way to declare a variable at a fixed address so the
code can become
extern hab_rvt_entry_p **entryptr __attribute__((at(0x908)));
int main() {
hab_rvt_entry_t *a = *entrypt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106920
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106920
--- Comment #2 from Dominique Martinet ---
Thanks for the very fast reply!
since you mentioned null pointers I now see this warning doesn't happen if I
try with a larger constant, I just had bad luck that imx-atf uses an address <
4k...?
I ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106920
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR