[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-12-13 Thread ian at airs dot com
--- Comment #10 from ian at airs dot com 2006-12-14 06:04 --- Will be fixed in gcc 4.3. -- ian at airs dot com changed: What|Removed |Added CC|

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-12-13 Thread ian at gcc dot gnu dot org
--- Comment #9 from ian at gcc dot gnu dot org 2006-12-14 05:49 --- Subject: Bug 19756 Author: ian Date: Thu Dec 14 05:49:06 2006 New Revision: 119855 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119855 Log: PR c++/19564 PR c++/19756 gcc/: * c-typeck.c

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-11-30 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-12-01 05:00 --- Subject: Bug number PR c++/19756 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg8.html -- http://gcc.gnu.org/bugzil

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2006-11-30 23:16 --- not entirely related. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Assi

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2005-11-01 Thread dank at kegel dot com
--- Comment #6 from dank at kegel dot com 2005-11-01 20:22 --- Is this a duplicate of bug 19564 ? -- dank at kegel dot com changed: What|Removed |Added CC

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2005-05-29 Thread oliverst at online dot de
--- Additional Comments From oliverst at online dot de 2005-05-29 23:38 --- If this is not going to be added any time soon for C++, maybe at least the manual should reflect, that it is a C-only warning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19756

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2005-02-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 15:41 --- Confirmed, we never warned in C++ front-end. -- What|Removed |Added Severity|norma