public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0  execution test
@ 2014-09-19 15:16 schwab@linux-m68k.org
  2014-09-21  6:46 ` [Bug target/63312] " schwab@linux-m68k.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-09-19 15:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312

            Bug ID: 63312
           Summary: FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0
                    execution test
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: joseph at codesourcery dot com
            Target: ia64-*-*

(gdb) bt
#0  0xa000000000040721 in __kernel_syscall_via_break ()
#1  0x20000000001b3190 in *__GI_raise (sig=<optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:67
#2  0x20000000001b5a70 in *__GI_abort () at abort.c:92
#3  0x4000000000000d30 in main ()
    at ../../../../gcc/testsuite/gcc.dg/torture/float128-exact-underflow.c:39


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/63312] FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0  execution test
  2014-09-19 15:16 [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test schwab@linux-m68k.org
@ 2014-09-21  6:46 ` schwab@linux-m68k.org
  2014-09-22 11:08 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-09-21  6:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
This fixes the test for all opt levels, no regressions.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/63312] FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0  execution test
  2014-09-19 15:16 [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test schwab@linux-m68k.org
  2014-09-21  6:46 ` [Bug target/63312] " schwab@linux-m68k.org
@ 2014-09-22 11:08 ` jsm28 at gcc dot gnu.org
  2014-09-22 11:10 ` jsm28 at gcc dot gnu.org
  2014-09-22 11:15 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-09-22 11:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312

--- Comment #3 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
Author: jsm28
Date: Mon Sep 22 11:08:03 2014
New Revision: 215458

URL: https://gcc.gnu.org/viewcvs?rev=215458&root=gcc&view=rev
Log:
    PR target/63312
    * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
    New macros.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/ia64/sfp-machine.h


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/63312] FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0  execution test
  2014-09-19 15:16 [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test schwab@linux-m68k.org
  2014-09-21  6:46 ` [Bug target/63312] " schwab@linux-m68k.org
  2014-09-22 11:08 ` jsm28 at gcc dot gnu.org
@ 2014-09-22 11:10 ` jsm28 at gcc dot gnu.org
  2014-09-22 11:15 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-09-22 11:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
Fixed for GCC 5.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/63312] FAIL: gcc.dg/torture/float128-exact-underflow.c   -O0  execution test
  2014-09-19 15:16 [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2014-09-22 11:10 ` jsm28 at gcc dot gnu.org
@ 2014-09-22 11:15 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-09-22 11:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-22 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19 15:16 [Bug target/63312] New: FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test schwab@linux-m68k.org
2014-09-21  6:46 ` [Bug target/63312] " schwab@linux-m68k.org
2014-09-22 11:08 ` jsm28 at gcc dot gnu.org
2014-09-22 11:10 ` jsm28 at gcc dot gnu.org
2014-09-22 11:15 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).