[Bug target/64363] Unresolved labels with -fcheck-pointer-bounds and -mmpx

2015-01-26 Thread christian.otterstad at gmail dot com
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

[Bug c/64805] New: Specific use of __attribute ((always_inline)) breaks MPX functionality with -fcheck-pointer-bounds -mmpx

2015-01-26 Thread christian.otterstad at gmail dot com
: 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

[Bug c/64363] New: Unresolved labels with -fcheck-pointer-bounds and -mmpx

2014-12-19 Thread christian.otterstad at gmail dot com
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