Skip to content

asutton/gcc-san-diego

This branch is 164457 commits ahead of, 217973 commits behind gcc-mirror/gcc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb8f924 · Oct 18, 2018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
## Concepts

The updated concepts implementation lives in the `concepts` branch.

Concepts are enabled using `-std=c++2a`, and Concepts TS functionality 
can be enabled using `-fconcepts-ts`. Note that the Concepts TS
functionality uses the semantics of the C++ Working Paper, so existing
code may compile differently than before.

Some differences:
- The grammar for requires-clauses changed when concepts were merged
  into the WP, so requirements like `requires !C<T>` must now be
  written as `requires (!C<T>)`.
- Abbreviated function templates and terse notation are not explicitly
  supported in the current working paper.
- There are some new regressions (yeah!).

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.

About

No description, website, or topics provided.

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING.RUNTIME

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.4%
  • Ada 17.4%
  • C++ 14.8%
  • Go 7.9%
  • GCC Machine Description 4.7%
  • Fortran 2.4%
  • Other 5.4%