------- Comment #4 from jakub at gcc dot gnu dot org 2010-01-27 08:51 ------- Seems the hack not to inline such functions (but until 4.4 always_inline won over it) has been added for PR6994, which has been fixed in a different way anyway. And obviously we are now copying/remapping stuff containing VLAs, e.g. omp-low.c does that. So I'd say we should just nuke that restriction.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42874