Lines Matching full:gcc
12 * With GCC 4.5 onwards we can use __builtin_unreachable to indicate to the
16 * Unfortunately at least GCC 4.6.3 through 7.3.0 inclusive suffer from a bug
21 * reordered loads or stores. See this potential GCC fix for details:
23 * https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00360.html
25 * It is unclear whether GCC 8 onwards suffer from the same issue - nothing
26 * relevant is mentioned in GCC 8 release notes and nothing obviously relevant
27 * stands out in GCC commit logs, but these newer GCC versions generate very
30 * GCC also handles stack allocation suboptimally when calling noreturn
33 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82365
36 * which GCC is prevented from reordering past, prior to __builtin_unreachable
50 # error "microMIPS compilation unsupported with GCC older than 4.9"