[Bug c++/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex<T>
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sat Aug 20 18:24:00 GMT 2005
------- Additional Comments From falk at debian dot org 2005-08-20 17:38 -------
I can confirm this on alphaev68-linux, even without -g. C test case:
void f() {
__complex__ double t;
__imag__ t = 0;
}
Was introduced somewhere between 2005-05-17 and 2005-06-30.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |diagnostic
Known to fail| |4.1.0
Known to work| |3.4.5 4.0.2
Summary|[REGRESSION] Bogus 'is used |[4.1 regression] Bogus 'is
|uninitialized...' warning |used uninitialized...'
|about std::complex<T> |warning about
| |std::complex<T>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23497
More information about the Gcc-bugs
mailing list