public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
@ 2012-03-21  0:04 danglin at gcc dot gnu.org
  2012-03-21 13:10 ` [Bug libgcj/52645] " ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-03-21  0:04 UTC (permalink / raw)
  To: java-prs

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

             Bug #: 52645
           Summary: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14:
                    error: 'IPPROTO_IPV6' was not  declared in this scope
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.00
            Target: hppa2.0w-hp-hpux11.00
             Build: hppa2.0w-hp-hpux11.00


libtool: compile:  /xxx/gnu/gcc/objdir/./gcc/xgcc -shared-libgcc
-B/xxx/gnu/gcc/
objdir/./gcc -nostdinc++
-L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v
3/src -L/xxx/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs
-B/opt/
gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/bin/
-B/opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hp
ux11.00/lib/ -isystem /opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/include
-isyste
m /opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/sys-include -DHAVE_CONFIG_H -I.
-I.
./../../gcc/libjava -I./include -I./gcj -I../../../gcc/libjava -Iinclude
-I../..
/../gcc/libjava/include -I../../../gcc/libjava/classpath/include
-Iclasspath/inc
lude -I../../../gcc/libjava/classpath/native/fdlibm
-I../../../gcc/libjava/../bo
ehm-gc/include -I../boehm-gc/include -I../../../gcc/libjava/libltdl
-I../../../g
cc/libjava/libltdl -I../../../gcc/libjava/.././libjava/../libgcc
-I../../../gcc/
libjava/../zlib -I../../../gcc/libjava/../libffi/include -I../libffi/include
-fn
o-rtti -fnon-call-exceptions -pthread -fdollars-in-identifiers -Wswitch-enum
-D_
FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/opt/gnu/gcc/gcc-4.6\
" -DTOOLEXECLIBDIR=\"/opt/gnu/gcc/gcc-4.6/lib\"
-DJAVA_HOME=\"/opt/gnu/gcc/gcc-4
.6\" -DBOOT_CLASS_PATH=\"/opt/gnu/gcc/gcc-4.6/share/java/libgcj-4.8.0.jar\"
-DJA
VA_EXT_DIRS=\"/opt/gnu/gcc/gcc-4.6/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/opt/g
nu/gcc/gcc-4.6/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/opt/gnu/gcc/g
cc-4.6/lib/gcj-4.8.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\"
-DLIBGCJ_DE
FAULT_DATABASE=\"/opt/gnu/gcc/gcc-4.6/lib/gcj-4.8.0-13/classmap.db\"
-DLIBGCJ_DE
FAULT_DATABASE_PATH_TAIL=\"gcj-4.8.0-13/classmap.db\" -g -O2 -MT
gnu/java/net/na
tPlainDatagramSocketImpl.lo -MD -MP -MF
gnu/java/net/.deps/natPlainDatagramSocke
tImpl.Tpo -c gnu/java/net/natPlainDatagramSocketImpl.cc  -fPIC -DPIC -o
gnu/java
/net/.libs/natPlainDatagramSocketImpl.o
gnu/java/net/natPlainDatagramSocketImpl.cc: In member function 'virtual jint
gnu
::java::net::PlainDatagramSocketImpl::peekData(java::net::DatagramPacket*)':
gnu/java/net/natPlainDatagramSocketImpl.cc:250:7: warning: dereferencing
type-pu
nned pointer will break strict-aliasing rules [-Wstrict-aliasing]
gnu/java/net/natPlainDatagramSocketImpl.cc: In member function 'virtual void
gnu
::java::net::PlainDatagramSocketImpl::receive(java::net::DatagramPacket*)':
gnu/java/net/natPlainDatagramSocketImpl.cc:390:7: warning: dereferencing
type-pu
nned pointer will break strict-aliasing rules [-Wstrict-aliasing]
gnu/java/net/natPlainDatagramSocketImpl.cc: At global scope:
gnu/java/net/natPlainDatagramSocketImpl.cc:469:1: warning: unused parameter
'joi
n' [-Wunused-parameter]
gnu/java/net/natPlainDatagramSocketImpl.cc: In member function 'virtual void
gnu
::java::net::PlainDatagramSocketImpl::setOption(jint, java::lang::Object*)':
gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was
not
 declared in this scope
gnu/java/net/natPlainDatagramSocketImpl.cc:661:15: error: 'IPV6_MULTICAST_IF'
wa
s not declared in this scope
gnu/java/net/natPlainDatagramSocketImpl.cc:662:17: error: 'union InAddr' has no 
member named 'addr6'
gnu/java/net/natPlainDatagramSocketImpl.cc:663:35: error: invalid application
of
 'sizeof' to incomplete type
'gnu::java::net::PlainDatagramSocketImpl::setOption
(jint, java::lang::Object*)::in6_addr'
gnu/java/net/natPlainDatagramSocketImpl.cc:664:30: error: 'union InAddr' has no 
member named 'addr6'
make[3]: *** [gnu/java/net/natPlainDatagramSocketImpl.lo] Error 1
make[3]: Leaving directory `/home/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/gnu/gcc/objdir'
make: *** [bootstrap] Error 2


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
@ 2012-03-21 13:10 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-21 14:44 ` dave.anglin at bell dot net
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-03-21 13:10 UTC (permalink / raw)
  To: java-prs

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

--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-03-21 13:09:44 UTC ---
This is from my Tru64 UNIX removal patch.  Could you please check if
IPPROTO_IPV6 and/or IPV6_MULTICAST_IF are defined in any system header
or if this another case of partial IPv6 support?

Thanks.
        Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
  2012-03-21 13:10 ` [Bug libgcj/52645] " ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-03-21 14:44 ` dave.anglin at bell dot net
  2012-03-21 15:06 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave.anglin at bell dot net @ 2012-03-21 14:44 UTC (permalink / raw)
  To: java-prs

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

--- Comment #2 from dave.anglin at bell dot net 2012-03-21 14:43:57 UTC ---
On 3/21/2012 9:09 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52645
>
> --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE<ro at CeBiTec dot Uni-Bielefeld.DE>  2012-03-21 13:09:44 UTC ---
> This is from my Tru64 UNIX removal patch.  Could you please check if
> IPPROTO_IPV6 and/or IPV6_MULTICAST_IF are defined in any system header
> or if this another case of partial IPv6 support?
IPPROTO_IPV6 and IPV6_MULTICAST_IF are not defined in any system header
on HP-UX 11.00.  As far as I can tell, there is no IPv6 support.

On HP-UX 11.11, the defines are in netinet/in6.h.

Dave


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
  2012-03-21 13:10 ` [Bug libgcj/52645] " ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-21 14:44 ` dave.anglin at bell dot net
@ 2012-03-21 15:06 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-21 16:23 ` dave.anglin at bell dot net
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-03-21 15:06 UTC (permalink / raw)
  To: java-prs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-03-21 15:04:51 UTC ---
> IPPROTO_IPV6 and IPV6_MULTICAST_IF are not defined in any system header
> on HP-UX 11.00.  As far as I can tell, there is no IPv6 support.

Ok, but at least struct sockaddr_in6 is present in/from <netinet/in.h>,
otherwise the HAVE_INET6 configure test would fail?

> On HP-UX 11.11, the defines are in netinet/in6.h.

Ok, thanks.

    Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-03-21 15:06 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-03-21 16:23 ` dave.anglin at bell dot net
  2012-03-21 16:33 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave.anglin at bell dot net @ 2012-03-21 16:23 UTC (permalink / raw)
  To: java-prs

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

--- Comment #4 from dave.anglin at bell dot net 2012-03-21 16:22:38 UTC ---
On 3/21/2012 11:04 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
> Ok, but at least struct sockaddr_in6 is present in/from<netinet/in.h>,
> otherwise the HAVE_INET6 configure test would fail?

Not that I see.

Dave


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-03-21 16:23 ` dave.anglin at bell dot net
@ 2012-03-21 16:33 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-21 16:45 ` ro at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-03-21 16:33 UTC (permalink / raw)
  To: java-prs

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

--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-03-21 16:31:41 UTC ---
> --- Comment #4 from dave.anglin at bell dot net 2012-03-21 16:22:38 UTC ---
> On 3/21/2012 11:04 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
>> Ok, but at least struct sockaddr_in6 is present in/from<netinet/in.h>,
>> otherwise the HAVE_INET6 configure test would fail?
>
> Not that I see.

I see now what's wrong: I'm an idiot and removed the HAVE_INET6 check
together with defined (IPV6_MULTICAST_IF).  The former is clearly
necessary, the latter probably not.

Will fix.

    Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-03-21 16:33 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-03-21 16:45 ` ro at gcc dot gnu.org
  2012-03-24 23:40 ` dave.anglin at bell dot net
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at gcc dot gnu.org @ 2012-03-21 16:45 UTC (permalink / raw)
  To: java-prs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-03-21
         AssignedTo|unassigned at gcc dot       |ro at gcc dot gnu.org
                   |gnu.org                     |
   Target Milestone|---                         |4.8.0
     Ever Confirmed|0                           |1

--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> 2012-03-21 16:45:25 UTC ---
Mine, could you please try the attached (untested except by visual inspection)
patch?

  Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2012-03-21 16:45 ` ro at gcc dot gnu.org
@ 2012-03-24 23:40 ` dave.anglin at bell dot net
  2012-03-26 13:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave.anglin at bell dot net @ 2012-03-24 23:40 UTC (permalink / raw)
  To: java-prs

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

--- Comment #8 from dave.anglin at bell dot net 2012-03-24 23:40:03 UTC ---
On 21-Mar-12, at 11:04 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:

> Ok, but at least struct sockaddr_in6 is present in/from <netinet/ 
> in.h>,
> otherwise the HAVE_INET6 configure test would fail?


HAVE_INET6 is undefined in include/config.h and classpath/include/ 
config.h.

Dave
--
John David Anglin    dave.anglin@bell.net


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2012-03-24 23:40 ` dave.anglin at bell dot net
@ 2012-03-26 13:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-03-27  0:45 ` dave.anglin at bell dot net
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-03-26 13:09 UTC (permalink / raw)
  To: java-prs

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

--- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-03-26 13:09:20 UTC ---
> HAVE_INET6 is undefined in include/config.h and classpath/include/ 
> config.h.

Ok, so at least we don't have another case of IPv6 being half-supported.

Did you have a chance to try the attached patch?

    Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2012-03-26 13:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-03-27  0:45 ` dave.anglin at bell dot net
  2012-04-03 17:02 ` dave.anglin at bell dot net
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave.anglin at bell dot net @ 2012-03-27  0:45 UTC (permalink / raw)
  To: java-prs

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

--- Comment #10 from dave.anglin at bell dot net 2012-03-27 00:44:41 UTC ---
On 26-Mar-12, at 9:09 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:

> Did you have a chance to try the attached patch?

Testing....

Dave
--
John David Anglin    dave.anglin@bell.net


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2012-03-27  0:45 ` dave.anglin at bell dot net
@ 2012-04-03 17:02 ` dave.anglin at bell dot net
  2012-04-04 11:36 ` ro at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave.anglin at bell dot net @ 2012-04-03 17:02 UTC (permalink / raw)
  To: java-prs

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

--- Comment #11 from dave.anglin at bell dot net 2012-04-03 17:01:49 UTC ---
Attached patch works for me.


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2012-04-03 17:02 ` dave.anglin at bell dot net
@ 2012-04-04 11:36 ` ro at gcc dot gnu.org
  2012-04-05 10:05 ` ro at gcc dot gnu.org
  2012-04-05 10:10 ` ro at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: ro at gcc dot gnu.org @ 2012-04-04 11:36 UTC (permalink / raw)
  To: java-prs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-04/msg00192.htm
                   |                            |l

--- Comment #12 from Rainer Orth <ro at gcc dot gnu.org> 2012-04-04 11:35:00 UTC ---
Thanks for the confirmation.  Patch submitted.

  Rainer


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2012-04-04 11:36 ` ro at gcc dot gnu.org
@ 2012-04-05 10:05 ` ro at gcc dot gnu.org
  2012-04-05 10:10 ` ro at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: ro at gcc dot gnu.org @ 2012-04-05 10:05 UTC (permalink / raw)
  To: java-prs

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

--- Comment #13 from Rainer Orth <ro at gcc dot gnu.org> 2012-04-05 10:04:50 UTC ---
Author: ro
Date: Thu Apr  5 10:04:40 2012
New Revision: 186161

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186161
Log:
Restore HAVE_INET6 tests (PR libgcj/52645)

    PR libgcj/52645
    * gnu/java/net/natPlainDatagramSocketImplPosix.cc (setOption):
    Restore HAVE_INET6 check.
    * gnu/java/net/natPlainDatagramSocketImplWin32.cc (setOption):
    Likewise.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/gnu/java/net/natPlainDatagramSocketImplPosix.cc
    trunk/libjava/gnu/java/net/natPlainDatagramSocketImplWin32.cc


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

* [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not  declared in this scope
  2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2012-04-05 10:05 ` ro at gcc dot gnu.org
@ 2012-04-05 10:10 ` ro at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: ro at gcc dot gnu.org @ 2012-04-05 10:10 UTC (permalink / raw)
  To: java-prs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

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

--- Comment #14 from Rainer Orth <ro at gcc dot gnu.org> 2012-04-05 10:09:46 UTC ---
Fixed for 4.8.0.


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

end of thread, other threads:[~2012-04-05 10:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-21  0:04 [Bug libgcj/52645] New: gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope danglin at gcc dot gnu.org
2012-03-21 13:10 ` [Bug libgcj/52645] " ro at CeBiTec dot Uni-Bielefeld.DE
2012-03-21 14:44 ` dave.anglin at bell dot net
2012-03-21 15:06 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-03-21 16:23 ` dave.anglin at bell dot net
2012-03-21 16:33 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-03-21 16:45 ` ro at gcc dot gnu.org
2012-03-24 23:40 ` dave.anglin at bell dot net
2012-03-26 13:09 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-03-27  0:45 ` dave.anglin at bell dot net
2012-04-03 17:02 ` dave.anglin at bell dot net
2012-04-04 11:36 ` ro at gcc dot gnu.org
2012-04-05 10:05 ` ro at gcc dot gnu.org
2012-04-05 10:10 ` ro 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).