File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
expected-no-diagnostics
4
4
*/
5
5
6
- /* WG14 ??? : Yes
6
+ /* WG14 N835 : Yes
7
7
* Conversion of array to pointer not limited to lvalues
8
8
*
9
- * NB: the original paper number is unknown, this was gleaned from the editor's report
10
- * in the C99 foreword. The C99 rationale document did not shed much light on
11
- * the situation either, mostly talking about user confusion between lvalue and
12
- * modifiable lvalue. However, the crux of the change was C89 changing:
9
+ * NB: The crux of the change was C99 changing:
13
10
*
14
11
* C89 3.2.2.1: Except when it is the operand of ..., an lvalue that has type
15
12
* 'array of type' is converted to an expression that has type 'pointer to
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ <h2 id="c99">C99 implementation status</h2>
359
359
</ tr >
360
360
< tr >
361
361
< td > conversion of array to pointer not limited to lvalues</ td >
362
- < td > Unknown </ td >
362
+ < td > N835 </ td >
363
363
< td class ="full " align ="center "> Yes</ td >
364
364
</ tr >
365
365
< tr >
You can’t perform that action at this time.
0 commit comments