rpms/sdcc/devel sdcc-2.9.0-r5508-fix-bug2805333.diff,1.1,1.2

konradm konradm at fedoraproject.org
Fri Sep 11 14:58:48 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/sdcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6523

Modified Files:
	sdcc-2.9.0-r5508-fix-bug2805333.diff 
Log Message:
Remove unneccesary portions from r5508 patch so it applies.

sdcc-2.9.0-r5508-fix-bug2805333.diff:
 gen.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Index: sdcc-2.9.0-r5508-fix-bug2805333.diff
===================================================================
RCS file: /cvs/pkgs/rpms/sdcc/devel/sdcc-2.9.0-r5508-fix-bug2805333.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sdcc-2.9.0-r5508-fix-bug2805333.diff	11 Sep 2009 14:17:34 -0000	1.1
+++ sdcc-2.9.0-r5508-fix-bug2805333.diff	11 Sep 2009 14:58:48 -0000	1.2
@@ -37,54 +37,3 @@ Index: sdcc/src/mcs51/gen.c
      case POINTER:
      case IPOINTER:
        genNearPointerGet (left, result, ic, pi, ifx);
-Index: sdcc/ChangeLog
-===================================================================
---- sdcc/ChangeLog	(revision 5507)
-+++ sdcc/ChangeLog	(working copy)
-@@ -1,5 +1,11 @@
- 2009-08-29 Maarten Brock <sourceforge.brock AT dse.nl>
- 
-+	* src/mcs51/gen.c (aopGet): applied patch 2837100 to fix bug 2805333
-+	* support/regression/tests/bug2805333.c: new, added,
-+	  thanks Ruud van Silfhout
-+
-+2009-08-29 Maarten Brock <sourceforge.brock AT dse.nl>
-+
- 	* device/include/ctype.h: removed _REENTRANT as they are already with
- 	  --stack-auto, optimized _tolower and _toupper with char casts
- 	* device/include/string.h,
-Index: sdcc/support/regression/tests/bug2805333.c
-===================================================================
---- sdcc/support/regression/tests/bug2805333.c	(revision 0)
-+++ sdcc/support/regression/tests/bug2805333.c	(revision 5508)
-@@ -0,0 +1,22 @@
-+/*
-+   bug2805333.c
-+*/
-+
-+#include <testfwk.h>
-+#include <stdbool.h>
-+
-+#ifndef BOOL
-+#define BOOL bool
-+#endif
-+
-+void g(char c)
-+{
-+  c;
-+}
-+
-+BOOL b;
-+
-+void test_bug(void)
-+{
-+  g(!b); /* Causes SDCC 2.9.0 to segfault.. */
-+}
-
-Property changes on: sdcc/support/regression/tests/bug2805333.c
-___________________________________________________________________
-Added: svn:keywords
-   + Author Date Id Revision
-Added: svn:eol-style
-   + native
-




More information about the scm-commits mailing list