https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122709
--- Comment #5 from martin <mscfd at gmx dot net> --- Thanks for the fast fix! I will give it a try in the next couple weeks. I actually forgot to add the -Werror option, that's why I get an error. (I do not like warnings, which are not errors, as they distract from real issues.) Just a question: Was this a pure diagnostic problem or did the contiguous flag got lost also in the real code generation. The output line with 3x "T" suggests that code generation was fine (like in a call to a subroutine which requires a contiguous array as argument and as a consequence a temporary array is created due to the missing contiguous flag)?
