[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 --- Except assert is controlled by your libc and not GCC so this is still really PR 6614. Also 4.3 changed the definition of -Wconversion so it does not matter any more. *** This bug has been marked as a duplicate of 6

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-15 Thread paulf at free dot fr
--- Comment #2 from paulf at free dot fr 2008-11-15 20:51 --- I do not agree that this is a duplicate of 6614. 6614 is a consequence of integer promotion, and there is no possible user code change that would make it go away (other than avoiding integral types smaller than int in function

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-14 23:13 --- *** This bug has been marked as a duplicate of 6614 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---