[Bug c/35961] Erroneous error message using gcc-4.3.0 when signedness warning thrown

2008-05-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-05-05 16:15 --- (In reply to comment #2) > What was the reasoning behind this change in behavior? See PR 28322. *** This bug has been marked as a duplicate of 28322 *** -- pinskia at gcc dot gnu dot org changed: Wh

[Bug c/35961] Erroneous error message using gcc-4.3.0 when signedness warning thrown

2008-05-05 Thread tj at castaglia dot org
--- Comment #2 from tj at castaglia dot org 2008-05-05 16:11 --- What was the reasoning behind this change in behavior? It violates the principle of least surprise, and will cause problems for e.g. configure scripts which use simple tests to determine whether the system's compiler accep

[Bug c/35961] Erroneous error message using gcc-4.3.0 when signedness warning thrown

2008-05-04 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-05 05:36 --- This is expected behavior. We no longer error out about an unkown warning option unless there is an error/warning already. -- pinskia at gcc dot gnu dot org changed: What|Removed