[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #60147] Doesn't compile by default with gcc10; needs -fcommon
From: |
anonymous |
Subject: |
[bug #60147] Doesn't compile by default with gcc10; needs -fcommon |
Date: |
Mon, 1 Mar 2021 00:48:07 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36 |
URL:
<https://savannah.gnu.org/bugs/?60147>
Summary: Doesn't compile by default with gcc10; needs
-fcommon
Project: MIT/GNU Scheme
Submitted by: None
Submitted on: Mon 01 Mar 2021 05:48:06 AM UTC
Category: compiler
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Suboptimal behavior
Status: None
Privacy: Public
Assigned to: None
Originator Name: AJ Williams
Originator Email: a.james.williams1@gmail.com
Open/Closed: Open
Discussion Lock: Any
Keywords:
_______________________________________________________
Details:
When trying to compile with gcc10, compilation fails. It seems this is because
gcc10 uses -fno-common by default, since enable -fcommon fixes the problem. It
would be nice to make the code support -fno-common so that it could be
compiled by default with gcc10.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60147>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #60147] Doesn't compile by default with gcc10; needs -fcommon,
anonymous <=