[PATCH] Remove 'configure' workaround for gcc's -Wno-maybe-uninitialized

Dmitri Gribenko gribozavr at gmail.com
Sat Feb 9 08:20:04 PST 2013


Hello,

Since r174770 gcc version check is not needed because CXX_FLAG_CHECK
implements the workaround itself.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-Wno-maybe-uninitialized-workaround-v1.patch
Type: application/octet-stream
Size: 4476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130209/e0843017/attachment.obj>


More information about the cfe-commits mailing list