This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
'SR.1419' is used uninitialized in this function...
- From: Benjamin Redelings <bredelin at ucla dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 25 Jan 2005 09:58:57 -0800
- Subject: 'SR.1419' is used uninitialized in this function...
Hello,
I'm testing 4.0 snapshot 2005-01-15 by trying to compile my
program. I get error messages like the following a few times:
'SR.1419' is used uninitialized in this function...
I'm guessing that this is an SSA name and should not be reported to the
user. Is this a known bug? Should I file a PR?
-BenRI