public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb
@ 2011-04-21 13:12 rainer@emrich-ebersheim.de
  2011-07-13 16:16 ` [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb) rainer@emrich-ebersheim.de
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-04-21 13:12 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: value not in range of type "Interfaces.C.unsigned" in
                    g-socthi.adb
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rainer@emrich-ebersheim.de


Building cross x86_64-unknown-linux-gnu to i686-pc-mingw32:

/SCRATCH/tmp.yK829Id1E6/gcc-4.6.1/gcc-4.6.1/./gcc/xgcc
-B/SCRATCH/tmp.yK829Id1E6/gcc-4.6.1/gcc-4.6.1/./gcc/
-L/SCRATCH/tmp.yK829Id1E6/gcc-4.6.1/gcc-4.6.1/i686-pc-mingw32/winsup/mingw
-L/SCRATCH/tmp.yK829Id1E6/gcc-4.6.1/gcc-4.6.1/i686-pc-mingw32/winsup/w32api/lib
-isystem /opt/devel/gnu/src/gcc-mingw/gcc-4.6.1/winsup/mingw/include -isystem
/opt/devel/gnu/src/gcc-mingw/gcc-4.6.1/winsup/w32api/include
-B/opt/devel/gnu/cross-gcc/Linux/x86_64-unknown-linux-gnu/openSUSE_11.3/cross/MINGW32_NT-5.1/i686-pc-mingw32/mingwrt-3.18-mingw32/gcc-4.6.1/i686-pc-mingw32/bin/
-B/opt/devel/gnu/cross-gcc/Linux/x86_64-unknown-linux-gnu/openSUSE_11.3/cross/MINGW32_NT-5.1/i686-pc-mingw32/mingwrt-3.18-mingw32/gcc-4.6.1/i686-pc-mingw32/lib/
-isystem
/opt/devel/gnu/cross-gcc/Linux/x86_64-unknown-linux-gnu/openSUSE_11.3/cross/MINGW32_NT-5.1/i686-pc-mingw32/mingwrt-3.18-mingw32/gcc-4.6.1/i686-pc-mingw32/include
-isystem
/opt/devel/gnu/cross-gcc/Linux/x86_64-unknown-linux-gnu/openSUSE_11.3/cross/MINGW32_NT-5.1/i686-pc-mingw32/mingwrt-3.18-mingw32/gcc-4.6.1/i686-pc-mingw32/sys-include
   -c -g -O2   -W -Wall -gnatpg   g-socthi.adb -o g-socthi.o
g-socthi.adb:280:45: value not in range of type "Interfaces.C.unsigned"
g-socthi.adb:280:45: static expression fails Constraint_Check


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
@ 2011-07-13 16:16 ` rainer@emrich-ebersheim.de
  2011-07-13 16:22 ` rainer@emrich-ebersheim.de
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-13 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-13 16:16:09 UTC ---
It's the same for a native i686-pc-mingw32 bootstrap using msys.

See also PR 49625 and 48151, which are duplicates.

A patch is proposed here http://gcc.gnu.org/ml/gcc/2010-09/msg00228.html


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
  2011-07-13 16:16 ` [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb) rainer@emrich-ebersheim.de
@ 2011-07-13 16:22 ` rainer@emrich-ebersheim.de
  2011-07-14  8:00 ` ebotcazou at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-13 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-13 16:22:14 UTC ---
(In reply to comment #1)
> It's the same for a native i686-pc-mingw32 bootstrap using msys.
> 
> See also PR 49625 and 48151, which are duplicates.
> 
> A patch is proposed here http://gcc.gnu.org/ml/gcc/2010-09/msg00228.html

Only Windows versions XP and older are affected and the proposed patch solves
the issue.


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
  2011-07-13 16:16 ` [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb) rainer@emrich-ebersheim.de
  2011-07-13 16:22 ` rainer@emrich-ebersheim.de
@ 2011-07-14  8:00 ` ebotcazou at gcc dot gnu.org
  2011-07-14  8:02 ` ebotcazou at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  8:00 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ivansavvateev at yandex dot
                   |                            |ru

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 07:59:05 UTC ---
*** Bug 49625 has been marked as a duplicate of this bug. ***


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (2 preceding siblings ...)
  2011-07-14  8:00 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14  8:02 ` ebotcazou at gcc dot gnu.org
  2011-07-14  8:06 ` ebotcazou at gcc dot gnu.org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  8:02 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anhvofrcaus at gmail dot
                   |                            |com

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 07:59:59 UTC ---
*** Bug 48151 has been marked as a duplicate of this bug. ***


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (3 preceding siblings ...)
  2011-07-14  8:02 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14  8:06 ` ebotcazou at gcc dot gnu.org
  2011-07-14  9:28 ` ebotcazou at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  8:06 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.07.14 08:02:16
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
         AssignedTo|unassigned at gcc dot       |ebotcazou at gcc dot
                   |gnu.org                     |gnu.org
     Ever Confirmed|0                           |1

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 08:02:16 UTC ---
Thanks, I'm going to install the patch.


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (4 preceding siblings ...)
  2011-07-14  8:06 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14  9:28 ` ebotcazou at gcc dot gnu.org
  2011-07-14  9:30 ` ebotcazou at gcc dot gnu.org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 09:27:25 UTC ---
Author: ebotcazou
Date: Thu Jul 14 09:27:22 2011
New Revision: 176265

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176265
Log:
    PR ada/48711
    * g-socthi-mingw.adb (Fill): Guard against invalid MSG_WAITALL.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/g-socthi-mingw.adb


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (5 preceding siblings ...)
  2011-07-14  9:28 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14  9:30 ` ebotcazou at gcc dot gnu.org
  2011-07-14  9:31 ` ebotcazou at gcc dot gnu.org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  9:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 09:27:41 UTC ---
Author: ebotcazou
Date: Thu Jul 14 09:27:39 2011
New Revision: 176266

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176266
Log:
    PR ada/48711
    * g-socthi-mingw.adb (Fill): Guard against invalid MSG_WAITALL.

Modified:
    branches/gcc-4_6-branch/gcc/ada/ChangeLog
    branches/gcc-4_6-branch/gcc/ada/g-socthi-mingw.adb


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (6 preceding siblings ...)
  2011-07-14  9:30 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14  9:31 ` ebotcazou at gcc dot gnu.org
  2011-07-14 21:59 ` rainer@emrich-ebersheim.de
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-14  9:31 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.2

--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-14 09:30:47 UTC ---
Thanks for reporting the problem and tracking down the fix.


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (7 preceding siblings ...)
  2011-07-14  9:31 ` ebotcazou at gcc dot gnu.org
@ 2011-07-14 21:59 ` rainer@emrich-ebersheim.de
  2011-07-14 22:03 ` rainer@emrich-ebersheim.de
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-14 21:59 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Emrich <rainer@emrich-ebersheim.de> changed:

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

--- Comment #9 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-14 21:58:30 UTC ---
(In reply to comment #8)
> Thanks for reporting the problem and tracking down the fix.

Now I get:

g-socthi.adb:280:01: (style) horizontal tab not allowed
g-socthi.adb:281:01: (style) horizontal tab not allowed


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (8 preceding siblings ...)
  2011-07-14 21:59 ` rainer@emrich-ebersheim.de
@ 2011-07-14 22:03 ` rainer@emrich-ebersheim.de
  2011-07-14 22:08 ` rainer@emrich-ebersheim.de
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-14 22:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-14 22:02:51 UTC ---
(In reply to comment #9)
> (In reply to comment #8)
> > Thanks for reporting the problem and tracking down the fix.
> 
> Now I get:
> 
> g-socthi.adb:280:01: (style) horizontal tab not allowed
> g-socthi.adb:281:01: (style) horizontal tab not allowed

I tink it's a missing ";" at the end of line 280:

        SOSC.MSG_WAITALL /= -1


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (9 preceding siblings ...)
  2011-07-14 22:03 ` rainer@emrich-ebersheim.de
@ 2011-07-14 22:08 ` rainer@emrich-ebersheim.de
  2011-07-14 22:17 ` rainer@emrich-ebersheim.de
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-14 22:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-14 22:08:24 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > Thanks for reporting the problem and tracking down the fix.
> > 
> > Now I get:
> > 
> > g-socthi.adb:280:01: (style) horizontal tab not allowed
> > g-socthi.adb:281:01: (style) horizontal tab not allowed
> 
> I tink it's a missing ";" at the end of line 280:
> 
>         SOSC.MSG_WAITALL /= -1

No??? I don't know what' wrong here.


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (10 preceding siblings ...)
  2011-07-14 22:08 ` rainer@emrich-ebersheim.de
@ 2011-07-14 22:17 ` rainer@emrich-ebersheim.de
  2011-07-15  5:53 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rainer@emrich-ebersheim.de @ 2011-07-14 22:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Rainer Emrich <rainer@emrich-ebersheim.de> 2011-07-14 22:16:13 UTC ---
(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > (In reply to comment #8)
> > > > Thanks for reporting the problem and tracking down the fix.
> > > 
> > > Now I get:
> > > 
> > > g-socthi.adb:280:01: (style) horizontal tab not allowed
> > > g-socthi.adb:281:01: (style) horizontal tab not allowed
> > 
> > I tink it's a missing ";" at the end of line 280:
> > 
> >         SOSC.MSG_WAITALL /= -1
> 
> No??? I don't know what' wrong here.

Sometime's it helps to read the error message exactly!!!

It must be TABs in these lines.


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (11 preceding siblings ...)
  2011-07-14 22:17 ` rainer@emrich-ebersheim.de
@ 2011-07-15  5:53 ` ebotcazou at gcc dot gnu.org
  2011-07-15  5:54 ` ebotcazou at gcc dot gnu.org
  2011-07-15  7:21 ` ebotcazou at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-15  5:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-15 05:52:08 UTC ---
Author: ebotcazou
Date: Fri Jul 15 05:52:04 2011
New Revision: 176305

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176305
Log:
    PR ada/48711
    * g-socthi-mingw.adb (Fill): Fix formatting.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/g-socthi-mingw.adb


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (12 preceding siblings ...)
  2011-07-15  5:53 ` ebotcazou at gcc dot gnu.org
@ 2011-07-15  5:54 ` ebotcazou at gcc dot gnu.org
  2011-07-15  7:21 ` ebotcazou at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-15  5:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-15 05:53:20 UTC ---
Author: ebotcazou
Date: Fri Jul 15 05:53:13 2011
New Revision: 176306

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176306
Log:
    PR ada/48711
    * g-socthi-mingw.adb (Fill): Fix formatting.

Modified:
    branches/gcc-4_6-branch/gcc/ada/ChangeLog
    branches/gcc-4_6-branch/gcc/ada/g-socthi-mingw.adb


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

* [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)
  2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
                   ` (13 preceding siblings ...)
  2011-07-15  5:54 ` ebotcazou at gcc dot gnu.org
@ 2011-07-15  7:21 ` ebotcazou at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-07-15  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-15 07:21:09 UTC ---
For real.


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

end of thread, other threads:[~2011-07-15  7:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-21 13:12 [Bug ada/48711] New: value not in range of type "Interfaces.C.unsigned" in g-socthi.adb rainer@emrich-ebersheim.de
2011-07-13 16:16 ` [Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb) rainer@emrich-ebersheim.de
2011-07-13 16:22 ` rainer@emrich-ebersheim.de
2011-07-14  8:00 ` ebotcazou at gcc dot gnu.org
2011-07-14  8:02 ` ebotcazou at gcc dot gnu.org
2011-07-14  8:06 ` ebotcazou at gcc dot gnu.org
2011-07-14  9:28 ` ebotcazou at gcc dot gnu.org
2011-07-14  9:30 ` ebotcazou at gcc dot gnu.org
2011-07-14  9:31 ` ebotcazou at gcc dot gnu.org
2011-07-14 21:59 ` rainer@emrich-ebersheim.de
2011-07-14 22:03 ` rainer@emrich-ebersheim.de
2011-07-14 22:08 ` rainer@emrich-ebersheim.de
2011-07-14 22:17 ` rainer@emrich-ebersheim.de
2011-07-15  5:53 ` ebotcazou at gcc dot gnu.org
2011-07-15  5:54 ` ebotcazou at gcc dot gnu.org
2011-07-15  7:21 ` ebotcazou 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).