toolchain: reorder gcc bugs by number
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Wed, 8 Sep 2021 21:33:32 +0000 (23:33 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 10 Sep 2021 20:28:35 +0000 (22:28 +0200)
Reorder gcc bugs by number

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
toolchain/Config.in

index c0cfd1a548fd9fd3c63be53225abb62f87a53f64..af21959eff7cbbf17f5aa4e6ee32b87069ebd3d1 100644 (file)
@@ -186,13 +186,6 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_101737
        bool
        default y if BR2_sh4
 
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101952
-# ICE: on SH4: unaligned opcodes detected in executable segment.
-# This bug still exists in gcc = 11.1.0
-config BR2_TOOLCHAIN_HAS_GCC_BUG_101952
-       bool
-       default y if BR2_sh4
-
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101915
 # ICE: in extract_insn, at recog.c:2294 on microblaze.
 # This bug still exists in gcc = 11.1.0
@@ -207,6 +200,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_101916
        bool
        default y if BR2_sh4
 
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101952
+# ICE: on SH4: unaligned opcodes detected in executable segment.
+# This bug still exists in gcc = 11.1.0
+config BR2_TOOLCHAIN_HAS_GCC_BUG_101952
+       bool
+       default y if BR2_sh4
+
 config BR2_TOOLCHAIN_HAS_NATIVE_RPC
        bool