~ubuntu-branches/ubuntu/oneiric/tcc/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/474883_fix_segmentation_fault_when_compiling.diff

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Preud'homme, Aurélien GÉRÔME, Thomas Preud'homme
  • Date: 2008-06-16 03:31:38 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080616033138-hqo92o7adc6nn9fa
Tags: 0.9.24-1
[ Aurélien GÉRÔME ]
* Change my email address in the Maintainer field.
* Bump Standards-Version to 3.8.0.
* Remove no longer used XS-Vcs-Git and XS-Vcs-Browser fields.
* Add the DM-Upload-Allowed field for Arthur.

[ Thomas Preud'homme ]
* New Upstream Version
  - tcc now supports typename as structure field name (closes: #278698)
  - A long long value used as a test expression ignores the
    upper 32 bits at runtime (closes: #304082)
* Remove unecessary patches:
  - 352202_fix_int_overflow.diff
  - 283066_add_va_copy_define.diff (already disabled)
  - 430209_fix_bound_check_error.diff
* Clean all patches (no fuzz or offset problem anymore)
* Add patch from Bradley Smith to allow compilation with gcc 4.3
  (closes: #474883)
* Add tcc-doc_texi_formatting.diff to correct formatting of tcc-doc.texi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Naur tcc-0.9.24~cvs20070502.orig/tcctest.c tcc-0.9.24~cvs20070502/tcctest.c
 
2
--- tcc-0.9.24~cvs20070502.orig/tcctest.c       2008-04-11 17:23:17.000000000 +0100
 
3
+++ tcc-0.9.24~cvs20070502/tcctest.c    2008-04-11 17:23:49.000000000 +0100
 
4
@@ -311,7 +311,7 @@
 
5
 
 
6
 void string_test()
 
7
 {
 
8
-    int b;
 
9
+    unsigned int b;
 
10
     printf("string:\n");
 
11
     printf("\141\1423\143\n");/* dezdez test */
 
12
     printf("\x41\x42\x43\x3a\n");