This is the mail archive of the gcc@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: GCC 4.0 Status Report (2005-03-24)


> Truly Critical
> --------------
> 
> 19225 Segmentation fault with VLAs, affects GLIBC
> 
>   This is the TYPE_STUB_DECL that Dan Berlin looked into for a while.
>   What is the current status?


I think you mean 19345.

Anyway, the long and short of it is that the real bug here is that
TYPE_NAME (TYPE_MAIN_VARIANT (origin)) is NULL, and it shouldn't be.

Or at least, that is what jason says.



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