[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex<T>

schwab at suse dot de gcc-bugzilla@gcc.gnu.org
Wed Nov 16 20:42:00 GMT 2005



------- Comment #35 from schwab at suse dot de  2005-11-16 20:42 -------
__imag__ a = b looks like a simple assignment, thus it should act like a simple
assignment.  You can pack a struct { short a,b; } in a single register, but
that should not result in a warning when assigning a part of it, even though it
would have to be implemented as RMW on many targets.


-- 


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



More information about the Gcc-bugs mailing list