Bug#525083: gcc-defaults: Please enable java on hurd-i386

2009-04-21 Thread Samuel Thibault
Oops, I overwrote the patch with something else in between, here is the
proper patch.

Samuel
Index: debian/control
===
--- debian/control  (révision 3602)
+++ debian/control  (copie de travail)
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC Maintainers 
 Uploaders: Matthias Klose , Arthur Loiret 
 Standards-Version: 3.8.0
-Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.3-base (>= 
4.3.3-2) [!hurd-i386 !alpha !arm !hppa !sh3 !sh4], gcc-4.2-base (>= 4.2.4-1), 
gcc-4.3-base (>= 4.3.3-2), gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 
ia64 lpia mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386], lsb-release
+Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.3-base (>= 
4.3.3-2) [!alpha !arm !hppa !sh3 !sh4], gcc-4.2-base (>= 4.2.4-1), gcc-4.3-base 
(>= 4.3.3-2), gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 ia64 lpia mips 
mipsel powerpc ppc64 s390 sparc kfreebsd-i386], lsb-release
 
 Package: cpp
 Priority: optional
Index: debian/rules
===
--- debian/rules(révision 3602)
+++ debian/rules(copie de travail)
@@ -206,7 +206,7 @@
   no_packages += gnat
 endif
 
-java_no_archs := arm hurd-i386 sh3 sh4
+java_no_archs := arm sh3 sh4
 ifneq (,$(filter $(DEB_HOST_ARCH),$(java_no_archs)))
   no_packages += gcj gij libgcj-bc
 endif


Bug#525083: gcc-defaults: Please enable java on hurd-i386

2009-04-21 Thread Samuel Thibault
Package: gcc-defaults
Version: 1.80
Severity: normal
Tags: patch

Hello,

Now that hurd-i386 has gcj-4.3, could you enable java for it as per
attached patch?

Thanks
Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
 pour moi le seul qui est autorisé à fasciser, c moi :-)
diff -ur espeak-1.40.02/debian/rules 
/home/samy/brl/speech/espeak-1.40.02/debian/rules
--- espeak-1.40.02/debian/rules 2009-04-04 14:17:41.0 +0200
+++ /home/samy/brl/speech/espeak-1.40.02/debian/rules   2009-04-04 
17:28:06.0 +0200
@@ -65,6 +65,7 @@
cd $(CURDIR)/debian/libespeak1/usr/lib && ln -s $(soname).$(version) 
$(soname)
cd $(CURDIR)/debian/libespeak1/usr/lib && ln -s $(soname).$(version) 
libespeak.so 
mv $(CURDIR)/debian/libespeak1/usr/lib/libespeak.so 
$(CURDIR)/debian/libespeak-dev/usr/lib
+   install -m 644 -o root -g root src/libespeak.a 
$(CURDIR)/debian/libespeak-dev/usr/lib
install -m 644 -o root -g root src/speak_lib.h 
$(CURDIR)/debian/libespeak-dev/usr/include/espeak
 
 # Build architecture-independent files here.


[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread dave at hiauly1 dot hia dot nrc dot ca


--- Comment #12 from dave at hiauly1 dot hia dot nrc dot ca  2009-04-21 
21:01 ---
Subject: Re:  [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++
not exported anymore

> At present glibc does not create an long double alias for the double __signbit
> function, but for the sake of correctness it probably should.

In my build of gcc 4.3.3 and also debian 4.3.2-1.1 (lenny), I see
the symbol __signbitl in libstdc++.so.6.0.10.  We also have
__signbitl@@GLIBCXX_3.4.

In libstdc++.a, I see:
signbitl.o:
 T __signbitl

In 4.3, we had the function signbitl.c in libmath.  This was removed in 4.4.

Looking at the 4.3 implementation, I see that it assumes a 96-bit long double
format.  This is wrong for hppa-linux, but I think the signbit extraction
works because of the alignment of the long double value in the union.

Dave


-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread carlos at codesourcery dot com


--- Comment #11 from carlos at codesourcery dot com  2009-04-21 20:16 
---
Yes, if gcc does not determine that "sizeof (x) == sizeof (double)" then it
would have to emit code for the if-then-else statement and this would create a
reference to an undefined __signbitl. Has this ever happened? I've never seen
it.

At present glibc does not create an long double alias for the double __signbit
function, but for the sake of correctness it probably should.


-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread danglin at gcc dot gnu dot org


--- Comment #10 from danglin at gcc dot gnu dot org  2009-04-21 19:49 
---
Gcc always seems to optimize the signbit macro.


-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Results for 4.3.3 (Debian 4.3.3-8) libjava testsuite on s390-ibm-linux-gnu

2009-04-21 Thread Matthias Klose
LAST_UPDATED: Wed Apr 15 11:09:23 UTC 2009 (revision 146101)

Target: s390-linux-gnu
gcc version 4.3.3 (Debian 4.3.3-8) 
Native configuration is s390-ibm-linux-gnu

=== libjava tests ===


Running target unix

=== libjava Summary for unix ===

# of expected passes2574

Running target unix/-fstack-protector

=== libjava Summary for unix/-fstack-protector ===

# of expected passes2574

=== libjava Summary ===

# of expected passes5148

Compiler version: 4.3.3 (Debian 4.3.3-8) libjava 
Platform: s390-ibm-linux-gnu
configure flags: -v --with-pkgversion='Debian 4.3.3-8' 
--with-bugurl=file:///usr/share/doc/gcj-4.3/README.Bugs 
--enable-languages=c,c++,java --prefix=/usr --enable-shared --enable-multiarch 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-java-awt=gtk 
--enable-gtk-cairo --disable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap 
--with-long-double-128 --enable-checking=release --build=s390-linux-gnu 
--host=s390-linux-gnu --target=s390-linux-gnu
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version Description
+++-=-===-==
ii  binutils  2.19.1-1The GNU assembler, 
linker and binary utilities
ii  libc6 2.9-7   GNU C Library: Shared 
libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20090415.

pr30740:
  PR ada/30740: Do not optimize X*(2**Y) in a modular context

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la and needed thread flags
  and libraries.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-file-support:
  libjava: @file support for gjavah & gjar

libjava-soname:
  Bump the libgcj soversion.

libjava-realloc-leak:
  Don't leak upon failed realloc (taken from the trunk).

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

libstdc++-symbols-hppa:
  Update libstdc++ baseline symbols for hppa.

pr10768:
  PR ada/10768: ICEs on compilation of ada support library for avr

pr15808:
  PR ada/15808: Illegal program not detected, RM 3.9.3(10)

pr15915:
  PR ada/15915: Illegal program not detected, RM 13.11(15)

pr16086:
  PR ada/16086: Legal program rejected, procedure of protected object should be 
visible

pr16087:
  PR ada/16087: Accept statically matching constraint in full view

pr16098:
  PR ada/16098: Illegal program not detected, RM 13.1(6)

pr17985:
  PR ada/17985: GNAT accepts extension aggregate where expected type is not 
extension

pr18680:
  PR ada/18680: pragma Linker_Section problems

pr22255:
  PR ada/22255: Reset on shared file causes Use_Error.

pr22387:
  PR ada/22387: Ada compiler crash when inheriting from a record with custom 
layout

pr24170:
  Fix PR libgcj/24170.

pr28305:
  PR ada/28305: GNAT bug when inlining instance of a generic subprogram

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

pr28733:
  PR ada/28733: GNAT crash while compiling Ada-2005 code

pr29015:
  ada/29015: Do not ICE on incomplete type whose underlying type is known

pr30827:
  PR ada/30827: GNAT.compiler_ve

Results for 4.3.3 (Debian 4.3.3-8) libjava testsuite on arm-unknown-linux-gnueabi

2009-04-21 Thread Matthias Klose
LAST_UPDATED: Wed Apr 15 11:09:23 UTC 2009 (revision 146101)

Native configuration is arm-unknown-linux-gnueabi

=== libjava tests ===


Running target unix
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test

=== libjava Summary ===

# of expected passes2566
# of unexpected failures4
# of untested testcases 4
Target: arm-linux-gnueabi
gcc version 4.3.3 (Debian 4.3.3-8) 

Compiler version: 4.3.3 (Debian 4.3.3-8) libjava 
Platform: arm-unknown-linux-gnueabi
configure flags: -v --with-pkgversion='Debian 4.3.3-8' 
--with-bugurl=file:///usr/share/doc/gcj-4.3/README.Bugs 
--enable-languages=c,c++,java --prefix=/usr --enable-shared --enable-multiarch 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-java-awt=gtk 
--enable-gtk-cairo --disable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap 
--disable-libssp --disable-sjlj-exceptions --enable-checking=release 
--build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version Description
+++-=-===-==
ii  binutils  2.19.1-1The GNU 
assembler, linker and binary utilities
ii  libc6 2.9-6   GNU C Library: 
Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20090415.

pr30740:
  PR ada/30740: Do not optimize X*(2**Y) in a modular context

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la and needed thread flags
  and libraries.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-file-support:
  libjava: @file support for gjavah & gjar

libjava-soname:
  Bump the libgcj soversion.

libjava-realloc-leak:
  Don't leak upon failed realloc (taken from the trunk).

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

libstdc++-symbols-hppa:
  Update libstdc++ baseline symbols for hppa.

pr10768:
  PR ada/10768: ICEs on compilation of ada support library for avr

pr15808:
  PR ada/15808: Illegal program not detected, RM 3.9.3(10)

pr15915:
  PR ada/15915: Illegal program not detected, RM 13.11(15)

pr16086:
  PR ada/16086: Legal program rejected, procedure of protected object should be 
visible

pr16087:
  PR ada/16087: Accept statically matching constraint in full view

pr16098:
  PR ada/16098: Illegal program not detected, RM 13.1(6)

pr17985:
  PR ada/17985: GNAT accepts extension aggregate where expected type is not 
extension

pr18680:
  PR ada/18680: pragma Linker_Section problems

pr22255:
  PR ada/22255: Reset on shared file causes Use_Error.

pr22387:
  PR ada/22387: Ada compiler crash when inheriting from a record with custom 
layout

pr24170:
  Fix PR libgcj/24170.

pr28305:
  PR ada/28305: GNAT bug when inlining instance of a generic subprogram

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

pr28733:
  PR ada/28733: GNAT crash while compiling Ada-200

[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread danglin at gcc dot gnu dot org


-- 

danglin at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||carlos at codesourcery dot
   ||com


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread dave at hiauly1 dot hia dot nrc dot ca


--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca  2009-04-21 
17:28 ---
Subject: Re:  [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++
not exported anymore

> > I believe the problem is the symbol was exported when it shouldn't have 
> > been.
> 
> How?

This is probably because __signbitl is not present in libc and libm.
hppa-linux doesn't need __signbitl because sizeof(long double)==sizeof(double).
"l" library functions just call __signbit.  Thus, I believe that the lack
of __signbitl in glibc caused this preoblem.

__signbitl doesn't seem to be required by POSIX.  However, LSB 2.1
specifies it.  If __signbitl should be provided by glibc, then this
is a glibc bug.

The signbit macro is as follows:

/* Return nonzero value if sign of X is negative.  */
# ifdef __NO_LONG_DOUBLE_MATH
#  define signbit(x) \
 (sizeof (x) == sizeof (float) ? __signbitf (x) : __signbit (x))
# else
#  define signbit(x) \
 (sizeof (x) == sizeof (float)\
  ? __signbitf (x)\
  : sizeof (x) == sizeof (double) \
  ? __signbit (x) : __signbitl (x))
# endif

This will fail if the call to __signbitl isn't optimized away.  So, either
the macro needs to be fixed, or __signbitl needs to be provided by glibc.

The isfinite macro would have the same problem, but in that case
glibc provides __finitel.

> > The signbit macro is provided by math.h.
> 
> But it's not in the baseline files showing that it is exported. This question
> was originally asked here:
> 
> http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00197.html

Why should a macro be exported?

Dave


-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#524472: gcc-4.3: gcc 4.3.2 miscompiles GMP 4.3.0

2009-04-21 Thread Vincent Lefevre
retitle 524472 [PR tree-optimization/36765] gcc-4.3: gcc 4.3.2 strict-aliasing 
bug / miscompiles GMP 4.3.0
thanks

I've added the upstream bug reference to the title, in case
someone else wonders...

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug target/38293] [4.4/4.5 regression] libgfortran build failure on spu-elf

2009-04-21 Thread jakub at gcc dot gnu dot org


-- 

jakub at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|4.4.0   |4.4.1


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread jakub at gcc dot gnu dot org


-- 

jakub at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|4.4.0   |4.4.1


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: gcc-4.3: gcc 4.3.2 miscompiles GMP 4.3.0

2009-04-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 524472 [PR tree-optimization/36765] gcc-4.3: gcc 4.3.2 
> strict-aliasing bug / miscompiles GMP 4.3.0
Bug#524472: gcc-4.3: gcc 4.3.2 strict-aliasing bug / miscompiles GMP 4.3.0
Changed Bug title to `[PR tree-optimization/36765] gcc-4.3: gcc 4.3.2 
strict-aliasing bug / miscompiles GMP 4.3.0' from `gcc-4.3: gcc 4.3.2 
strict-aliasing bug / miscompiles GMP 4.3.0'.
(By the way, that Bug is currently marked as done.)

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[Bug libstdc++/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-04-21 Thread doko at ubuntu dot com


--- Comment #8 from doko at ubuntu dot com  2009-04-21 14:36 ---
- config/abi/pre/gnu.ver needs the __signbitl symbol mentioned as well.
- the patch has an empty #ifdef/#endif at the end

with this change the symbol is found in the library. checked with a native
build on hppa-linux.


-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org