This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-24 12:50:10 UTC ---
Created attachment 24341
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24341
gcc47-pr49136.patch

WIP patch, works on little-endian, but doesn't on big endian, so some
correction somewhere is needed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]