[Bug c/27149] English in warning not grammatical: the address of x, will always evaluate

2006-06-19 Thread sayle at gcc dot gnu dot org
--- Comment #2 from sayle at gcc dot gnu dot org 2006-06-20 00:22 --- Subject: Bug 27149 Author: sayle Date: Tue Jun 20 00:22:21 2006 New Revision: 114800 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114800 Log: PR c/27149 * c-common.c

[Bug c/27149] English in warning not grammatical: the address of x, will always evaluate

2006-06-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-20 04:15 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/27149] English in warning not grammatical: the address of x, will always evaluate

2006-04-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-13 17:26 --- testcase: int g(int f) { return !(f); } -- pinskia at gcc dot gnu dot org changed: What|Removed |Added