This is the mail archive of the gcc-cvs@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]

r161918 - in /trunk/gcc: ChangeLog tree.c


Author: baldrick
Date: Wed Jul  7 15:21:16 2010
New Revision: 161918

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161918
Log:
When materializing a cloned function with arguments removed,
to TYPE_POINTER_TO field of the new type (which has fewer
arguments) was left pointing to the original type.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree.c


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