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]

C++ PATCH for c++/68703 (dependent vector length)


When we defer dependent attributes, we need to take that into account
for determining whether something is dependent.  Furthermore, such an
attribute means that the TREE_TYPE is incomplete, so we shouldn't use
it at all.

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: 68703.diff
Description: Text document


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