[Bug c/56465] Strange warning about variable modified range

2014-10-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56465 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/56465] Strange warning about variable modified range

2013-02-28 Thread jasonwucj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56465 Chung-Ju Wu changed: What|Removed |Added CC||jasonwucj at gmail dot com --- Co

[Bug c/56465] Strange warning about variable modified range

2013-02-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56465 --- Comment #2 from Kai Tietz 2013-02-28 15:56:09 UTC --- (In reply to comment #1) > >it is actual a constant. > > I don't think it is a integer constant expression though as it contains a cast > from a pointer type to an integer type.

[Bug c/56465] Strange warning about variable modified range

2013-02-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56465 --- Comment #1 from Andrew Pinski 2013-02-26 17:23:21 UTC --- >it is actual a constant. I don't think it is a integer constant expression though as it contains a cast from a pointer type to an integer type.