gcc-bugs@gcc.gnu.org

2013-10-02 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 James Dennett changed: What|Removed |Added CC||james.dennett at gmail dot com

gcc-bugs@gcc.gnu.org

2013-10-31 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 --- Comment #4 from James Dennett --- Thanks, Jason.

[Bug c++/62227] Templated move not elided

2014-08-24 Thread james.dennett at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62227 James Dennett changed: What|Removed |Added CC||james.dennett at gmail dot com

[Bug c++/43663] Can't take a const-ref to a bit field

2011-05-15 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43663 James Dennett changed: What|Removed |Added CC||james.dennett at gmail dot

[Bug c++/43663] Can't take a const-ref to a bit field

2011-05-15 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43663 --- Comment #7 from James Dennett 2011-05-15 11:55:47 UTC --- Unsurprisingly the quick hack isn't really good enough -- it'll happily bind a non-const reference to a temporary initialized from a bitfield. (...and I guess that's why we have tests

[Bug c++/43663] Can't take a const-ref to a bit field

2011-05-15 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43663 --- Comment #8 from James Dennett 2011-05-15 12:34:51 UTC --- Interestingly this works with Apple's g++ 4.2.1, specifically i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3), but not with their 4.0.1 release. Tested with:

[Bug c++/39415] static_cast used as downcast can silently lose const

2010-11-11 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39415 James Dennett changed: What|Removed |Added CC||james.dennett at gmail dot