--- Comment #12 from pinskia at gcc dot gnu dot org 2006-01-26 14:59
---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNE
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-01-26 14:59
---
Subject: Bug 25861
Author: pinskia
Date: Thu Jan 26 14:59:26 2006
New Revision: 110256
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110256
Log:
2006-01-26 Andrew Pinski <[EMAIL PROTECTED]>
PR
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-25 20:40
---
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01762.html
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-24 16:16 ---
The full patch (with some cleanup) is:
Index: c-common.c
===
--- c-common.c (revision 110173)
+++ c-common.c (working copy)
@@ -2456,25 +2456,26 @@ c_
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 19:17 ---
This is easy to fix.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Assign
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-19 20:20 ---
Caused by:
2005-12-14 Ben Elliston <[EMAIL PROTECTED]>
* c-common.c (c_common_truthvalue_conversion): Generalise warning
for addresses converted to booleans; not just function addresses.
*
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-19 20:18 ---
Reduced C testcase:
int f(void *a)
{
return !(&a);
}
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--