[starlink-ast] 01/01: Correct pragma location

Ole Streicher olebole-guest at moszumanska.debian.org
Sat Oct 25 19:04:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository starlink-ast.

commit 2f042507ed5a39c92e11e4c00fc51cf25517ffc1
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Oct 25 21:04:31 2014 +0200

    Correct pragma location
---
 debian/patches/workround_armhf_compiler_bug.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/workround_armhf_compiler_bug.patch b/debian/patches/workround_armhf_compiler_bug.patch
index a8326dc..2d81c16 100644
--- a/debian/patches/workround_armhf_compiler_bug.patch
+++ b/debian/patches/workround_armhf_compiler_bug.patch
@@ -15,11 +15,11 @@ Description: Work around a weird optimization bug in armhf
  MAKE_MASK(D, double) and MAKE_MASK(LD, long double).
 --- a/region.c
 +++ b/region.c
-@@ -12996,6 +12996,7 @@
-    return (**astMEMBER(this,Region,BndMesh))( this, lbnd, ubnd, status );
- }
+@@ -228,6 +228,7 @@
+ *     usually extend astSimplify.
  
+ */
 +#pragma GCC optimize ("no-expensive-optimizations")
- #define MAKE_MASK_(X,Xtype) \
- int astMask##X##_( AstRegion *this, AstMapping *map, int inside, int ndim, \
-                    const int lbnd[], const int ubnd[], Xtype in[], \
+ 
+ /* Module Macros. */
+ /* ============== */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/starlink-ast.git



More information about the debian-science-commits mailing list