http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162
James Dennett changed:
What|Removed |Added
CC||james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162
--- Comment #4 from James Dennett ---
Thanks, Jason.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62227
James Dennett changed:
What|Removed |Added
CC||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
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
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:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39415
James Dennett changed:
What|Removed |Added
CC||james.dennett at gmail dot