buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Introduce and work-around Gcc Bug 101737
@ 2021-08-03  8:42 Giulio Benetti
  2021-08-03  8:42 ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737 Giulio Benetti
  2021-08-03  8:42 ` [Buildroot] [PATCH 2/2] package/pixman: fix build failure due to gcc bug 101737 Giulio Benetti
  0 siblings, 2 replies; 8+ messages in thread
From: Giulio Benetti @ 2021-08-03  8:42 UTC (permalink / raw)
  To: buildroot
  Cc: Bernd Kuhls, Giulio Benetti, Romain Naour,
	Thomas De Schampheleire, Thomas Petazzoni

This patchset introduce and work-around Gcc Bug 101737 opened by Thomas
Petazzoni:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737

Bug shows up while building package pixman and it's worked around disabling
optimization by passing -O0 to CFLAGS.

Giulio Benetti (2):
  toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737
  package/pixman: fix build failure due to gcc bug 101737

 package/pixman/pixman.mk | 10 +++++++++-
 toolchain/Config.in      |  7 +++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-08 19:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  8:42 [Buildroot] [PATCH 0/2] Introduce and work-around Gcc Bug 101737 Giulio Benetti
2021-08-03  8:42 ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737 Giulio Benetti
2021-08-08 19:04   ` Peter Korsgaard
2021-08-03  8:42 ` [Buildroot] [PATCH 2/2] package/pixman: fix build failure due to gcc bug 101737 Giulio Benetti
2021-08-04 20:28   ` Arnout Vandecappelle
2021-08-05  6:58     ` Giulio Benetti
2021-08-05 19:31       ` Arnout Vandecappelle
2021-08-08 19:04   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).