public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
@ 2005-10-15 20:22 ` pinskia at gcc dot gnu dot org
  2005-10-29 12:57 ` fxcoudert at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-15 20:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #32 from pinskia at gcc dot gnu dot org  2005-10-15 20:22 -------
*** Bug 24391 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla-gcc at
                   |                            |thewrittenword dot com


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


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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
  2005-10-15 20:22 ` [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F pinskia at gcc dot gnu dot org
@ 2005-10-29 12:57 ` fxcoudert at gcc dot gnu dot org
  2006-01-05  3:21 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-10-29 12:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #33 from fxcoudert at gcc dot gnu dot org  2005-10-29 12:57 -------
(In reply to comment #30)
> I do agree with you. Can you re-submit the patch on the fortran ml for approval?

ping*2


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
  2005-10-15 20:22 ` [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F pinskia at gcc dot gnu dot org
  2005-10-29 12:57 ` fxcoudert at gcc dot gnu dot org
@ 2006-01-05  3:21 ` pinskia at gcc dot gnu dot org
  2006-01-23 18:20 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-05  3:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #34 from pinskia at gcc dot gnu dot org  2006-01-05 03:21 -------
The only patch left is
http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01578.html

The rest was fixed by the patch which fixed PR 25259 which added a stdint.h to
include.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/fortra|http://gcc.gnu.org/ml/gcc-
                   |n/2005-06/msg00118.html     |patches/2005-
                   |                            |12/msg01578.html


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



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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-01-05  3:21 ` pinskia at gcc dot gnu dot org
@ 2006-01-23 18:20 ` pinskia at gcc dot gnu dot org
  2006-01-28 21:13 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-23 18:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #35 from pinskia at gcc dot gnu dot org  2006-01-23 18:20 -------
Fixed by:
2006-01-16  Roger Sayle  <roger@eyesopen.com>

        * configure.ac (CFLAGS): Update to include -std=gnu99 so that
        the configure tests will be run with the same environment as
        used to compile the libgfortran source code.
        * configure: Regenerate.

2006-01-12  Roger Sayle  <roger@eyesopen.com>

        * intrinsics/c99_functions.c: Add function prototypes to avoid
        warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
        work around a brain-dead libm by redirecting calls to cabs{,f,l}
        to a local __gfc_cabs{,f,l}.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-01-23 18:20 ` pinskia at gcc dot gnu dot org
@ 2006-01-28 21:13 ` pinskia at gcc dot gnu dot org
  2006-02-14 17:28 ` ro at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-28 21:13 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-01-28 21:13 ` pinskia at gcc dot gnu dot org
@ 2006-02-14 17:28 ` ro at gcc dot gnu dot org
  2006-02-14 17:31 ` ro at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu dot org @ 2006-02-14 17:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #36 from ro at gcc dot gnu dot org  2006-02-14 17:28 -------
Subject: Bug 15234

Author: ro
Date: Tue Feb 14 17:28:02 2006
New Revision: 110988

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110988
Log:
        PR libfortran/15234: Backport from mainline
        config:
        2006-01-02  Paolo Bonzini  <bonzini@gnu.org>

        PR target/25259
        * stdint.m4: New.

        libgfortran:
        2006-01-02  Paolo Bonzini  <bonzini@gnu.org>

        PR target/25259
        * configure.ac: Use GCC_HEADER_STDINT.
        * libgfortran.h: Include gstdint.h.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.

Added:
    branches/gcc-4_1-branch/config/stdint.m4
      - copied unchanged from r109241, trunk/config/stdint.m4
Modified:
    branches/gcc-4_1-branch/config/ChangeLog
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/aclocal.m4
    branches/gcc-4_1-branch/libgfortran/configure
    branches/gcc-4_1-branch/libgfortran/configure.ac
    branches/gcc-4_1-branch/libgfortran/libgfortran.h


-- 


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


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

* [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-02-14 17:28 ` ro at gcc dot gnu dot org
@ 2006-02-14 17:31 ` ro at gcc dot gnu dot org
  2006-02-14 17:32 ` [Bug libfortran/15234] [4.0 regression] " ro at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu dot org @ 2006-02-14 17:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #37 from ro at gcc dot gnu dot org  2006-02-14 17:31 -------
Still open on the 4.0 branch.


-- 

ro at gcc dot gnu dot org changed:

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


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


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

* [Bug libfortran/15234] [4.0 regression] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-02-14 17:31 ` ro at gcc dot gnu dot org
@ 2006-02-14 17:32 ` ro at gcc dot gnu dot org
  2006-02-14 17:51 ` ro at gcc dot gnu dot org
  2006-02-14 17:53 ` ro at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu dot org @ 2006-02-14 17:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ro at gcc dot gnu dot org
                   |dot org                     |
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2005-08-17 02:01:01         |2006-02-14 17:32:15
               date|                            |
            Summary|libgfortran doesn't compile |[4.0 regression] libgfortran
                   |on Tru64 UNIX V4.0F         |doesn't compile on Tru64
                   |                            |UNIX V4.0F


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


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

* [Bug libfortran/15234] [4.0 regression] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-02-14 17:32 ` [Bug libfortran/15234] [4.0 regression] " ro at gcc dot gnu dot org
@ 2006-02-14 17:51 ` ro at gcc dot gnu dot org
  2006-02-14 17:53 ` ro at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu dot org @ 2006-02-14 17:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #38 from ro at gcc dot gnu dot org  2006-02-14 17:51 -------
Subject: Bug 15234

Author: ro
Date: Tue Feb 14 17:51:41 2006
New Revision: 110991

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110991
Log:
        PR libfortran/15234: Backport from mainline
        config:
        2006-01-02  Paolo Bonzini  <bonzini@gnu.org>

        PR target/25259
        * stdint.m4: New.

        libgfortran:
        2006-01-02  Paolo Bonzini  <bonzini@gnu.org>

        PR target/25259
        * configure.ac: Use GCC_HEADER_STDINT.
        * libgfortran.h: Include gstdint.h.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.

Added:
    branches/gcc-4_0-branch/config/stdint.m4
      - copied unchanged from r109241, trunk/config/stdint.m4
Modified:
    branches/gcc-4_0-branch/config/ChangeLog
    branches/gcc-4_0-branch/libgfortran/ChangeLog
    branches/gcc-4_0-branch/libgfortran/aclocal.m4
    branches/gcc-4_0-branch/libgfortran/configure
    branches/gcc-4_0-branch/libgfortran/configure.ac
    branches/gcc-4_0-branch/libgfortran/libgfortran.h


-- 


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


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

* [Bug libfortran/15234] [4.0 regression] libgfortran doesn't compile on Tru64 UNIX V4.0F
       [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-02-14 17:51 ` ro at gcc dot gnu dot org
@ 2006-02-14 17:53 ` ro at gcc dot gnu dot org
  9 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu dot org @ 2006-02-14 17:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #39 from ro at gcc dot gnu dot org  2006-02-14 17:52 -------
Fixed for 4.0.3, too.


-- 

ro at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-02-14 17:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15234-81@http.gcc.gnu.org/bugzilla/>
2005-10-15 20:22 ` [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F pinskia at gcc dot gnu dot org
2005-10-29 12:57 ` fxcoudert at gcc dot gnu dot org
2006-01-05  3:21 ` pinskia at gcc dot gnu dot org
2006-01-23 18:20 ` pinskia at gcc dot gnu dot org
2006-01-28 21:13 ` pinskia at gcc dot gnu dot org
2006-02-14 17:28 ` ro at gcc dot gnu dot org
2006-02-14 17:31 ` ro at gcc dot gnu dot org
2006-02-14 17:32 ` [Bug libfortran/15234] [4.0 regression] " ro at gcc dot gnu dot org
2006-02-14 17:51 ` ro at gcc dot gnu dot org
2006-02-14 17:53 ` ro 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).