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]

Re: fix g++.dg/init/new4.C


    I had tested only C and Ada, 

How did you test Ada?  Is anything working well enough for you to do a
reasonable test?  *I* can bootstrap Ada, but apparently it's still not
there yet on other targets.  Does it bootstrap for you?

    My initial reaction was to ignore the "VLA headaches" comment and
    generate one anyway.  This runs afoul of the middle-end data layout
    routines that think they know better and generate an error for building
    a VLA type outside of a function context.

Ada does that all the time.  What problems were you running into?


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