This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/48204] [4.5/4.6 Regression] ICE: in decimal_to_decnumber, at dfp.c:115 with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -g


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48204

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-26 09:24:08 UTC ---
Author: jakub
Date: Sat Mar 26 09:24:06 2011
New Revision: 171549

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171549
Log:
    Backport from mainline
    2011-03-24  Jakub Jelinek  <jakub@redhat.com>

    PR debug/48204
    * simplify-rtx.c (simplify_const_unary_operation): Call
    real_convert when changing mode class with FLOAT_EXTEND.

    * gcc.dg/dfp/pr48204.c: New test.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr48204.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/simplify-rtx.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]