public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Susprising behavior of gcc on x86 (-m32)
@ 2015-09-08  9:15 Mathieu Malaterre
  2015-09-08  9:45 ` Andrew Haley
  0 siblings, 1 reply; 14+ messages in thread
From: Mathieu Malaterre @ 2015-09-08  9:15 UTC (permalink / raw)
  To: gcc-help

Dear all,

I am trying to track down the following OpenJPEG regression on x86
(amd64 is fine):

https://github.com/uclouvain/openjpeg/issues/571

In summary, if I compile OpenJPEG (git/master) using gcc (all gcc
versions in debian: 4.8, 4.9 and 5.2 are affected) and try to compress
a specific input file the generated J2K file is invalid. The bug is
somewhat problematic within OpenJPEG because it make lossless
compression: lossy !

I have not been able to reproduce this behavior using clang 3.5 (again
debian/sid chroot 32bits), and I am not able to reproduce this
behavior from an amd64 debian sid chroot.

What is even more surprising is that I can no longer reproduce the
behavior using `valgrind` from my 32bits chroot.

I understand that my bug description is relatively small, but I am
eager to report a more specific gcc issue. If anyone could help me
narrow down this issue, I'd appreciate your comments.

Please note that that I disabled any kind of optimizations by using
(explicitly!) -O0.

Thanks

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-09-08 13:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-08  9:15 Susprising behavior of gcc on x86 (-m32) Mathieu Malaterre
2015-09-08  9:45 ` Andrew Haley
2015-09-08  9:57   ` Mathieu Malaterre
2015-09-08 10:05     ` Jonathan Wakely
2015-09-08 10:15       ` Mathieu Malaterre
2015-09-08 10:21       ` Mathieu Malaterre
2015-09-08 10:36         ` Jonathan Wakely
2015-09-08 11:38           ` Mathieu Malaterre
2015-09-08 12:00       ` Mathieu Malaterre
2015-09-08 12:40         ` Mathieu Malaterre
2015-09-08 13:16           ` Markus Trippelsdorf
2015-09-08 13:19             ` Mathieu Malaterre
2015-09-08 13:17           ` Mathieu Malaterre
2015-09-08 13:23           ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).