This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r132089 - in /branches/gcc-4_2-branch/gcc: Chan...
- From: krebbel at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 04 Feb 2008 09:20:46 -0000
- Subject: r132089 - in /branches/gcc-4_2-branch/gcc: Chan...
Author: krebbel
Date: Mon Feb 4 09:20:45 2008
New Revision: 132089
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132089
Log:
2008-02-04 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
the overflow check to make it easier to read.
(__fixtfdi): Change the type of the ll member in union
long_double to UDItype_x.
2008-02-04 Andreas Krebbel <krebbel1@de.ibm.com>
* gcc.dg/tf_to_di-1.c: New testcase.
Added:
branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/tf_to_di-1.c
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/config/s390/fixdfdi.h
branches/gcc-4_2-branch/gcc/testsuite/ChangeLog