Deleted Added
full compact
standards.texi (169690) standards.texi (220755)
1@c Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Standards
6@chapter Language Standards Supported by GCC
7@cindex C standard
8@cindex C standards

--- 142 unchanged lines hidden (view full) ---

151to @code{abort}.
152
153For references to Technical Corrigenda, Rationale documents and
154information concerning the history of C that is available online, see
155@uref{http://gcc.gnu.org/readings.html}
156
157@c FIXME: details of C++ standard.
158
1@c Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Standards
6@chapter Language Standards Supported by GCC
7@cindex C standard
8@cindex C standards

--- 142 unchanged lines hidden (view full) ---

151to @code{abort}.
152
153For references to Technical Corrigenda, Rationale documents and
154information concerning the history of C that is available online, see
155@uref{http://gcc.gnu.org/readings.html}
156
157@c FIXME: details of C++ standard.
158
159@cindex Objective-C
160@cindex Objective-C++
161
162There is no formal written standard for Objective-C or Objective-C++@. The most
163authoritative manual is ``Object-Oriented Programming and the
164Objective-C Language'', available at a number of web sites:
165
166@itemize
167@item
168@uref{http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/}
169is a recent (and periodically updated) version;
170@item
171@uref{http://www.toodarkpark.org/computers/objc/}
172is an older example;
173@item
174@uref{http://www.gnustep.org}
175and
176@uref{http://gcc.gnu.org/readings.html}
177have additional useful information.
178@end itemize
179
180@cindex treelang
181There is no standard for treelang, which is a sample language front end
182for GCC@. Its only purpose is as a sample for people wishing to write a
183new language for GCC@. The language is documented in
184@file{gcc/treelang/treelang.texi} which can be turned into info or
185HTML format.
186
187@xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
188GNAT Reference Manual}, for information on standard
189conformance and compatibility of the Ada compiler.
190
191@xref{Standards,,Standards, gfortran, The GNU Fortran Compiler}, for details
192of standards supported by GNU Fortran.
193
194@xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},
195for details of compatibility between @command{gcj} and the Java Platform.
159@cindex treelang
160There is no standard for treelang, which is a sample language front end
161for GCC@. Its only purpose is as a sample for people wishing to write a
162new language for GCC@. The language is documented in
163@file{gcc/treelang/treelang.texi} which can be turned into info or
164HTML format.
165
166@xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
167GNAT Reference Manual}, for information on standard
168conformance and compatibility of the Ada compiler.
169
170@xref{Standards,,Standards, gfortran, The GNU Fortran Compiler}, for details
171of standards supported by GNU Fortran.
172
173@xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},
174for details of compatibility between @command{gcj} and the Java Platform.