---
milena/ChangeLog | 8 +++++++-
milena/mln/io/pnm/save.hh | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 8bcfec6..69fb592 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,10 +1,16 @@
2010-11-18 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * mln/io/pnm/save.hh: Add a fixme related to an ICE with GCC
+ 4.1.1.
+
+2010-11-18 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Fix QImage conversions.
* mln/convert/to_qimage.hh: Fix a duplicate declaration.
- * mln/convert/to_qimage_nocopy.hh: Fix the minimum version required.
+ * mln/convert/to_qimage_nocopy.hh: Fix the minimum version
+ required.
2010-11-18 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/mln/io/pnm/save.hh b/milena/mln/io/pnm/save.hh
index ccb1901..0e6c9c3 100644
--- a/milena/mln/io/pnm/save.hh
+++ b/milena/mln/io/pnm/save.hh
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 EPITA Research and
Development Laboratory (LRDE)
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+// 2010 EPITA Research and Development Laboratory (LRDE)
//
// This file is part of Olena.
//
@@ -158,6 +159,7 @@ namespace mln
void save_data_(std::ofstream& file,
trait::image::speed::fastest, const I& ima)
{
+ // FIXME: GCC 4.1.1 crashes on that line.
if (sizeof(value::int_u8) == 1)
save_data_contiguous(file, ima);
else
--
1.5.6.5
Show replies by date