--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12963
--- Comment #23 from manu at gcc dot gnu dot org 2007-05-20 21:50 ---
The diverse warnings of the type "always true/false because of range of data
type" have been grouped under -Wtype-limits that is enabled by -Wextra (and not
by -Wall). The warning can be disabled by using -Wno-type-lim
--- Comment #22 from manu at gcc dot gnu dot org 2007-05-20 21:31 ---
Subject: Bug 12963
Author: manu
Date: Sun May 20 20:29:55 2007
New Revision: 124875
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124875
Log:
2007-05-20 Manuel Lopez-Ibanez <[EMAIL PROTECTED]>
PR m
--- Comment #21 from manu at gcc dot gnu dot org 2007-02-06 13:48 ---
Patch: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01933.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12963
--- Comment #20 from pcarlini at suse dot de 2006-01-25 12:20 ---
(In reply to comment #19)
> Just a small update. On one of our projects we have now thousands of warnings
> on the test "x < 0" for the function below, when Type is instantiated to an
> unsigned integral type:
>
> templa
--- Comment #19 from bagnara at cs dot unipr dot it 2006-01-25 11:39
---
Just a small update. On one of our projects we have now thousands of warnings
on the test "x < 0" for the function below, when Type is instantiated to an
unsigned integral type:
template
inline Result
sgn_generi
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-20
17:50 ---
*** Bug 20550 has been marked as a duplicate of this bug. ***
--
What|Removed |Added