[Bug c/16602] Spurious warnings about pointer to array -> const pointer to array conversion

2010-03-15 Thread ilatypov at infradead dot org
--- Comment #10 from ilatypov at infradead dot org 2010-03-15 19:47 --- (In reply to comment #9) > constness of a multiply > referenced value cannot be promised, and, therefore, C propagates the compile > -time constness requirement up the assignment chain in cases where the le

[Bug c/16602] Spurious warnings about pointer to array -> const pointer to array conversion

2010-03-11 Thread ilatypov at infradead dot org
--- Comment #9 from ilatypov at infradead dot org 2010-03-12 03:49 --- (In reply to comment #7) > I am reopening the bug cause I still don't have a clue why "pointer to array > of > ints" typed expression is assignment incompatible with a "pointer to array