[Bug 357832] Re: evtouch: drag not works

2009-05-12 Thread Bradley Bell
Did you post the wrong link Ramaddan? Anyway, I can confirm long touch/right click does work with my patch as well. -- evtouch: drag not works https://bugs.launchpad.net/bugs/357832 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 357832] Re: evtouch: drag not works

2009-05-10 Thread Bradley Bell
Here's the updated version of buttonless-device.patch which fixes this problem. It doesn't make long touch into right-click like the old one did, but that should be configurable by the end-user now I guess? ** Attachment added: "Make drag work on buttonless devices" http://launchpadlibrarian.ne

[Bug 1832132] Re: incorrect results for g++ -std=c++11 -O3 -DNDEBUG

2020-12-04 Thread Bradley Bell
I think this is a gcc problem because it reproduces on Fedora 33 with g++ (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) In addition, the only compiler flag that is necessary to demonstrate the bug is '-O3' (on my Fedora 33 system). Any other level of optimization passes the test. -- You received this

[Bug 1832132] Re: incorrect results for g++ -std=c++11 -O3 -DNDEBUG

2020-12-04 Thread Bradley Bell
It turns out it was an error in my test; see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98151 ** Bug watch added: GCC Bugzilla #98151 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98151 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1832132] Re: incorrect results for g++ -std=c++11 -O3 -DNDEBUG

2020-12-05 Thread Bradley Bell
** Changed in: gcc-defaults (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832132 Title: incorrect results for g++ -std=c++11 -O3 -DNDEBUG To manage notificat

[Bug 1832132] [NEW] incorrect results for g++ -std=c++11 -O3 -DNDEBUG

2019-06-09 Thread Bradley Bell
Public bug reported: This bug report is a simplification of the following issue reported against CppAD: https://github.com/coin-or/CppAD/issues/44 The attached file (to_string.sh) is a bash script that demonstrates the problem. In summary (of running to_string.sh) the following source code has