public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25166]  New: FAIL: gcc.c-torture/execute/conversion.c compilation
@ 2005-11-29 23:51 danglin at gcc dot gnu dot org
  2005-11-29 23:58 ` [Bug target/25166] " danglin at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-29 23:51 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc
-B/mnt/gnu/gcc-3.3/objdir/gc
c/ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.c-torture/execute/conversion.c  -w 
-O
0  -fno-show-column  -lm   -o
/mnt/gnu/gcc-3.3/objdir/gcc/testsuite/conversion.x
0    (timeout = 300)
/usr/bin/ld: Unsatisfied symbols:
   __floatunsitf (first referenced in /var/tmp//ccCj8jFh.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/bin/ld: Unsatisfied symbols:
   __floatunsitf (first referenced in /var/tmp//ccCj8jFh.o) (code)
collect2: ld returned 1 exit status

FAIL: gcc.c-torture/execute/conversion.c compilation,  -O0


-- 
           Summary: FAIL: gcc.c-torture/execute/conversion.c compilation
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug target/25166] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
@ 2005-11-29 23:58 ` danglin at gcc dot gnu dot org
  2005-11-30  0:00 ` danglin at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-29 23:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2005-11-29 23:58 -------
The same error also causes the failure of
gcc.dg/torture/fp-int-convert-long-double.c:
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc
-B/mnt/gnu/gcc-3.3/objdir/gc
c/
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/torture/fp-int-convert-long-double.
c   -O0   -fno-show-column  -lm   -o ./fp-int-convert-long-double.exe   
(timeou
t = 300)
/usr/bin/ld: Unsatisfied symbols:
   __floatunsitf (first referenced in /var/tmp//ccztHixV.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/bin/ld: Unsatisfied symbols:
   __floatunsitf (first referenced in /var/tmp//ccztHixV.o) (code)
collect2: ld returned 1 exit status

FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O0  (test for excess
errors)


-- 


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


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

* [Bug target/25166] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
  2005-11-29 23:58 ` [Bug target/25166] " danglin at gcc dot gnu dot org
@ 2005-11-30  0:00 ` danglin at gcc dot gnu dot org
  2005-11-30  0:01 ` [Bug target/25166] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-30  0:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2005-11-30 00:00 -------
And gcc.dg/torture/fp-int-convert-timode.c.


-- 


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
  2005-11-29 23:58 ` [Bug target/25166] " danglin at gcc dot gnu dot org
  2005-11-30  0:00 ` danglin at gcc dot gnu dot org
@ 2005-11-30  0:01 ` pinskia at gcc dot gnu dot org
  2005-11-30  0:35 ` joseph at codesourcery dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-30  0:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-30 00:00 -------
This is a regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL: gcc.c-                |[4.2 Regression] FAIL:
                   |torture/execute/conversion.c|gcc.c-
                   |compilation                 |torture/execute/conversion.c
                   |                            |compilation
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-30  0:01 ` [Bug target/25166] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-11-30  0:35 ` joseph at codesourcery dot com
  2005-11-30  3:51 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: joseph at codesourcery dot com @ 2005-11-30  0:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from joseph at codesourcery dot com  2005-11-30 00:35 -------
Subject: Re:   New: FAIL: gcc.c-torture/execute/conversion.c
 compilation

As explained in bug 24998, I can't test on PA at present but the fix is 
probably similar to that for IA64.


-- 


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-11-30  0:35 ` joseph at codesourcery dot com
@ 2005-11-30  3:51 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-11-30  4:14 ` joseph at codesourcery dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-11-30  3:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2005-11-30 03:51 -------
Subject: Re:  [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c
compilation

> As explained in bug 24998, I can't test on PA at present but the fix is 
> probably similar to that for IA64.

I'm testing a fix for the current reload problems on the PA.  This should
be installed tomorrow morning if all goes well.

Would you test your IA64 fix on the PA?  It looks like the same fix should
work.  Preapproved assuming testing is successful.

Dave


-- 


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-11-30  3:51 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-11-30  4:14 ` joseph at codesourcery dot com
  2005-12-05  3:23 ` danglin at gcc dot gnu dot org
  2005-12-05  3:44 ` danglin at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: joseph at codesourcery dot com @ 2005-11-30  4:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from joseph at codesourcery dot com  2005-11-30 04:14 -------
Subject: Re:  [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c
 compilation

On Wed, 30 Nov 2005, dave at hiauly1 dot hia dot nrc dot ca wrote:

> I'm testing a fix for the current reload problems on the PA.  This should
> be installed tomorrow morning if all goes well.
> 
> Would you test your IA64 fix on the PA?  It looks like the same fix should
> work.  Preapproved assuming testing is successful.

I can't test on PA because of a non-working PA system, not because of any 
breakage that may have occurred on PA after the 18th.


-- 


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-11-30  4:14 ` joseph at codesourcery dot com
@ 2005-12-05  3:23 ` danglin at gcc dot gnu dot org
  2005-12-05  3:44 ` danglin at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-05  3:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from danglin at gcc dot gnu dot org  2005-12-05 03:23 -------
Subject: Bug 25166

Author: danglin
Date: Mon Dec  5 03:23:37 2005
New Revision: 108039

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108039
Log:
        PR target/25166
        * pa/pa.c (pa_hpux_init_libfuncs): Add _U_Qfcnvxf_usgl_to_quad and
        _U_Qfcnvxf_udbl_to_quad to set of initialized libfuncs.
        * pa/quadlib.c (_U_Qfcnvxf_usgl_to_quad, _U_Qfcnvxf_udbl_to_quad): New
        functions.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/quadlib.c


-- 


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


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

* [Bug target/25166] [4.2 Regression] FAIL: gcc.c-torture/execute/conversion.c compilation
  2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-12-05  3:23 ` danglin at gcc dot gnu dot org
@ 2005-12-05  3:44 ` danglin at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-05  3:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from danglin at gcc dot gnu dot org  2005-12-05 03:44 -------
Fixed by patch.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2005-12-05  3:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-29 23:51 [Bug target/25166] New: FAIL: gcc.c-torture/execute/conversion.c compilation danglin at gcc dot gnu dot org
2005-11-29 23:58 ` [Bug target/25166] " danglin at gcc dot gnu dot org
2005-11-30  0:00 ` danglin at gcc dot gnu dot org
2005-11-30  0:01 ` [Bug target/25166] [4.2 Regression] " pinskia at gcc dot gnu dot org
2005-11-30  0:35 ` joseph at codesourcery dot com
2005-11-30  3:51 ` dave at hiauly1 dot hia dot nrc dot ca
2005-11-30  4:14 ` joseph at codesourcery dot com
2005-12-05  3:23 ` danglin at gcc dot gnu dot org
2005-12-05  3:44 ` danglin at gcc dot gnu dot 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).