bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/12689] gold failed to build on Linux/ia32 with gcc 4.2


From: hjl.tools at gmail dot com
Subject: [Bug gold/12689] gold failed to build on Linux/ia32 with gcc 4.2
Date: Wed, 20 Apr 2011 16:27:34 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12689

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ccoutant at google dot com

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-20 16:27:16 
UTC ---
There are

struct Archive_member
{
  Archive_member()
      : obj_(NULL), sd_(NULL), arg_serial_(0)
  { } 
  Archive_member(Object* obj, Read_symbols_data* sd) 
      : obj_(obj), sd_(sd)
  { } 
  // The object file.
  Object* obj_;
  // The data to pass from read_symbols() to add_symbols().
  Read_symbols_data* sd_;
  // The serial number of the file in the argument list.
  unsigned int arg_serial_;
};

arg_serial_ isn't initialized in

  Archive_member(Object* obj, Read_symbols_data* sd) 
      : obj_(obj), sd_(sd)
  { }

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]