Difference between revisions of "Gcc"

From Free Software Directory
Jump to: navigation, search
(Add version again in etc + stable)
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|Name=GCC
 
|Name=GCC
 
|Short description=GNU Compiler Collection.
 
|Short description=GNU Compiler Collection.
|Full description='''GCC''' is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Java, Ada, and Go. It also includes runtime support libraries for these languages.
+
|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.
  
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].
+
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://www.gnu.org/software/gcc/
+
|Homepage URL=https://gcc.gnu.org/
|Is High Priority Project=No
+
|Version download=https://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.xz
|VCS checkout command=svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
 
|Computer languages=Ada,Fortran
 
|Documentation note=https://gcc.gnu.org/onlinedocs/
 
 
 
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 
 
 
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 
 
 
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 
 
 
[https://shop.fsf.org/books-docs/using-gcc-gnu-compiler-collection-reference-manual-v-33-discounted Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3]
 
 
 
[https://shop.fsf.org/books-docs/debugging-gdb-gnu-source-level-debugger-v-731 Debugging with GDB: The GNU Source-Level Debugger, V 7.3.1]
 
 
 
[https://shop.fsf.org/tshirts-hoodies/gcc-starter-pack GCC Starter Pack]
 
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/civicrm/contribute/transact?reset=1&id=57
 
|Microblog=https://twitter.com/gnutools/
 
|IRC general=irc://irc.freenode.net/#gcc
 
|IRC development=irc://irc.oftc.net/#gcc
 
|Related projects=gnustandards,gnu-c-manual,Apache_CouchDB,Binutils,gdb,Tiny_C_Compiler,Tux_Perl,gfortran,libc
 
|Keywords=C++,compiler,development,C,g77,GNU Compiler Collection,cpp
 
|Version identifier=8.2.0
 
|Version date=2018/07/26
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.xz
 
|Last review by=Bendikker
 
|Last review date=2019/01/18
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|User level=advanced
 
|Component programs=cpp,gcov,protoize,unprotoize,c++,c++filt,g++,g77,gcj,gcjh,jcf-dump,jv-scan
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|OpenPGP signature=https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.xz.sig
 
|Test entry=No
 
|Is GNU=Yes
 
|GNU package identifier=gcc
 
|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.
 +
    Copyright (C) 1997-2023 Free Software Foundation, Inc.
 +
    Contributed by Richard Henderson (rth@cygnus.com) and
 +
  Jakub Jelinek (jj@ultra.linux.cz).
 +
 +
    This file is free software; you can redistribute it and/or
 +
    modify it under the terms of the GNU Lesser General Public
 +
    License as published by the Free Software Foundation; either
 +
    version 2.1 of the License, or (at your option) any later version.
 +
 +
    In addition to the permissions in the GNU Lesser General Public
 +
    License, the Free Software Foundation gives you unlimited
 +
    permission to link the compiled version of this file into
 +
    combinations with other programs, and to distribute those
 +
    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
 +
|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
 +
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gcc
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[make | GNU make]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[bison]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[texinfo]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[gperf]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[gettext]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[autogen]]
 
}}
 
}}
 
{{Person
 
{{Person
Line 73: Line 111:
 
{{Resource
 
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource audience=Debian (Ref) (R)
|Resource URL=https://tracker.debian.org/pkg/g++
+
|Resource URL=https://tracker.debian.org/pkg/gcc-9
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Debian (Ref) (R)
|Resource URL=https://tracker.debian.org/pkg/gcc
+
|Resource URL=https://tracker.debian.org/pkg/gcc-8
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Debian (Ref) (R)
|Resource URL=https://savannah.gnu.org/projects/gcc/
+
|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
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://gcc.gnu.org/viewcvs/gcc/
+
|Resource URL=https://gcc.gnu.org/git/?p=gcc.git;a=summary
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 118: Line 168:
 
|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
Line 123: Line 177:
 
|Resource URL=https://savannah.gnu.org/people/
 
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Wikidata
|Programming-language=C, C++, java, go, objective-c
+
|Resource kind=General
|Runs-on=GNU/Linux, GNU/Hurd
+
|Resource URL=https://www.wikidata.org/wiki/Q178940
|Software-development=compiler
 
|Use=software-development
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=[[make | GNU make]]
+
|Decommissioned or Obsolete=No
}}
+
|Version identifier=10.2.0
{{Software prerequisite
+
|Version status=stable
|Prerequisite kind=Weak prerequisite
+
|Last review by=GNUtoo
|Prerequisite description=[[bison]]
+
|User level=intermediate
}}
+
|Accepts cryptocurrency donations=No
{{Software prerequisite
+
|Test entry=No
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[texinfo]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[gperf]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[gettext]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[autogen]]
 
 
}}
 
}}
 
{{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.