public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2
@ 2011-01-16 20:47 gerald at pfeifer dot com
  2011-01-16 20:53 ` [Bug libfortran/47322] " gerald at pfeifer dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gerald at pfeifer dot com @ 2011-01-16 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 regression] libquadmath breaks bootstrap on
                    x86_64-unknown-freebsd8.2
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gerald@pfeifer.com
                CC: jakub@redhat.com
              Host: x86_64-unknown-freebsd8.2
            Target: x86_64-unknown-freebsd8.2
             Build: x86_64-unknown-freebsd8.2


The issues is a failing definition of u_int64_t when building math/requog.lo:

libtool: compile:  /scratch/tmp/gerald/OBJ-0116-1958/./gcc/xgcc
-B/scratch/tmp/g
erald/OBJ-0116-1958/./gcc/
-B/home/gerald/gcc-ref8-amd64/x86_64-unknown-freebsd8
.2/bin/ -B/home/gerald/gcc-ref8-amd64/x86_64-unknown-freebsd8.2/lib/ -isystem
/h
ome/gerald/gcc-ref8-amd64/x86_64-unknown-freebsd8.2/include -isystem
/home/geral
d/gcc-ref8-amd64/x86_64-unknown-freebsd8.2/sys-include -DHAVE_CONFIG_H -I.
-I/sc
ratch/tmp/gerald/gcc-HEAD/libquadmath -g -O2 -MT math/lrintq.lo -MD -MP -MF
math
/.deps/lrintq.Tpo -c /scratch/tmp/gerald/gcc-HEAD/libquadmath/math/lrintq.c -o
m
ath/lrintq.o >/dev/null 2>&1
/scratch/tmp/gerald/gcc-HEAD/libquadmath/math/remquoq.c: In function 'remquoq':
/scratch/tmp/gerald/gcc-HEAD/libquadmath/math/remquoq.c:32:3: error: unknown
typ
e name 'u_int64_t'
gmake[3]: *** [math/remquoq.lo] Error 1

This is caused by

  2011-01-16  Jakub Jelinek  <jakub@redhat.com>

        PR fortran/46625
        * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
        :


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

* [Bug libfortran/47322] [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2
  2011-01-16 20:47 [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2 gerald at pfeifer dot com
@ 2011-01-16 20:53 ` gerald at pfeifer dot com
  2011-01-16 20:55 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: gerald at pfeifer dot com @ 2011-01-16 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |gerald at pfeifer dot com
                   |gnu.org                     |

--- Comment #1 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-01-16 20:47:01 UTC ---
I am testing a fix.


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

* [Bug libfortran/47322] [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2
  2011-01-16 20:47 [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2 gerald at pfeifer dot com
  2011-01-16 20:53 ` [Bug libfortran/47322] " gerald at pfeifer dot com
@ 2011-01-16 20:55 ` jakub at gcc dot gnu.org
  2011-01-16 21:06 ` jakub at gcc dot gnu.org
  2011-01-17 12:20 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-16 20:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 20:48:26 UTC ---
Author: jakub
Date: Sun Jan 16 20:48:24 2011
New Revision: 168872

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168872
Log:
    PR libfortran/47322
    * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.

Modified:
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/math/remquoq.c


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

* [Bug libfortran/47322] [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2
  2011-01-16 20:47 [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2 gerald at pfeifer dot com
  2011-01-16 20:53 ` [Bug libfortran/47322] " gerald at pfeifer dot com
  2011-01-16 20:55 ` jakub at gcc dot gnu.org
@ 2011-01-16 21:06 ` jakub at gcc dot gnu.org
  2011-01-17 12:20 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-16 21:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 20:53:37 UTC ---
Oops, missed you've assigned this to yourself.  Anyway, should be fixed now.


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

* [Bug libfortran/47322] [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2
  2011-01-16 20:47 [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2 gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2011-01-16 21:06 ` jakub at gcc dot gnu.org
@ 2011-01-17 12:20 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-01-17 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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

end of thread, other threads:[~2011-01-17 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16 20:47 [Bug libfortran/47322] New: [4.6 regression] libquadmath breaks bootstrap on x86_64-unknown-freebsd8.2 gerald at pfeifer dot com
2011-01-16 20:53 ` [Bug libfortran/47322] " gerald at pfeifer dot com
2011-01-16 20:55 ` jakub at gcc dot gnu.org
2011-01-16 21:06 ` jakub at gcc dot gnu.org
2011-01-17 12:20 ` rguenth 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).