This is the mail archive of the gcc-patches@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: Don't build the decl for the constant pool twice


Andrew Haley wrote:
> We were building the decl for the cpool twice, which caused IPA failures.
> Fixed thusly.
> 
> Andrew.
> 
> 
> 2008-10-14  Andrew Haley  <aph@redhat.com>
> 
> 	* constants.c (build_constant_data_ref): Make sure we only build
> 	one copy of the decl for the constant pool.

Also applied to the gcc-4.3 branch.

Andrew.


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