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

[Bug c++/17347] C++ FE produces invalid CONSTRUCTOR trees for vtables


------- Additional Comments From giovannibajo at libero dot it  2004-09-22 09:20 -------
I think this should be rediscussed. I'm trying to fix PR14179 where we build a 
CONSTRUCTOR for 8 million of initializers. It is unfortunate to be forced to 
store a progressive INTEGER_CST into the TREE_PURPOSE of each element because 
it would waste too much memory.

I know we used to accept a CONSTRUCTOR with empty TREE_PURPOSE pre-tree-ssa, 
with the obvious meaning (previous index + 1). Why cannot we do this anymore?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovannibajo at libero dot
                   |                            |it, rth at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17347


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