SOURCES: speech_tools-gcc41.patch - avoid alias-based optimization...
pluto
pluto at pld-linux.org
Wed Jan 18 20:29:10 CET 2006
Author: pluto Date: Wed Jan 18 19:29:10 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- avoid alias-based optimizations for ugly code.
---- Files affected:
SOURCES:
speech_tools-gcc41.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/speech_tools-gcc41.patch
diff -u SOURCES/speech_tools-gcc41.patch:1.3 SOURCES/speech_tools-gcc41.patch:1.4
--- SOURCES/speech_tools-gcc41.patch:1.3 Wed Jan 18 20:20:59 2006
+++ SOURCES/speech_tools-gcc41.patch Wed Jan 18 20:29:04 2006
@@ -86,3 +86,20 @@
class EST_Item
{
private:
+--- speech_tools/siod/Makefile.orig 2001-04-04 13:55:32.000000000 +0200
++++ speech_tools/siod/Makefile 2006-01-18 20:24:44.390559250 +0100
+@@ -69,5 +69,6 @@
+
+ DEFINES += $(IO_DEFINES)
+ INCLUDES += $(IO_INCLUDES)
++CXXFLAGS += -fno-strict-aliasing
+
+
+--- speech_tools/speech_class/Makefile.orig 2006-01-18 20:28:00.298802750 +0100
++++ speech_tools/speech_class/Makefile 2006-01-18 20:28:05.331117250 +0100
+@@ -59,4 +59,5 @@
+
+ include $(TOP)/config/common_make_rules
+
++CXXFLAGS += -fno-strict-aliasing
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/speech_tools-gcc41.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list