[llvm-commits] [dragonegg] r100950 - /dragonegg/trunk/gcc_revision_tested_with
Duncan Sands
baldrick at free.fr
Sat Apr 10 14:14:31 PDT 2010
Author: baldrick
Date: Sat Apr 10 16:14:31 2010
New Revision: 100950
URL: http://llvm.org/viewvc/llvm-project?rev=100950&view=rev
Log:
Go back to the previous gcc revision. The newer one is producing this warning:
llvm/include/llvm/ADT/SmallPtrSet.h:71:28: error: array subscript is above array bounds
Looking at the SmallPtrSet code, I can see why it thinks this! This breaks the
dragonegg self-strap because dragonegg is build with -Werror.
Modified:
dragonegg/trunk/gcc_revision_tested_with
Modified: dragonegg/trunk/gcc_revision_tested_with
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/gcc_revision_tested_with?rev=100950&r1=100949&r2=100950&view=diff
==============================================================================
--- dragonegg/trunk/gcc_revision_tested_with (original)
+++ dragonegg/trunk/gcc_revision_tested_with Sat Apr 10 16:14:31 2010
@@ -1 +1 @@
-158181
+157940
More information about the llvm-commits
mailing list