public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf
@ 2004-02-27 16:59 rearnsha at gcc dot gnu dot org
  2004-02-27 17:07 ` [Bug libfortran/14325] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-02-27 16:59 UTC (permalink / raw)
  To: gcc-bugs

trying to build libgfortran for arm-elf dies with the error

In file included from
/work/rearnsha/gnusrc/gcc-tree-ssa-cross/libgfortran/runtime/environ.c:26:
/work/rearnsha/gnusrc/gcc-tree-ssa-cross/libgfortran/libgfortran.h:75: error:
parse error before "GFC_INTEGER_4"

This is because int32_t (a c99 type) is not defined by newlib.

-- 
           Summary: [tree-ssa] libgfortran does not build with newlib on
                    arm-elf
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rearnsha at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-elf


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


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

* [Bug libfortran/14325] [tree-ssa] libgfortran does not build with newlib on arm-elf
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
@ 2004-02-27 17:07 ` pinskia at gcc dot gnu dot org
  2004-05-15 11:59 ` [Bug libfortran/14325] [libgfortran] " tobi at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-27 17:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-27 17:06 -------
Confirmed but really newlib should be providing these.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |build
           Priority|P1                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-27 17:06:59
               date|                            |
   Target Milestone|---                         |tree-ssa


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
  2004-02-27 17:07 ` [Bug libfortran/14325] " pinskia at gcc dot gnu dot org
@ 2004-05-15 11:59 ` tobi at gcc dot gnu dot org
  2004-05-27 21:26 ` drow at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-15 11:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-14 18:30 -------
Is this not fixed by this:
+2004-05-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+	    Steven Bosscher  <stevenb@suse.de>
+
+	PR libfortran/15234
+	* libgfortran.h: Include <inttypes.h> if available.
?

-- 


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
  2004-02-27 17:07 ` [Bug libfortran/14325] " pinskia at gcc dot gnu dot org
  2004-05-15 11:59 ` [Bug libfortran/14325] [libgfortran] " tobi at gcc dot gnu dot org
@ 2004-05-27 21:26 ` drow at gcc dot gnu dot org
  2004-08-04  7:15 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-05-27 21:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From drow at gcc dot gnu dot org  2004-05-27 13:17 -------
No, newlib doesn't provide <inttypes.h>.

It defines int32_t if __MS_types__ is defined.  I have no idea why it doesn't
always.

[When I tried this yesterday, the C compiler segfaulted after a page full
of parse errors.]

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-02-27 17:06:59         |2004-05-27 13:17:42
               date|                            |


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-05-27 21:26 ` drow at gcc dot gnu dot org
@ 2004-08-04  7:15 ` pinskia at gcc dot gnu dot org
  2004-08-11 21:56 ` [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types) pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-04  7:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-04 07:15 -------
In reallity it is GCC's job to include a stdint.h header which is PR 448.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |448


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-08-04  7:15 ` pinskia at gcc dot gnu dot org
@ 2004-08-11 21:56 ` pinskia at gcc dot gnu dot org
  2004-11-20 15:46 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-11 21:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |16991
              nThis|                            |


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-08-11 21:56 ` [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types) pinskia at gcc dot gnu dot org
@ 2004-11-20 15:46 ` pinskia at gcc dot gnu dot org
  2005-04-16 22:33 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20 15:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 15:46 -------
Arm is fixed but not all targets which use newlib by (because some targets are LP64 aka MMIX):
        * acinclude.m4 (LIBGFOR_TARGET_ILP32): New check.
        * configure.ac: Include LIBGFOR_TARGET_ILP32.
        * configure: Regenerate.
        * config.h.in: Likewise.
        * libgfortran.h: Provide default definitions for C99 types
        on ILP32 targets that don't have them.

-- 


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-20 15:46 ` pinskia at gcc dot gnu dot org
@ 2005-04-16 22:33 ` pinskia at gcc dot gnu dot org
  2005-06-13 16:13 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-16 22:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-04-16 22:33 ` pinskia at gcc dot gnu dot org
@ 2005-06-13 16:13 ` fxcoudert at gcc dot gnu dot org
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-13 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-13 16:13 -------
Shouldn't this one be fixed by the patch for PR15234?

-- 


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-06-13 16:13 ` fxcoudert at gcc dot gnu dot org
@ 2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-09-05 10:44 ` fxcoudert at gcc dot gnu dot org
  2005-09-27 18:21 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
@ 2005-09-05 10:44 ` fxcoudert at gcc dot gnu dot org
  2005-09-27 18:21 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-05 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-05 10:44 -------
> Shouldn't this one be fixed by the patch for PR15234?

ping

-- 


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


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

* [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)
  2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-09-05 10:44 ` fxcoudert at gcc dot gnu dot org
@ 2005-09-27 18:21 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-27 18:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15234
   Target Milestone|4.0.2                       |---


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


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

end of thread, other threads:[~2005-09-27 18:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 16:59 [Bug libfortran/14325] New: [tree-ssa] libgfortran does not build with newlib on arm-elf rearnsha at gcc dot gnu dot org
2004-02-27 17:07 ` [Bug libfortran/14325] " pinskia at gcc dot gnu dot org
2004-05-15 11:59 ` [Bug libfortran/14325] [libgfortran] " tobi at gcc dot gnu dot org
2004-05-27 21:26 ` drow at gcc dot gnu dot org
2004-08-04  7:15 ` pinskia at gcc dot gnu dot org
2004-08-11 21:56 ` [Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types) pinskia at gcc dot gnu dot org
2004-11-20 15:46 ` pinskia at gcc dot gnu dot org
2005-04-16 22:33 ` pinskia at gcc dot gnu dot org
2005-06-13 16:13 ` fxcoudert at gcc dot gnu dot org
2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
2005-09-05 10:44 ` fxcoudert at gcc dot gnu dot org
2005-09-27 18:21 ` pinskia 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).