https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363
--- Comment #3 from Christian Otterstad
---
Great, it seems this corrected the issue, but a new problem that didn't appear
to exist before seems to have been introduced. I created a new bug issue for
it. Bug 64805: https://gcc.gnu.org/bugzilla/s
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: christian.otterstad at gmail dot com
Using the latest git pull of GCC the following program fails to compile:
#include
static inline void
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: christian.otterstad at gmail dot com
I believe there is a problem with the -fcheck-pointer-bounds and -mmpx
arguments for GCC.
gcc test.c -c -std=gnu99 -O2 -Wall -fcheck-pointer-bounds -g -mmpx