Skip to content

Commit 3820571

Browse files
committed
[C99] Remove WG14 N522 from the C status page
This paper is about type compatibility rules that changed in C99, but this is only applicable across translation units and so there's nothing for us to test. The specific change was that C89 allowed different tag types (e.g., struct and union) to be compatible and C99 tightened that restriction. This is a case where the user gets whatever they get if they link two TUs with incompatible tag types.
1 parent edbeae3 commit 3820571

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/www/c_status.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,6 @@ <h2 id="c99">C99 implementation status</h2>
295295
<td>N570</td>
296296
<td class="full" align="center">Yes</td>
297297
</tr>
298-
<tr>
299-
<td>new structure type compatibility (tag compatibility)</td>
300-
<td>N522</td>
301-
<td class="unknown" align="center">Unknown</td>
302-
</tr>
303298
<tr>
304299
<td>additional predefined macro names</td>
305300
<td>Unknown</td>

0 commit comments

Comments
 (0)