gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
** Description changed:
This code shows the bug:
---
#include
typedef __attribute__ ((__aligned__ (16))) struct _TEST_FLOAT128 {
- __extension__ unsigned long long Part[2];
+ __extension__ unsigned long long Part[2];
Public bug reported:
This code shows the bug:
---test.cc---
#include
typedef __attribute__ ((__aligned__ (16))) struct _TEST_FLOAT128 {
__extension__ unsigned long long Part[2];
} TEST_FLOAT128;
int main( void )
{
TEST_FLOAT128 tf;
printf( "alignof(tf) = %d\n",(int)__alignof__(tf) )
Still happens in Raring.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/630185
Title:
Totem doesn't display SSA/ASS subtitles correctly
To manage notifications about this bug go to:
https://bugs.lau
I had the same issue with the following hardware:
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel
HDA) (rev 40)
Subsystem: ASUSTeK Computer Inc. Device 8436
Flags: bus master, slow devsel, latency 32, IRQ 16
Memory at fe60 (64-bit, non-pr
Same problem here with Quantal and a NVIDIA card.
I kludged around it by building an equivs package for opencl-icd.
This is the second issue I have had with OpenCL on NVIDIA cards. I even
provided a patch for my last issue yet nothing happened. You people
really need to get someone to test this s
** Also affects: gcc via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39608
Importance: Unknown
Status: Unknown
--
g++-4.3 regression, rejects valid code
https://bugs.launchpad.net/bugs/354305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
I got the same error as Christopher Currie with boost. Please see this message
in the gcc bugzilla. It IS a bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39608
** Bug watch added: GCC Bugzilla #39608
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39608
--
g++-4.3 regression, rejects valid c