Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 524186 Details for
Bug 650690
sys-auth/oath-toolkit-2.6.2 - invalid macro definitions in liboath/gl/tests/intprops.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
oath-toolkit-2.6.2-macrodef.patch (text/plain), 3.78 KB, created by
Helmut Jarausch
on 2018-03-17 10:09:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2018-03-17 10:09:48 UTC
Size:
3.78 KB
patch
obsolete
>--- liboath/gl/tests/intprops.h.ORIG 2016-08-27 13:15:06.000000000 +0200 >+++ liboath/gl/tests/intprops.h 2018-03-17 10:56:30.742975924 +0100 >@@ -230,11 +230,11 @@ > (e.g., A and B) have the same type as MIN and MAX. Instead, they assume > that the result (e.g., A + B) has that type. */ > #if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL >-# define _GL_ADD_OVERFLOW(a, b, min, max) >+# define _GL_ADD_OVERFLOW(a, b, min, max) \ > __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0) >-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) >+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ > __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0) >-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) >+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ > __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0) > #else > # define _GL_ADD_OVERFLOW(a, b, min, max) \ >--- pskctool/gl/intprops.h.ORIG 2016-08-27 13:15:06.000000000 +0200 >+++ pskctool/gl/intprops.h 2018-03-17 10:56:13.750975290 +0100 >@@ -230,11 +230,11 @@ > (e.g., A and B) have the same type as MIN and MAX. Instead, they assume > that the result (e.g., A + B) has that type. */ > #if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL >-# define _GL_ADD_OVERFLOW(a, b, min, max) >+# define _GL_ADD_OVERFLOW(a, b, min, max) \ > __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0) >-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) >+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ > __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0) >-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) >+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ > __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0) > #else > # define _GL_ADD_OVERFLOW(a, b, min, max) \ >--- libpskc/gl/intprops.h.ORIG 2016-08-27 13:15:06.000000000 +0200 >+++ libpskc/gl/intprops.h 2018-03-17 10:56:24.926975707 +0100 >@@ -230,11 +230,11 @@ > (e.g., A and B) have the same type as MIN and MAX. Instead, they assume > that the result (e.g., A + B) has that type. */ > #if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL >-# define _GL_ADD_OVERFLOW(a, b, min, max) >+# define _GL_ADD_OVERFLOW(a, b, min, max) \ > __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0) >-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) >+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ > __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0) >-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) >+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ > __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0) > #else > # define _GL_ADD_OVERFLOW(a, b, min, max) \ >--- oathtool/gl/intprops.h.ORIG 2016-08-27 13:15:06.000000000 +0200 >+++ oathtool/gl/intprops.h 2018-03-17 10:55:51.950974477 +0100 >@@ -230,11 +230,11 @@ > (e.g., A and B) have the same type as MIN and MAX. Instead, they assume > that the result (e.g., A + B) has that type. */ > #if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL >-# define _GL_ADD_OVERFLOW(a, b, min, max) >+# define _GL_ADD_OVERFLOW(a, b, min, max) \ > __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0) >-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) >+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ > __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0) >-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) >+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ > __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0) > #else > # define _GL_ADD_OVERFLOW(a, b, min, max) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 650690
: 524186