comparison gcc/doc/frontends.texi @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1 @c Copyright (C) 1988-2017 Free Software Foundation, Inc.
2 @c 1999, 2000, 2001, 2002, 2004, 2008, 2010 Free Software Foundation, Inc.
3 @c This is part of the GCC manual. 2 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi. 3 @c For copying conditions, see the file gcc.texi.
5 4
6 @node G++ and GCC 5 @node G++ and GCC
7 @chapter Programming Languages Supported by GCC 6 @chapter Programming Languages Supported by GCC
10 @cindex GNU Compiler Collection 9 @cindex GNU Compiler Collection
11 @cindex GNU C Compiler 10 @cindex GNU C Compiler
12 @cindex Ada 11 @cindex Ada
13 @cindex Fortran 12 @cindex Fortran
14 @cindex Go 13 @cindex Go
15 @cindex Java
16 @cindex Objective-C 14 @cindex Objective-C
17 @cindex Objective-C++ 15 @cindex Objective-C++
18 GCC stands for ``GNU Compiler Collection''. GCC is an integrated 16 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
19 distribution of compilers for several major programming languages. These 17 distribution of compilers for several major programming languages. These
20 languages currently include C, C++, Objective-C, Objective-C++, Java, 18 languages currently include C, C++, Objective-C, Objective-C++,
21 Fortran, Ada, and Go. 19 Fortran, Ada, Go, and BRIG (HSAIL).
22 20
23 The abbreviation @dfn{GCC} has multiple meanings in common use. The 21 The abbreviation @dfn{GCC} has multiple meanings in common use. The
24 current official meaning is ``GNU Compiler Collection'', which refers 22 current official meaning is ``GNU Compiler Collection'', which refers
25 generically to the complete suite of tools. The name historically stood 23 generically to the complete suite of tools. The name historically stood
26 for ``GNU C Compiler'', and this usage is still common when the emphasis 24 for ``GNU C Compiler'', and this usage is still common when the emphasis