comparison gcc/doc/frontends.texi @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 @c Copyright (C) 1988-2018 Free Software Foundation, Inc. 1 @c Copyright (C) 1988-2020 Free Software Foundation, Inc.
2 @c This is part of the GCC manual. 2 @c This is part of the GCC manual.
3 @c For copying conditions, see the file gcc.texi. 3 @c For copying conditions, see the file gcc.texi.
4 4
5 @node G++ and GCC 5 @node G++ and GCC
6 @chapter Programming Languages Supported by GCC 6 @chapter Programming Languages Supported by GCC
7 7
8 @cindex GCC 8 @cindex GCC
9 @cindex GNU Compiler Collection 9 @cindex GNU Compiler Collection
10 @cindex GNU C Compiler 10 @cindex GNU C Compiler
11 @cindex Ada 11 @cindex Ada
12 @cindex D
12 @cindex Fortran 13 @cindex Fortran
13 @cindex Go 14 @cindex Go
14 @cindex Objective-C 15 @cindex Objective-C
15 @cindex Objective-C++ 16 @cindex Objective-C++
16 GCC stands for ``GNU Compiler Collection''. GCC is an integrated 17 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
17 distribution of compilers for several major programming languages. These 18 distribution of compilers for several major programming languages. These
18 languages currently include C, C++, Objective-C, Objective-C++, 19 languages currently include C, C++, Objective-C, Objective-C++,
19 Fortran, Ada, Go, and BRIG (HSAIL). 20 Fortran, Ada, D, Go, and BRIG (HSAIL).
20 21
21 The abbreviation @dfn{GCC} has multiple meanings in common use. The 22 The abbreviation @dfn{GCC} has multiple meanings in common use. The
22 current official meaning is ``GNU Compiler Collection'', which refers 23 current official meaning is ``GNU Compiler Collection'', which refers
23 generically to the complete suite of tools. The name historically stood 24 generically to the complete suite of tools. The name historically stood
24 for ``GNU C Compiler'', and this usage is still common when the emphasis 25 for ``GNU C Compiler'', and this usage is still common when the emphasis