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++/51868] [4.7 Regression] Crash when generating the move constructor for a class with a bit field


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-16
      Known to work|                            |4.6.2
            Summary|Crash when generating the   |[4.7 Regression] Crash when
                   |move constructor for a      |generating the move
                   |class with a bit field      |constructor for a class
                   |                            |with a bit field
     Ever Confirmed|0                           |1
      Known to fail|                            |4.7.0

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-16 14:36:58 UTC ---
Confirmed with 4.7, it works with 4.6.1 and 4.6.2

IIRC Arch Linux lies about the version, what they call 4.6.2 is the unreleased
4.6.3, so please provide the output of gcc -v as requested by the URL you
quoted.


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