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++/52363] Presence/absence of -pedantic compilation affects run-time behavior


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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-04-18 12:52:04 UTC ---
Interestingly, removing the const from the move assignment avoids the issue
with -pedantic.


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