This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'SR.1419' is used uninitialized in this function...



On Jan 25, 2005, at 12:58 PM, Benjamin Redelings wrote:


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?

Yes it is known but it is most likely a bug in your code. The problem is that SR.1419 should really be named "<<unnamed>>.structmember".

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]