<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinycc/tests/tests2/81_types.c, branch main</title>
<subtitle>Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/'/>
<entry>
<title>Reorganize type parsing</title>
<updated>2017-05-02T01:07:36+00:00</updated>
<author>
<name>Michael Matz</name>
<email>matz@suse.de</email>
</author>
<published>2017-03-06T02:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=182367e232e92861be2e4734a6bf496c63389f45'/>
<id>182367e232e92861be2e4734a6bf496c63389f45</id>
<content type='text'>
Various corner cases for declarator parsing were incorrect.  This
reorganizes and fixes it, and somewhat simplifies it as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various corner cases for declarator parsing were incorrect.  This
reorganizes and fixes it, and somewhat simplifies it as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix type parsing</title>
<updated>2016-03-24T14:44:01+00:00</updated>
<author>
<name>Michael Matz</name>
<email>matz@suse.de</email>
</author>
<published>2016-03-24T14:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=f85db99ff0b48b5837fa985dcf9c58190b35f96a'/>
<id>f85db99ff0b48b5837fa985dcf9c58190b35f96a</id>
<content type='text'>
the check on incomplete struct/union/enum types was too early,
disallowing mixed specifiers and qualifiers.  Simply rely on
the size (-&gt;c) field for that.  See testcases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the check on incomplete struct/union/enum types was too early,
disallowing mixed specifiers and qualifiers.  Simply rely on
the size (-&gt;c) field for that.  See testcases.
</pre>
</div>
</content>
</entry>
</feed>
