comparison gcc/doc/standards.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) 2000-2018 Free Software Foundation, Inc. 1 @c Copyright (C) 2000-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 Standards 5 @node Standards
6 @chapter Language Standards Supported by GCC 6 @chapter Language Standards Supported by GCC
318 described in HSA Programmer's Reference Manual version 1.0.1. This 318 described in HSA Programmer's Reference Manual version 1.0.1. This
319 capability is typically utilized to implement the HSA runtime API's HSAIL 319 capability is typically utilized to implement the HSA runtime API's HSAIL
320 finalization extension for a gcc supported processor. HSA standards are 320 finalization extension for a gcc supported processor. HSA standards are
321 freely available at @uref{http://www.hsafoundation.com/standards/}. 321 freely available at @uref{http://www.hsafoundation.com/standards/}.
322 322
323 @section D language
324
325 GCC supports the D 2.0 programming language. The D language itself is
326 currently defined by its reference implementation and supporting language
327 specification, described at @uref{https://dlang.org/spec/spec.html}.
328
323 @section References for Other Languages 329 @section References for Other Languages
324 330
325 @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm, 331 @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
326 GNAT Reference Manual}, for information on standard 332 GNAT Reference Manual}, for information on standard
327 conformance and compatibility of the Ada compiler. 333 conformance and compatibility of the Ada compiler.