This is the mail archive of the gcc-bugs@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]

[Bug middle-end/63994] Ada bootstrap fails with -fcheck-pointer-bounds -mmpx


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63994

--- Comment #5 from Ilya Enkovich <enkovich.gnu at gmail dot com> ---
(In reply to rguenther@suse.de from comment #4)
> Any reason why non-C-family languages cannot use MPX?
> 
> Richard.

There is no fundamental restriction.  If someone wants to implement Pointer
Bounds Checker for some language, then he needs to define how it instruments
the program on that language and implement it in the compiler.  Currently it is
defined and implemented for C-languages only.


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