mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
1a5d977667bebbcbffcd62ba30d301d264e5f4ff
Some of these tests need -Wno-psabi to pass on ia32, forwprop-43.c uses the vect* effective targets which rely on vect.exp added options but doesn't provide those (added -msse2 for ia32). And lastly, part-vect-absnegbf.c is a really weird test, it needs at least -msse2 to pass on ia32 obviously (otherwise it is an error to even use __bf16 or _Float16), but doesn't use -mavx512bf16 but has avx512bf16 runtime check. No idea what was meant, perhaps we need 2 copies of the test, one with plain -msse2 and just requiring sse2 at runtime and another wiht -mavx512bf16 requiring that? Just added -msse2 for now. 2026-03-18 Jakub Jelinek <jakub@redhat.com> * gcc.dg/tree-ssa/forwprop-42.c: Add -Wno-psabi to dg-options. * gcc.dg/tree-ssa/forwprop-43.c: Likewise. For ia32 add -msse2 as dg-additional-options. * gcc.dg/torture/pr65270-3.c: Add -Wno-psabi to dg-options. * gcc.target/i386/part-vect-absnegbf.c: Add -msse2 to dg-options.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. Copyright years on GCC source files may be listed using range notation, e.g., 1987-2012, indicating that every year in the range, inclusive, is a copyrightable year that could otherwise be listed individually.
Description
Languages
C++
30.7%
C
30.2%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.4%