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]

Fix 28280 vla regression


This fixes a regression I put in recently:

http://gcc.gnu.org/PR28280

:-( After reviewing all that statement expressions imply, I came to the conclusion is was wrong to try and reuse that code, so instead we put in just the code we do want. NO_WARNING () = 1 might be another way to do this, but I don't think the sequence point stuff applies either, so I didn't pursue that path.

Ok?

Attachment: vla-5.diffs.txt
Description: Text document


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