[Bug c/39170] cannot silence -Wconversion warnings for bit-fields

2010-01-13 Thread faure at kde dot org
--- Comment #7 from faure at kde dot org 2010-01-13 13:40 --- I agree with Tom, the new behavior of -Wconversion is useless with bitfields, this should be fixed so that we can use -Wconversion again. Why is this bug on "WAITING"? -- faure at kde dot org changed:

[Bug c++/19291] Warning "cannot pass objects of non-POD type" should be an error

2005-10-20 Thread faure at kde dot org
--- Comment #2 from faure at kde dot org 2005-10-20 10:25 --- Could a -W option be added so that, if I want gcc to abort on such errors, it can be asked to do that? (without aborting on all other warnings, of course) This 'undefined behavior' does crash at runtime, so it