* [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x
@ 2021-03-05 15:41 Giulio Benetti
2021-03-06 22:23 ` Yann E. MORIN
2021-03-17 19:22 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-03-05 15:41 UTC (permalink / raw)
To: buildroot
Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
enabled up to versino 10.x excluded.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
toolchain/Config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 0cd8b82059..9d6e96d275 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -155,10 +155,11 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_85862
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90620
# ICE: in do_output_reload, at reload1.c:7978 on microblaze.
-# It's still not fixed in gcc 9.x
+# This bug no longer exists in gcc 10.x
config BR2_TOOLCHAIN_HAS_GCC_BUG_90620
bool
default y if BR2_microblaze
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847
# ICE: compiler error: Segmentation fault on Nios II. This bug
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x
2021-03-05 15:41 [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x Giulio Benetti
@ 2021-03-06 22:23 ` Yann E. MORIN
2021-03-06 22:40 ` Yann E. MORIN
2021-03-17 19:22 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2021-03-06 22:23 UTC (permalink / raw)
To: buildroot
Giulio, All,
On 2021-03-05 16:41 +0100, Giulio Benetti spake thusly:
> Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
> enabled up to versino 10.x excluded.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> toolchain/Config.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 0cd8b82059..9d6e96d275 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -155,10 +155,11 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_85862
>
> # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90620
> # ICE: in do_output_reload, at reload1.c:7978 on microblaze.
> -# It's still not fixed in gcc 9.x
> +# This bug no longer exists in gcc 10.x
> config BR2_TOOLCHAIN_HAS_GCC_BUG_90620
> bool
> default y if BR2_microblaze
> + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10
>
> # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847
> # ICE: compiler error: Segmentation fault on Nios II. This bug
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x
2021-03-06 22:23 ` Yann E. MORIN
@ 2021-03-06 22:40 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-03-06 22:40 UTC (permalink / raw)
To: buildroot
Giulio, All,
On 2021-03-06 23:23 +0100, Yann E. MORIN spake thusly:
> On 2021-03-05 16:41 +0100, Giulio Benetti spake thusly:
> > Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
> > enabled up to versino 10.x excluded.
> >
> > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>
> Applied to master, thanks.
Sprry, this was applied to next...
Regards,
Yann E. MORIN.
> Regards,
> Yann E. MORIN.
>
> > ---
> > toolchain/Config.in | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/toolchain/Config.in b/toolchain/Config.in
> > index 0cd8b82059..9d6e96d275 100644
> > --- a/toolchain/Config.in
> > +++ b/toolchain/Config.in
> > @@ -155,10 +155,11 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_85862
> >
> > # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90620
> > # ICE: in do_output_reload, at reload1.c:7978 on microblaze.
> > -# It's still not fixed in gcc 9.x
> > +# This bug no longer exists in gcc 10.x
> > config BR2_TOOLCHAIN_HAS_GCC_BUG_90620
> > bool
> > default y if BR2_microblaze
> > + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10
> >
> > # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847
> > # ICE: compiler error: Segmentation fault on Nios II. This bug
> > --
> > 2.25.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x
2021-03-05 15:41 [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x Giulio Benetti
2021-03-06 22:23 ` Yann E. MORIN
@ 2021-03-17 19:22 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-03-17 19:22 UTC (permalink / raw)
To: buildroot
>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:
> Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
> enabled up to versino 10.x excluded.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Committed to 2021.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-17 19:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05 15:41 [Buildroot] [PATCH] toolchain: disable gcc bug 60620 if gcc version >= 10.x Giulio Benetti
2021-03-06 22:23 ` Yann E. MORIN
2021-03-06 22:40 ` Yann E. MORIN
2021-03-17 19:22 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox