diff options
| author | seyko <seyko2@gmail.com> | 2015-04-10 06:31:58 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-04-10 06:31:58 +0300 |
| commit | dec959358a2d947e7bad18507394b7057a93fae3 (patch) | |
| tree | 0d1e7030f132b23435c0de7896942fc5a69f4d38 /tcc-doc.texi | |
| parent | 9fc3d66f1b175dd712c91692c73445b65090db61 (diff) | |
| download | tinycc-dec959358a2d947e7bad18507394b7057a93fae3.tar.gz tinycc-dec959358a2d947e7bad18507394b7057a93fae3.tar.bz2 | |
fix the bug #31403: parser bug in structure
- a warning: unnamed struct/union that defines no instances
- allow a nested named struct declaration w/o identifier
only when option -fms-extensions is used
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index bcd19e1..909af72 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -236,6 +236,11 @@ Do not generate common symbols for uninitialized data. @item -fleading-underscore Add a leading underscore at the beginning of each C symbol. +@item -fms-extensions +Allow a MS C compiler extensions to the language. Curretly this +assume a nested named structure declaration without identifier behave +like an unnamed one. + @end table Warning options: |
