Merge pull request #3660 from deb-intel/3632_GCC

Add URL to GCC 7.3 Manual, Section 6
This commit is contained in:
deb-intel 2019-09-09 22:27:01 -04:00 committed by GitHub
commit 2664254399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3609,6 +3609,7 @@ bytes, long is 8 bytes, and long long is not used.
Language Extensions
*******************
Refer to the `GCC 7.3 Manual, Section 6 Extensions to the C Language Family <https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/C-Extensions.html#C-Extensions/>`_.
C-LE-01: Use of inline Assembly language in C Code is allowed
=============================================================
@ -3647,3 +3648,4 @@ This rule applies to the following designated initializer: writing '[first ...
last] = value' to initialize a range of elements to the same value, refers to
section 6.27 in GCC 7.3 Manual.