Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Thiago Macieira
On Friday, 1 September 2017 16:42:08 PDT Christian Gagneraud wrote: > doc.qt.io says that for Qt 5.9, the supported platform contains: > Linux 32/64-bit: GCC 4.8, GCC 4.9, GCC 5.3 > > According to your gcc bug report, the bug was introduced in gcc 5.1 > but has never been fixed (?) Correct. We ju

Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Christian Gagneraud
On 2 September 2017 at 04:42, Thiago Macieira wrote: > On Thursday, 31 August 2017 23:37:37 PDT Christian Gagneraud wrote: >> Hi there, >> >> Back on my 32 bits build of Qt >> >> I'm having a build failure on tst_qatomicinteger for qlonglong. >> >> Static failure: Q_STATIC_ASSERT(Q_ALIGNOF(QAtomic

Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Thiago Macieira
On Thursday, 31 August 2017 23:37:37 PDT Christian Gagneraud wrote: > Hi there, > > Back on my 32 bits build of Qt > > I'm having a build failure on tst_qatomicinteger for qlonglong. > > Static failure: Q_STATIC_ASSERT(Q_ALIGNOF(QAtomicInteger) == > Q_ALIGNOF(TypeInStruct)); > > Sounds very muc

[Interest] [VOTES REQUEST] https://bugreports.qt.io/browse/QTIFW-948 (more freedom in name and version)

2017-09-01 Thread Konstantin Podsvirov
You are using QtIFW and you do not like rigid limitations on the name and version of packages - vote for optional freedom! Suggestion: https://bugreports.qt.io/browse/QTIFW-948 Apropriate change request: https://codereview.qt-project.org/#/c/203958 -- Regards, Konstantin Podsvirov ___

Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Constantin Makshin
Hi Christian. May be changing template class QBasicAtomicInteger in "src/corelib/thread/qbasicatomic.h" to template class Q_DECL_ALIGN(Q_ALIGNOF(typename QAtomicOps::Type)) QBasicAtomicInteger will fix the problem. On 09/01/2017 11:10 AM, Christian Gagneraud wrote: > On 1 September 2017 at

Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Christian Gagneraud
On 1 September 2017 at 19:21, Christian Gagneraud wrote: > On 1 September 2017 at 18:37, Christian Gagneraud wrote: >> Hi there, >> >> Back on my 32 bits build of Qt >> >> I'm having a build failure on tst_qatomicinteger for qlonglong. >> >> Static failure: Q_STATIC_ASSERT(Q_ALIGNOF(QAtomicIntege

Re: [Interest] tst_qatomicinteger build failure (5.9 i386/x86_64)

2017-09-01 Thread Christian Gagneraud
On 1 September 2017 at 18:37, Christian Gagneraud wrote: > Hi there, > > Back on my 32 bits build of Qt > > I'm having a build failure on tst_qatomicinteger for qlonglong. > > Static failure: Q_STATIC_ASSERT(Q_ALIGNOF(QAtomicInteger) == > Q_ALIGNOF(TypeInStruct)); > > Sounds very much like a 32/64