This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]
* Jeff Law:
> ISTM that 8, 9, 10 would use the new flag. 11 would issue an error
> which would trigger a reinvestigation roughly a year from now.
Do you suggest to put in a #warning for GCC 11, so that people can
configure with --disable-werror and still build with GCC 11?
Given that GCC 11 will probably add other warnings that break the build,
this proposal isn't entirely unreasonable (even though I generally
dislike such time bombs).
Thanks,
Florian