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++/14616] [3.3?/3.4/3.5 regression] disjoint_set_test.cpp from boost does not compile (sizeof)


------- Additional Comments From giovannibajo at libero dot it  2004-03-17 13:09 -------
The problem is that cp_finish_decl early exits for templates, before calling 
check_initializer, which calls maybe_deduce_size_for_array_init, which computes 
the domain of the array type.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


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