[C++ PATCH] Don't crash on vector_size attribute in templates (PR c++/34913)

Jason Merrill jason@redhat.com
Tue Jan 22 22:00:00 GMT 2008


It seems like the right fix is for is_late_template_attribute to return 
true for vector_size if the type involved is dependent.  That would 
still give you the errors on your example.

Jason



More information about the Gcc-patches mailing list