This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/38730] gcc 4.4.0 20090104 - "make -i check" - over 60 FAILs in "C" compiler
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2009 20:09:06 -0000
- Subject: [Bug target/38730] gcc 4.4.0 20090104 - "make -i check" - over 60 FAILs in "C" compiler
- References: <bug-38730-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-05 20:09 -------
>FAIL: gcc.dg/torture/fp-int-convert-float128.c -O3 -g (test for excess
This means that the __float128 to int functions are not included in libgcc not
a big deal because most folks don't use __float128.
>gcc.dg/vect/costmodel/i386/costmodel-vect-68.c
These vectorizer failures look like the stack alignment is wrong.
>FAIL: largefile.c -O0 -g -I. (test for excess errors)
Not really a big deal as this is PCH and solaris as a host has not implemented
the needed PCH functions yet.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Component|c |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38730