diff mbox series

toolchain: reorder gcc bugs by number

Message ID 20210908213332.1564474-1-giulio.benetti@benettiengineering.com
State Accepted
Headers show
Series toolchain: reorder gcc bugs by number | expand

Commit Message

Giulio Benetti Sept. 8, 2021, 9:33 p.m. UTC
Reorder gcc bugs by number

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 toolchain/Config.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Yann E. MORIN Sept. 10, 2021, 8:32 p.m. UTC | #1
Giulio, All,

On 2021-09-08 23:33 +0200, Giulio Benetti spake thusly:
> Reorder gcc bugs by number

Appealing to my maniacal need to order stuff is a sure bet to get one's
patch applied (rather) promptly! ;-)

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  toolchain/Config.in | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index d6381f64a0..99f0c16c6f 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -189,13 +189,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
> @@ -210,6 +203,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
>  
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index d6381f64a0..99f0c16c6f 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -189,13 +189,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
@@ -210,6 +203,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