[csw-devel] SF.net SVN: gar:[15311] csw/mgar/pkg/ppl/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Aug 11 14:52:26 CEST 2011


Revision: 15311
          http://gar.svn.sourceforge.net/gar/?rev=15311&view=rev
Author:   wahwah
Date:     2011-08-11 12:52:26 +0000 (Thu, 11 Aug 2011)

Log Message:
-----------
pkg/ppl/trunk: potential GCC bug 40024

Modified Paths:
--------------
    csw/mgar/pkg/ppl/trunk/Makefile

Modified: csw/mgar/pkg/ppl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ppl/trunk/Makefile	2011-08-11 12:43:38 UTC (rev 15310)
+++ csw/mgar/pkg/ppl/trunk/Makefile	2011-08-11 12:52:26 UTC (rev 15311)
@@ -1,5 +1,17 @@
 # $Id$
+# 
+# ! The library builds, but there are two failing tests.
+# - http://www.cs.unipr.it/pipermail/ppl-devel/2011-August/017604.html
 #
+# The problem could be GCC Bug 40024 which seems to be affecting our released
+# version of the compiler.
+# 
+# http://lists.opencsw.org/pipermail/users/2011-May/008908.html
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40024
+#
+# One way to fix this, would be to build a newer version of the 4.3 line, e.g.
+# 4.3.6 and see what happens.
+
 NAME = ppl
 VERSION = 0.11.2
 GARTYPE = v2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list