Difference between revisions of "Gcc"

From Free Software Directory
Jump to: navigation, search
(Add version again in etc + stable)
(gcc-14.1.0)
Line 6: Line 6:
 
GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code.  GCC supports many different [http://gcc.gnu.org/backends.html  architectures] and [http://gcc.gnu.org/install/specific.html operating systems].
 
GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code.  GCC supports many different [http://gcc.gnu.org/backends.html  architectures] and [http://gcc.gnu.org/install/specific.html operating systems].
 
|Homepage URL=https://gcc.gnu.org/
 
|Homepage URL=https://gcc.gnu.org/
|Version download=https://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.xz
+
|Version download=https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 110: Line 110:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource kind=VCS Repository Webview
|Resource URL=https://tracker.debian.org/pkg/gcc-9
+
|Resource URL=https://gcc.gnu.org/git/gcc.git
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Bugzilla
|Resource URL=https://tracker.debian.org/pkg/gcc-8
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://gcc.gnu.org/bugzilla/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/gcc-7-doc
+
|Resource kind=General
}}
+
|Resource URL=https://savannah.gnu.org/projects/gcc/
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/gcc-7
 
}}
 
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/gcc-3.3
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Debian
 +
|Resource kind=Developer
 
|Resource URL=https://tracker.debian.org/pkg/gcc-defaults
 
|Resource URL=https://tracker.debian.org/pkg/gcc-defaults
}}
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://gcc.gnu.org/git/?p=gcc.git;a=summary
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 163: Line 154:
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://gcc.gnu.org/wiki/cauldron2018
+
|Resource URL=https://ftpmirror.gnu.org/gcc/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://gcc.gnu.org/wiki
 
|Resource URL=https://gcc.gnu.org/wiki
}}
 
{{Resource
 
|Resource kind=General
 
|Resource URL=https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=sourcenames&keywords=gcc
 
}}
 
{{Resource
 
|Resource kind=General
 
|Resource URL=https://savannah.gnu.org/people/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 184: Line 167:
 
{{EntryDetails
 
{{EntryDetails
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://gcc.gnu.org/git/gcc.git
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Version identifier=10.2.0
+
|Version identifier=gcc-14.1.0
 +
|Version date=2024-05-07
 
|Version status=stable
 
|Version status=stable
|Last review by=GNUtoo
+
|Last review by=Genium
|User level=intermediate
+
|Last review date=2024-05-07
 +
|User level=advanced
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/
 
|Test entry=No
 
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 14:19, 7 May 2024


[edit]

GCC

https://gcc.gnu.org/
GNU Compiler Collection.

GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Ada, and Go. It also includes runtime support libraries for these languages.

GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code. GCC supports many different architectures and operating systems.





Licensing

License

Verified by

Verified on

Notes

Verified by

GNUtoo

Verified on

23 November 2023

Notes

There are many files that are LGPLv2.1+ but some of the libs (like softfp inside libgcc) are taken from other projects (here glibc). Here unlike with softfp there is no README telling that it's part of another project and the header clearly states that it's part of GCC.

Verified by

GNUtoo

Verified on

23 November 2023

Notes

The top directory has COPYING, COPYING3,. COPYING3.LIB, COPYING.LIB, COPYING.RUNTIME and there is also included code like zlib so there are more licenses than just GPLv3+ with the "runtime" exception.




Leaders and contributors

Contact(s)Role
GCC Steering Committee Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://ftpmirror.gnu.org/gcc/
Downloadhttps://ftp.gnu.org/old-gnu/gcc/
Mailing Listhttps://gcc.gnu.org/ml/gcc-help/
BugzillaBug Trackinghttps://gcc.gnu.org/bugzilla/
Mailing Listhttps://gcc.gnu.org/ml/gcc/
Downloadhttps://ftp.gnu.org/gnu/gcc/
Mailing Listhttps://gcc.gnu.org/ml/gnutools-advocacy/
VCS Repository Webviewhttps://gcc.gnu.org/git/gcc.git
WikidataGeneralhttps://www.wikidata.org/wiki/Q178940
DebianDeveloperhttps://tracker.debian.org/pkg/gcc-defaults
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://gcc.gnu.org/wiki
SavannahGeneralhttps://savannah.gnu.org/projects/gcc/


Software prerequisites

KindDescription
Weak prerequisiteautogen
Required to build GNU make
Weak prerequisitegettext
Weak prerequisitebison
Weak prerequisitegperf
Weak prerequisitetexinfo

This entry (in part or in whole) was last reviewed on 7 May 2024.




Entry




























"Bugzilla" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


















"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.