Difference between revisions of "Gcc"

From Free Software Directory
Jump to: navigation, search
m (new release)
(Add version again in etc + stable)
 
(30 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GCC
 
|Name=GCC
|Short description=GNU Compiler Collection
+
|Short description=GNU Compiler Collection.
|Full description=The GNU Compiler Collection is a fully featured ISO C compiler with support for C, as well as C++, Objective C, Java, Objective C++, Ada and Fortran. 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. The GNU Compiler for Java is now integrated and supported: GCJ can compile Java source or Java bytecodes to either native code or Java class files. Java programs will run faster while letting users run a completely free system without needing a proprietary Java compiler. GCC supports many different [http://gcc.gnu.org/backends.html  architectures] and [http://gcc.gnu.org/install/specific.html operating systems].
+
|Full description='''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.
|Homepage URL=http://www.gnu.org/software/gcc/
+
 
|Is GNU=Yes
+
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].
|GNU package identifier=gcc
+
|Homepage URL=https://gcc.gnu.org/
|User level=intermediate
+
|Version download=https://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.xz
|Component programs=cpp,gcov,protoize,unprotoize,c++,c++filt,g++,g77,gcj,gcjh,jcf-dump,jv-scan
 
|VCS checkout command=enter
 
|Computer languages=C,C++,Java,Ada,Fortran,Objective C,Go
 
|Documentation note=Reference manuals for several versions of GCC are available in HTML and other formats from http://gcc.gnu.org/onlinedocs.  Printed versions are available from http://shop.fsf.org.
 
|Related projects=Apache_CouchDB,Binutils,Gdb,Tiny_C_Compiler,Tux_Perl,g++,gfortran
 
|Keywords=C++,compiler,development,C,gcc,g77,GNU Compiler Collection,cpp
 
|Version identifier=4.8.1
 
|Version date=2013/05/31
 
|Version status=stable
 
|Version download=http://ftp.gnu.org/gnu/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2
 
|Last review by=genium
 
|Last review date=2013/07/24
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|License verified date=2010-04-28
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater with exception
 
|License=GPLv3orlater with exception
|License verified by=Kelly Hopkins
+
|License copyright=from gcc/gcc.cc:
|License verified date=2010-04-28
+
/* Compiler driver program that can handle many languages.
 +
    Copyright (C) 1987-2023 Free Software Foundation, Inc.
 +
 +
This file is part of GCC.
 +
 +
GCC is free software; you can redistribute it and/or modify it under
 +
the terms of the GNU General Public License as published by the Free
 +
Software Foundation; either version 3, or (at your option) any later
 +
version.
 +
 +
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
 +
WARRANTY; without even the implied warranty of MERCHANTABILITY or
 +
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 +
for more details.
 +
 +
You should have received a copy of the GNU General Public License
 +
along with GCC; see the file COPYING3.  If not see
 +
<http://www.gnu.org/licenses/>.  */
 +
|License verified by=GNUtoo
 +
|License verified date=2023-11-23
 +
|License note=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.
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License=LGPLv2.1orlater
|License verified by=Kelly Hopkins
+
|License copyright=libgcc/config/c6x/eqd.c has the following:
|License verified date=2010-04-28
+
/* Software floating-point emulation.
}}
+
    Return 1 iff a == b, 0 otherwise.
{{Person
+
    Copyright (C) 1997-2023 Free Software Foundation, Inc.
|Real name=GCC Steering Committee
+
    Contributed by Richard Henderson (rth@cygnus.com) and
|Role=Maintainer
+
  Jakub Jelinek (jj@ultra.linux.cz).
|Email=gcc@gnu.org
+
}}
+
    This file is free software; you can redistribute it and/or
{{Resource
+
    modify it under the terms of the GNU Lesser General Public
|Resource audience=Developer
+
    License as published by the Free Software Foundation; either
|Resource kind=VCS Repository Webview
+
    version 2.1 of the License, or (at your option) any later version.
|Resource URL=http://gcc.gnu.org/svn.html
+
}}
+
    In addition to the permissions in the GNU Lesser General Public
{{Resource
+
    License, the Free Software Foundation gives you unlimited
|Resource audience=Bug Tracking,Developer,Support, Help
+
    permission to link the compiled version of this file into
|Resource kind=Mailing List Info/Archive
+
    combinations with other programs, and to distribute those
|Resource URL=http://gcc.gnu.org/lists.html
+
    combinations without any restriction coming from the use of this
 +
    file.  (The Lesser General Public License restrictions do apply in
 +
    other respects; for example, they cover modification of the file,
 +
    and distribution when not linked into a combine executable.)
 +
 +
    This file is distributed in the hope that it will be useful,
 +
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 +
    Lesser General Public License for more details.
 +
 +
    You should have received a copy of the GNU Lesser General Public
 +
    License along with GCC; see the file COPYING.LIB.  If not see
 +
    <http://www.gnu.org/licenses/>. */
 +
|License verified by=GNUtoo
 +
|License verified date=2023-11-23
 +
|License note=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.
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Library=C, C++
 +
|Programming-language=C, C++, perl, python, shell, go, rust, objective-c
 +
|Runs-on=Windows, BSD, GNU/Linux, GNU/Hurd
 
|Software-development=compiler
 
|Software-development=compiler
 
|Use=software-development
 
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gcc
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=GNU make
+
|Prerequisite description=[[make | GNU make]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=bison
+
|Prerequisite description=[[bison]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=texinfo
+
|Prerequisite description=[[texinfo]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=gperf
+
|Prerequisite description=[[gperf]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=gettext
+
|Prerequisite description=[[gettext]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=autogen
+
|Prerequisite description=[[autogen]]
 +
}}
 +
{{Person
 +
|Real name=GCC Steering Committee
 +
|Role=Maintainer
 +
|Email=gcc@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/gcc-9
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/gcc-8
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/gcc-7-doc
 +
}}
 +
{{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 audience=Debian (Ref) (R)
 +
|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 kind=Mailing List
 +
|Resource URL=https://gcc.gnu.org/ml/gcc-help/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://gcc.gnu.org/ml/gnutools-advocacy/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://gcc.gnu.org/ml/gcc/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/old-gnu/gcc/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gcc/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://gcc.gnu.org/wiki/cauldron2018
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|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 audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q178940
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=10.2.0
 +
|Version status=stable
 +
|Last review by=GNUtoo
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 22:15, 22 November 2023


[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
Downloadhttps://ftp.gnu.org/old-gnu/gcc/
Mailing Listhttps://gcc.gnu.org/ml/gcc-help/
Generalhttps://gcc.gnu.org/wiki/cauldron2018
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://gcc.gnu.org/ml/gcc/
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-3.3
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-9
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-7-doc
Downloadhttps://ftp.gnu.org/gnu/gcc/
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-7
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-defaults
Mailing Listhttps://gcc.gnu.org/ml/gnutools-advocacy/
Debian (Ref) (R)https://tracker.debian.org/pkg/gcc-8
WikidataGeneralhttps://www.wikidata.org/wiki/Q178940
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://gcc.gnu.org/wiki
VCS Repository Webviewhttps://gcc.gnu.org/git/?p=gcc.git;a=summary
Generalhttps://packages.debian.org/search?suite=default&section=all&arch=any&searchon=sourcenames&keywords=gcc


Software prerequisites

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




Entry


























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


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


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


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


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


"Debian (Ref) (R)" 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.