[llvm-commits] [llvm] r158638 - in /llvm/trunk: include/llvm/ADT/DenseMap.h unittests/ADT/DenseMapTest.cpp

Duncan Sands baldrick at free.fr
Tue Jun 19 23:40:42 PDT 2012


Hi Nick,

> How would you feel about passing -Wno-uninitialized when you know you're
> building with a version of GCC that warns about it too aggressively? We would
> still want it on for newer GCC's (that split it out into -Wuninitialized and
> -Wmaybe-initialized) and with Clang.

it sounds like a plan!

> I could probably even write the configure script to detect a broken
> -Wuninitialized implementation if that helps.

This is the Right Thing to Do (tm), but probably no-one will complain if you
just check the GCC version.

Ciao, Duncan.



More information about the llvm-commits mailing list