This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49812] strange return type for built-in operator++(int, int)
- From: "frederic.bron at m4x dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 22 Jul 2011 08:58:59 +0000
- Subject: [Bug c++/49812] strange return type for built-in operator++(int, int)
- Auto-submitted: auto-generated
- References: <bug-49812-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49812
--- Comment #1 from FrÃdÃric Bron <frederic.bron at m4x dot org> 2011-07-22 08:58:31 UTC ---
Created attachment 24809
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24809
program that fails
This program should write false but writes true.