[llvm-commits] -Wno-maybe-uninitialized not working right with gcc-4.3

dag at cray.com dag at cray.com
Wed Jan 16 06:57:58 PST 2013


Duncan Sands <baldrick at free.fr> writes:

>>> This is clearly a gcc bug.  I don't know what the right approach to solving
>>> this is though, any suggestions?
>>
>> Is it a GCC bug? I thought this was documented behavior:
>>
> it results in a warning rather than an error with gcc-4.7, gcc-4.6, gcc-4.5
> and gcc-4.4.

Unless you pass -Werror, which was the whole motivator for this change
in the first place.  :)

                                   -David



More information about the llvm-commits mailing list