This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49644] [ 4.5/4.6 Regression ] post-increment of promoted to complex operand is incorrect.
- From: "orion at cora dot nwra.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 5 Jul 2011 15:42:19 +0000
- Subject: [Bug c/49644] [ 4.5/4.6 Regression ] post-increment of promoted to complex operand is incorrect.
- Auto-submitted: auto-generated
- References: <bug-49644-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49644
Orion Poplawski <orion at cora dot nwra.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[ 4.5/4.6 Regression ] |[ 4.5/4.6 Regression ]
|post-increment of promoted |post-increment of promoted
|operand is incorrect. |to complex operand is
| |incorrect.
--- Comment #1 from Orion Poplawski <orion at cora dot nwra.com> 2011-07-05 15:41:08 UTC ---
May only apply to complex variables. I can't reproduce with promotion of float
to double.