Bug#359699: marked as done (gcc-4.0: Can't compile 32-bit on amd64)

2006-04-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Apr 2006 09:45:53 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#359699: gcc-4.0: Can't compile 32-bit on amd64
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: gcc-4.0
Version: 4.0.3-1
Severity: important

I can't compile 32-bit (using -m32) on amd64:

sid:/home/anders/src>env -u LC_ALL gcc-4.0 -v -m32 hello.c -o hello
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.3 (Debian 4.0.3-1)
 /usr/lib/gcc/x86_64-linux-gnu/4.0.3/cc1 -quiet -v hello.c -quiet -dumpbase 
hello.c -m32 -mtune=k8 -auxbase hello -version -o /tmp/ccldKBO2.s
ignoring nonexistent directory "/usr/local/include/i486-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/4.0.3/include
 /usr/include/i486-linux-gnu
 /usr/include
End of search list.
GNU C version 4.0.3 (Debian 4.0.3-1) (x86_64-linux-gnu)
compiled by GNU C version 4.0.3 (Debian 4.0.3-1).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as -V -Qy --32 -o /tmp/ccq131eX.o /tmp/ccldKBO2.s
GNU assembler version 2.16.91 (x86_64-linux-gnu) using BFD version 2.16.91 
20060118 Debian GNU/Linux
 /usr/lib/gcc/x86_64-linux-gnu/4.0.3/collect2 --eh-frame-hdr -m elf_i386 
-dynamic-linker /lib/ld-linux.so.2 -o hello 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../crt1.o 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/32/crtbegin.o 
-L/usr/lib/gcc/x86_64-linux-gnu/4.0.3/32 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.3 
-L/usr/lib/gcc/x86_64-linux-gnu/4.0.3/32 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.3 
-L/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../.. /tmp/ccq131eX.o -lgcc 
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/32/crtend.o 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../crtn.o
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libc.so when searching for -lc
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for 
-lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
sid:/home/anders/src>

This has worked before, but I don't know exactly when the problem
started. Similar problems have been reported before in bug #316142 and
#317473, but both #316142 and #317473 was fixed long ago.

I've got ia32-libs 1.6, libc6-i386 2.3.6-3, libc6-dev-i386 2.3.6-3 and
lib32gcc1 4.0.3-1 installed, but the search-path for libraries in gcc
don't use them (see above).

/ Anders

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to sv_SE)

Versions of packages gcc-4.0 depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  cpp-4.0  4.0.3-1 The GNU C preprocessor
ii  gcc-4.0-base 4.0.3-1 The GNU Compiler Collection (base 
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.3-1   GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.6-3GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.3-1GCC mudflap support libraries (dev

-- no debconf information

--- End Message ---
--- Begin Message ---
> "AJ" == Aurelien Jarno <[EMAIL PROTECTED]> writes:

 AJ> On Tue, Apr 11, 2006 at 09:38:15AM +020

Bug#361445: Bug#362837: Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC

2006-04-18 Thread Laurent Fousse
Hello,

* Matthias Klose [Tue, Apr 18, 2006 at 12:51:35AM +0200]:
> [EMAIL PROTECTED] writes:
> > Can you guys try a GCC 4.2 that is after 2006-04-05 as there was an couple 
> > of bugs filed about some
> > hidden vs anonymous namespaces issues that was worked around in the new 
> > version of the compiler.
> 
> once http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362837 is fixed
> and we can build gfortran again, yes ;-)

I uploaded a fixed version yesterday evening, although the build of
mpfr now fails on s390...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC

2006-04-18 Thread Martin Michlmayr
* <[EMAIL PROTECTED]> [2006-04-17 15:26]:
> Can you guys try a GCC 4.2 that is after 2006-04-05 as there was an
> couple of bugs filed about some hidden vs anonymous namespaces
> issues that was worked around in the new version of the compiler.

20060408 didn't work but it seems 20060415 works, at least with 2
packages I tried.  I'll build the rest later, but it seems this is
indeed fixed.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#67206: watch the game tonight

2006-04-18 Thread Dan R. Kinsella , III
Tired of working a dead end job ?

Ca.ll u_s now get any de.g.ree you desire in 2weeks! _1.0.0% verifiable

1+206-337-1883


Bye,
Daren Adams




gliding, venomous creatures, with their deadly eyes and wicked, .
"People's perception of Toyota is that Toyota has 'brand power,'" ,And make of 
those years a torch for tomorrow. 
After she'd done her ledger she would clamber into her hammock and read a book 
for a couple of hours..
push the "Perform Currency Conversion" button..
Of Bobo the Bear..
A sour Scotswoman called Hooch..
with him -- indeed, he is here at my invitation.",which I have for this fellow. 
And yet I can't get out of doing business
That little time with lyre and rhyme.
Soakin' in the rain..
Be sure you're sure -- you know --.



Bug#363289: libgcc1 does not provide -dcv1 when cross-compiling

2006-04-18 Thread Pjotr Kourzanov
Package: gcc-4.1
Version: 4.1.0-1
Severity: minor
Tags: patch

--- gcc-4.1-4.1.0/debian/control.m4 2006-04-04 12:50:12.0 +0200
+++ gcc-4.1-4.1.0-1/debian/control.m4   2006-04-17 22:41:54.0 +0200
@@ -111,6 +111,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',required)
 Depends: BASEDEP, ${shlibs:Depends}
+ifdef(`TARGET',`Provides: libgcc1-TARGET-dcv1
+',`')`'dnl
 Description: GCC support library`'ifdef(`TARGET)',` (TARGET)', `')
  Shared version of the support library, a library of internal subroutines
  that GCC uses to overcome shortcomings of particular machines, or
@@ -126,6 +128,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',required)
 Depends: BASEDEP, ${shlibs:Depends}
+ifdef(`TARGET',`Provides: libgcc2-TARGET-dcv1
+',`')`'dnl
 Description: GCC support library`'ifdef(`TARGET)',` (TARGET)', `')
  Shared version of the support library, a library of internal subroutines
  that GCC uses to overcome shortcomings of particular machines, or
@@ -160,6 +164,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASEDEP, ${dep:libcbiarch}
+ifdef(`TARGET',`Provides: lib64gcc1-TARGET-dcv1
+',`')`'dnl
 Conflicts: libgcc`'GCC_SO`'LS (<= 1:3.3-0pre9)
 Description: GCC support library`'ifdef(`TARGET)',` (TARGET)', `') (64bit)
  Shared version of the support library, a library of internal subroutines
@@ -179,6 +185,8 @@
 Section: libs
 Priority: optional
 Depends: BASEDEP, ${dep:libcbiarch}
+ifdef(`TARGET',`Provides: lib32gcc1-TARGET-dcv1
+',`')`'dnl
 ifelse(DIST,`Ubuntu', `Replaces: ia32-libs-openoffice.org (<< 1ubuntu3)', 
`dnl')
 Description: GCC support library (32 bit Version)
  Shared version of the support library, a library of internal subroutines
@@ -749,6 +757,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',PRI(required))
 Depends: BASEDEP, ${shlibs:Depends}
+ifdef(`TARGET',`Provides: libstdc++CXX_SO-TARGET-dcv1
+',`')`'dnl
 Conflicts: scim (<< 1.4.2-1)
 Description: The GNU Standard C++ Library v3`'ifdef(`TARGET)',` (TARGET)', `')
  This package contains an additional runtime library for C++ programs
@@ -770,6 +780,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASEDEP, lib32gcc1`'LS
+ifdef(`TARGET',`Provides: lib32stdc++CXX_SO-TARGET-dcv1
+',`')`'dnl
 Description: The GNU Standard C++ Library v3 (32 bit Version)
  This package contains an additional runtime library for C++ programs
  built with the GNU compiler.
@@ -786,6 +798,8 @@
 Section: ifdef(`TARGET',`devel',`libs')
 Priority: ifdef(`TARGET',`extra',PRI(optional))
 Depends: BASEDEP, ${shlibs:Depends}, lib64gcc1`'LS
+ifdef(`TARGET',`Provides: lib64stdc++CXX_SO-TARGET-dcv1
+',`')`'dnl
 Description: The GNU Standard C++ Library v3`'ifdef(`TARGET)',` (TARGET)', `') 
(64bit)
  This package contains an additional runtime library for C++ programs
  built with the GNU compiler.
@@ -810,7 +824,10 @@
 Conflicts: libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.8-dev, 
libg++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++2.10-dev 
(<< 1:2.95.3-2), libstdc++3.0-dev
 Suggests: libstdc++CXX_SO`'PV-doc, stl-manual
 ')`'dnl native
-Provides: libstdc++-dev`'LS
+Provides: libstdc++-dev`'LS`'dnl
+ifdef(`TARGET',`, libstdc++-dev-TARGET-dcv1, libstdc++CXX_SO-dev-TARGET-dcv1
+',`
+')`'dnl
 Description: The GNU Standard C++ Library v3 (development 
files)`'ifdef(`TARGET)',` (TARGET)', `')
  This package contains the headers and static library files necessary for
  building C++ programs which use libstdc++.
@@ -829,6 +846,8 @@
 Section: ifdef(`TARGET',`devel',`libdevel')
 Priority: extra
 Depends: BASEDEP, libstdc++CXX_SO`'LS (>= ${gcc:Version}), 
libstdc++CXX_SO`'PV-dev`'LS (= ${gcc:Version})
+ifdef(`TARGET',`Provides: libstdc++CXX_SO-pic-TARGET-dcv1
+',`')`'dnl
 Description: The GNU Standard C++ Library v3 (shared library subset 
kit)`'ifdef(`TARGET)',` (TARGET)', `')
  This is used to develop subsets of the libstdc++ shared libraries for
  use on custom installation floppies and in embedded systems.
@@ -845,8 +864,10 @@
 Section: ifdef(`TARGET',`devel',`libdevel')
 Priority: extra
 Depends: BASEDEP, libstdc++CXX_SO`'LS (>= ${gcc:Version})
+ifdef(`TARGET',`Provides: libstdc++CXX_SO-dbg-TARGET-dcv1
+',`')`'dnl
 Recommends: libstdc++CXX_SO`'PV-dev`'LS (= ${gcc:Version})
-Conflicts: libstdc++5-dbg`'LS, libstdc++5-3.3-dbg`'LS, libstdc++6-dbg`'LS, 
libstdc++6-4.0-dbg
+Conflicts: libstdc++5-dbg`'LS, libstdc++5-3.3-dbg`'LS, libstdc++6-dbg`'LS, 
libstdc++6-4.0-dbg`'LS
 Description: The GNU Standard C++ Library v3 (debugging 
files)`'ifdef(`TARGET)',` (TARGET)', `')
  This package contains the shared library of libstdc++ compiled with
  debugging symbols.
@@ -861,7 +882,9 @@
 Section: ifdef(`TARGET',`devel',`libdevel')
 Priority: extra
 Depends: BASEDEP, lib32stdc++CXX_SO`'LS (>= ${gcc:Version}), 
libstdc++CXX_SO`'PV-dev`'LS (= ${gcc:Ver

Bug#362414: abs() returns a negative number & signed types are undefined on overflow (fwd)

2006-04-18 Thread Falk Hueffner
Martin Michlmayr <[EMAIL PROTECTED]> writes:

> * Petr Salinger <[EMAIL PROTECTED]> [2006-04-14 13:05]:
>> Does help to compile it with "-fwrapv" ?
>
> No.

Are you sure? It does for me.

-- 
Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 360906 to gij-4.0, retitle 360906 to provide java2-runtime

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.15
> reassign 360906 gij-4.0
Bug#360906: libhsqldb-java: should depend on java-runtime?
Bug reassigned from package `libhsqldb-java' to `gij-4.0'.

> retitle 360906 provide java2-runtime
Bug#360906: libhsqldb-java: should depend on java-runtime?
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/27158] [4.1/4.2 regression] ICE in extract_insn with -maltivec

2006-04-18 Thread bonzini at gnu dot org


--- Comment #8 from bonzini at gnu dot org  2006-04-18 13:47 ---
Seems similar to PR24230, but cannot be fixed really in the same way.


-- 

bonzini at gnu dot org changed:

   What|Removed |Added

 CC||bonzini at gnu dot org


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#362414: abs() returns a negative number & signed types are undefined on overflow (fwd)

2006-04-18 Thread Martin Michlmayr
reassign 362414 libsndfile
retitle 362414 lossy_comp_test fails because signed types are undefined on 
overflow
tags 362414 + patch
thanks

* Falk Hueffner <[EMAIL PROTECTED]> [2006-04-18 18:05]:
> > * Petr Salinger <[EMAIL PROTECTED]> [2006-04-14 13:05]:
> >> Does help to compile it with "-fwrapv" ?
> > No.
> Are you sure? It does for me.

I added it to the wrong GCC call.  I can confirm that -fwrapv works
for me.

Anyway, reassigning to the package; they should probably just use
"long long" for sum_abs.  Thanks for everyone who commented on this
bug report.


--- tests~/lossy_comp_test.c2006-03-16 08:35:04.0 +0100
+++ tests/lossy_comp_test.c 2006-04-18 19:16:23.0 +0200
@@ -683,8 +683,9 @@
 lcomp_test_int (const char *filename, int filetype, int channels, double 
margin)
 {  SNDFILE *file ;
SF_INFO sfinfo ;
-   int k, m, *orig, *data, sum_abs ;
+   int k, m, *orig, *data ;
longdatalen, seekpos ;
+   long long   sum_abs ;
double  scale ;
 
print_test_name ("lcomp_test_int", filename) ;

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#362414: abs() returns a negative number & signed types are undefined on overflow (fwd)

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 362414 libsndfile
Bug#362414: abs() returns a negative number
Bug reassigned from package `gcc-snapshot' to `libsndfile'.

> retitle 362414 lossy_comp_test fails because signed types are undefined on 
> overflow
Bug#362414: abs() returns a negative number
Changed Bug title.

> tags 362414 + patch
Bug#362414: lossy_comp_test fails because signed types are undefined on overflow
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC

2006-04-18 Thread Martin Michlmayr
* <[EMAIL PROTECTED]> [2006-04-17 15:26]:
> Can you guys try a GCC 4.2 that is after 2006-04-05 as there was an
> couple of bugs filed about some hidden vs anonymous namespaces
> issues that was worked around in the new version of the compiler.

OK, good news.  Most failures are gone with 4.2.0 20060415.

There are still two failures:

perlipq_1.25-1
/usr/bin/ld: /usr/lib/../lib64/libipq.a(libipq.o): relocation R_X86_64_32 
against
`a local symbol' cannot be used when making a shared object; recompile with 
-fPIC

openvrml_0.15.10-5
/usr/lib/gcc-snapshot/lib64/libstdc++.so: undefined reference to [EMAIL 
PROTECTED]'

Also, do you know if GCC 4.1 had a similar problem?  Because there's one
package that shows PIC problems when compiled with GCC 4.1, but not when
compiled with GCC 4.0.  See http://bugs.debian.org/358261

For the record, the following packages which failed with a previous version of
GCC 4.2 now compile:

tse3_0.3.1-4
gecode_1.0.0.dfsg.1-2
obby_0.3.0-3
kino_0.80-2
kdepim_4:3.5.2-1
regina-normal_4.3-1
moc_2.4.0-1
zeroc-ice_3.0.1-3

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC

2006-04-18 Thread Andrew_Pinski
Martin Michlmayr <[EMAIL PROTECTED]> wrote on 04/18/2006 10:37:54 AM:

> OK, good news.  Most failures are gone with 4.2.0 20060415.
> 
> There are still two failures:
> 
> perlipq_1.25-1
> /usr/bin/ld: /usr/lib/../lib64/libipq.a(libipq.o): relocation 
> R_X86_64_32 against
> `a local symbol' cannot be used when making a shared object; 
> recompile with -fPIC

This could be still a binutils issue (without seeing the source I cannot 
say).

> 
> openvrml_0.15.10-5
> /usr/lib/gcc-snapshot/lib64/libstdc++.so: undefined reference to 
> [EMAIL PROTECTED]'

This one is almost 100% a configuration error.  The wrong libgcc_s.so is 
being linked.
as Unwind_GetIPInfo is new for 4.2.0.


-- Pinski


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/27158] [4.1/4.2 regression] ICE in extract_insn with -maltivec

2006-04-18 Thread bonzini at gnu dot org


--- Comment #9 from bonzini at gnu dot org  2006-04-18 14:29 ---
The mem is for a

(const_vector:V4SF [
(const_double:SF -NaN [-NaN])
(const_double:SF -NaN [-NaN])
(const_double:SF -NaN [-NaN])
(const_double:SF -NaN [-NaN])
])


-- 


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/27158] [4.1/4.2 regression] ICE in extract_insn with -maltivec

2006-04-18 Thread bonzini at gnu dot org


--- Comment #10 from bonzini at gnu dot org  2006-04-18 14:39 ---
It's probably two different bugs, since the 4.1 bug is in loop.c.  We need to
add a can_assign_to_reg_p call before creating a movable.


-- 


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363119: Log for failed build of tn5250_0.16.5-12 (dist=unstable)

2006-04-18 Thread Martin Michlmayr
sparc

> Automatic build of tn5250_0.16.5-12 on bilbao by sbuild/sparc 85
...
>  cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -g -Wall -O2 -c 
> display.c  -fPIC -DPIC -o .libs/display.o
> display.c: In function 'tn5250_display_kf_field_exit':
> display.c:1101: warning: unused variable 'l'
> display.c:1101: warning: unused variable 'i'
> display.c:1100: warning: unused variable 'data'
> display.c: In function 'tn5250_display_kf_field_plus':
> display.c:1148: warning: suggest parentheses around && within ||
> display.c:1133: warning: unused variable 'c'
> display.c: In function 'tn5250_display_kf_field_minus':
> display.c:1187: warning: suggest parentheses around && within ||
> display.c:1180: warning: unused variable 'c'
> display.c: In function 'tn5250_display_kf_dup':
> display.c:1248: warning: unused variable 'x'
> display.c:1248: warning: unused variable 'y'
> display.c: In function 'tn5250_display_kf_prevword':
> display.c:1666: warning: implicit declaration of function 
> 'tn5250_dbuffer_prevword'
> display.c: In function 'tn5250_display_kf_nextword':
> display.c:1681: warning: implicit declaration of function 
> 'tn5250_dbuffer_nextword'
> display.c: In function 'tn5250_display_kf_newline':
> display.c:1718: warning: unused variable 'x'
> display.c: In function 'tn5250_display_save_msg_line':
> display.c:1739: warning: unused variable 'i'
> display.c: In function 'tn5250_display_prev_field':
> display.c:507: internal compiler error: in check_reg_live, at 
> haifa-sched.c:4652
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> make[3]: *** [display.lo] Error 1
> make[3]: Leaving directory `/build/tbm/tn5250-0.16.5/src'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363119: Log for failed build of scansort_1.81-2 (dist=unstable)

2006-04-18 Thread Martin Michlmayr
more sparc:

> Automatic build of scansort_1.81-2 on bilbao by sbuild/sparc 85
...
> gcc  -O2 -Wall -c csv.c 
> csv.c: In function 'hash_name':
> csv.c:72: warning: pointer targets in passing argument 1 of 
> 'make_search_string' differ in signedness
> csv.c:73: warning: pointer targets in passing argument 1 of 'crcblock' differ 
> in signedness
> csv.c: In function 'compare_picdesc1':
> csv.c:196: warning: pointer targets in passing argument 1 of 'm_stricmp' 
> differ in signedness
> csv.c:196: warning: pointer targets in passing argument 2 of 'm_stricmp' 
> differ in signedness
> csv.c:199: warning: pointer targets in passing argument 1 of 'm_stricmp' 
> differ in signedness
> csv.c:199: warning: pointer targets in passing argument 2 of 'm_stricmp' 
> differ in signedness
> csv.c: In function 'compare_picdesc1a':
> csv.c:204: warning: pointer targets in passing argument 1 of 'm_stricmp' 
> differ in signedness
> csv.c:204: warning: pointer targets in passing argument 2 of 'm_stricmp' 
> differ in signedness
> csv.c:207: warning: pointer targets in passing argument 1 of 'm_stricmp' 
> differ in signedness
> csv.c:207: warning: pointer targets in passing argument 2 of 'm_stricmp' 
> differ in signedness
> csv.c: In function 'compare_csv1':
> csv.c:212: warning: pointer targets in passing argument 1 of 'm_stricmp' 
> differ in signedness
> csv.c:212: warning: pointer targets in passing argument 2 of 'm_stricmp' 
> differ in signedness
> csv.c: In function 'readconfigfile':
> csv.c:809: warning: pointer targets in passing argument 1 of 'is_tail' differ 
> in signedness
> csv.c:809: warning: pointer targets in passing argument 2 of 'is_tail' differ 
> in signedness
> csv.c:857: warning: pointer targets in passing argument 1 of 'is_head' differ 
> in signedness
> csv.c:857: warning: pointer targets in passing argument 2 of 'is_head' differ 
> in signedness
> csv.c:865: warning: pointer targets in passing argument 1 of 'is_tail' differ 
> in signedness
> csv.c:865: warning: pointer targets in passing argument 2 of 'is_tail' differ 
> in signedness
> csv.c:887: warning: pointer targets in passing argument 1 of 'countlines' 
> differ in signedness
> csv.c:900: warning: pointer targets in passing argument 1 of 
> 'make_csv_name_string' differ in signedness
> csv.c:900: warning: pointer targets in passing argument 2 of 
> 'make_csv_name_string' differ in signedness
> csv.c:980: warning: pointer targets in passing argument 1 of 'is_head' differ 
> in signedness
> csv.c:980: warning: pointer targets in passing argument 2 of 'is_head' differ 
> in signedness
> csv.c:981: warning: pointer targets in passing argument 1 of 'is_head' differ 
> in signedness
> csv.c:981: warning: pointer targets in passing argument 2 of 'is_head' differ 
> in signedness
> csv.c:985: warning: pointer targets in passing argument 1 of 'is_tail' differ 
> in signedness
> csv.c:985: warning: pointer targets in passing argument 2 of 'is_tail' differ 
> in signedness
> csv.c:1044: warning: pointer targets in passing argument 1 of 
> 'make_csv_name_string' differ in signedness
> csv.c:1044: warning: pointer targets in passing argument 2 of 
> 'make_csv_name_string' differ in signedness
> csv.c:1073: warning: pointer targets in passing argument 1 of 'is_head' 
> differ in signedness
> csv.c:1073: warning: pointer targets in passing argument 2 of 'is_head' 
> differ in signedness
> csv.c:1075: warning: pointer targets in passing argument 1 of 'is_head' 
> differ in signedness
> csv.c:1075: warning: pointer targets in passing argument 2 of 'is_head' 
> differ in signedness
> csv.c:1079: warning: pointer targets in passing argument 1 of 'is_head' 
> differ in signedness
> csv.c:1079: warning: pointer targets in passing argument 2 of 'is_head' 
> differ in signedness
> csv.c:1110: warning: pointer targets in passing argument 1 of 
> 'make_csv_name_string' differ in signedness
> csv.c:1110: warning: pointer targets in passing argument 2 of 
> 'make_csv_name_string' differ in signedness
> csv.c:1121: warning: pointer targets in passing argument 1 of 'is_tail' 
> differ in signedness
> csv.c:1121: warning: pointer targets in passing argument 2 of 'is_tail' 
> differ in signedness
> csv.c:1122: warning: pointer targets in passing argument 1 of 'is_tail' 
> differ in signedness
> csv.c:1122: warning: pointer targets in passing argument 2 of 'is_tail' 
> differ in signedness
> csv.c:1123: warning: pointer targets in passing argument 1 of 'is_tail' 
> differ in signedness
> csv.c:1123: warning: pointer targets in passing argument 2 of 'is_tail' 
> differ in signedness
> csv.c:1157: warning: pointer targets in assignment differ in signedness
> csv.c:1213: warning: pointer targets in passing argument 1 of 'countlines' 
> differ in signedness
> csv.c:1215: warning: pointer targets in passing argument 2 of 'parse_csv' 
> differ in signedness
> csv.c: In function 'linetokens':
> csv.c:192: internal compiler error: in check_reg_live, at haifa-sched.c:4665
> Please 

Bug#363119: Log for failed build of beav_1:1.40-18 (dist=unstable)

2006-04-18 Thread Martin Michlmayr
sparc

> Automatic build of beav_1:1.40-18 on bilbao by sbuild/sparc 85
...
> gcc -O2 -g -Wall -DUNIX -DNOPROTO   -c -o main.o main.c
> main.c: In function 'main':
> main.c:119: warning: implicit declaration of function 'init_fmt'
> main.c:120: warning: implicit declaration of function 'strcpy'
> main.c:120: warning: incompatible implicit declaration of built-in function 
> 'strcpy'
> main.c:121: warning: implicit declaration of function 'ttopen'
> main.c:122: warning: implicit declaration of function 'ttinit'
> main.c:123: warning: implicit declaration of function 'vtinit'
> main.c:124: warning: implicit declaration of function 'keymapinit'
> main.c:144: warning: implicit declaration of function 'check_extend'
> main.c:150: warning: implicit declaration of function 'eerase'
> main.c:151: warning: implicit declaration of function 'update'
> main.c:162: warning: implicit declaration of function 'makename'
> main.c:166: warning: implicit declaration of function 'readin'
> main.c:170: warning: implicit declaration of function 'load_file'
> main.c:183: warning: implicit declaration of function 'save_buf_init'
> main.c:186: warning: implicit declaration of function 'writ_echo'
> main.c:190: warning: implicit declaration of function 'getkey'
> main.c: In function 'execute':
> main.c:273: warning: implicit declaration of function 'ttbeep'
> main.c:292: warning: implicit declaration of function 'bad_key'
> main.c: In function 'flush_all':
> main.c:352: warning: implicit declaration of function 'filesave'
> main.c:359: warning: implicit declaration of function 'listbuffers'
> main.c: In function 'quit':
> main.c:390: warning: implicit declaration of function 'anycb'
> main.c:391: warning: implicit declaration of function 'eyesno'
> main.c:394: warning: implicit declaration of function 'vttidy'
> main.c: In function 'autosave':
> main.c:566: warning: implicit declaration of function 'ereply'
> main.c: In function 'main':
> main.c:240: internal compiler error: in check_reg_live, at haifa-sched.c:4665
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/build/tbm/beav-1.40'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC

2006-04-18 Thread Martin Michlmayr
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2006-04-18 10:49]:
> > /usr/bin/ld: /usr/lib/../lib64/libipq.a(libipq.o): relocation 
> > R_X86_64_32 against
> > `a local symbol' cannot be used when making a shared object; 
> > recompile with -fPIC
> 
> This could be still a binutils issue (without seeing the source I cannot 
> say).

FWIW, I just noticed that this also happens with GCC 4.0 and 4.1.  So
it's probably really no GCC problem but either a bug in the package or
in binutils.

See 
http://buildd.debian.org/fetch.php?&pkg=perlipq&ver=1.25-1&arch=amd64&stamp=1143584647&file=log&as=raw

> > openvrml_0.15.10-5
> > /usr/lib/gcc-snapshot/lib64/libstdc++.so: undefined reference to 
> > [EMAIL PROTECTED]'
> 
> This one is almost 100% a configuration error.  The wrong libgcc_s.so is 
> being linked. as Unwind_GetIPInfo is new for 4.2.0.

Hmm, not sure what I'm doing wrong.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/27158] [4.1/4.2 regression] ICE in extract_insn with -maltivec

2006-04-18 Thread bonzini at gnu dot org


--- Comment #11 from bonzini at gnu dot org  2006-04-18 15:20 ---
... but then anyway the bug pops up in reload.  So it is definitely the same
bug as PR24230, and here is a modified version of the PR24230 testcase:

/* Compile with -O2 -maltivec */
#define REGLIST  \
 "77",  "78",  "79",  "80",  "81",  "82",  "83",  "84",  "85",  "86",\
 "87",  "88",  "89",  "90",  "91",  "92",  "93",  "94",  "95",  "96",\
 "97",  "98",  "99", "100", "101", "102", "103", "104", "105", "106",\
"107", "108"

typedef __attribute__ ((vector_size (16))) float v4sf;

void
foo (int H)
{
  volatile v4sf tmp;
  while (H-- > 0)
{
  asm ("" : : : REGLIST);
  tmp = (v4sf) __builtin_altivec_vspltisw (1);
}
}

fails on 4.1, didn't test on 4.2.


-- 


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/27158] [4.1/4.2 regression] ICE in extract_insn with -maltivec

2006-04-18 Thread tbm at cyrius dot com


--- Comment #12 from tbm at cyrius dot com  2006-04-18 15:26 ---
also fails on 4.2.


-- 


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: same bugs

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 361426 361445
Bug#361426: FTBFS with GCC 4.2: recompile with -fPIC
Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC
Merged 361426 361445.

> retitle 361426 x86_x64 PIC problems and hidden vs anonymous namespaces
Bug#361426: FTBFS with GCC 4.2: recompile with -fPIC
Changed Bug title.

> retitle 361445 x86_x64 PIC problems and hidden vs anonymous namespaces
Bug#361445: FTBFS with GCC 4.2: recompile with -fPIC
Changed Bug title.

> --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: fix forward address

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 361569 http://gcc.gnu.org/PR27149
Bug#361569: "the address of x, will always evaluate" warning not grammaticial
Forwarded-to-address changed from gcc.gnu.org/PR27149 to 
http://gcc.gnu.org/PR27149.

> --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug tree-optimization/27087] [4.1 regression] ICE in merge_alias_info

2006-04-18 Thread law at gcc dot gnu dot org


--- Comment #9 from law at gcc dot gnu dot org  2006-04-18 17:22 ---
Subject: Bug 27087

Author: law
Date: Tue Apr 18 17:22:05 2006
New Revision: 113051

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113051
Log:
PR tree-optimization/27087
* tree-ssa-copy.c (may_propagate_copy): Test flow sensitive
alias information too.

* gcc.c-torture/compile/pr27087.c: New test.



Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/pr27087.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/gcc-4_1-branch/gcc/tree-ssa-copy.c


-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug tree-optimization/27087] [4.1 regression] ICE in merge_alias_info

2006-04-18 Thread law at redhat dot com


--- Comment #10 from law at redhat dot com  2006-04-18 17:24 ---
Patch installed on 4.1 branch too.


-- 

law at redhat dot com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361501: ICE in in merge_alias_info, at tree-ssa-copy.c

2006-04-18 Thread Martin Michlmayr
tags 361501 + fixed-upstream
thanks

This PR has been marked as resolved by upstream.  I can confirm that
the following 3 packages which had problems before build fine with
4.2.0 20060415:

acm4
snowdrop
gcl

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: ICE in in merge_alias_info, at tree-ssa-copy.c

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 361501 + fixed-upstream
Bug#361501: internal compiler error: in merge_alias_info, at tree-ssa-copy.c
Tags were: upstream
Tags added: fixed-upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: forwarded upstream

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 361602 + upstream
Bug#361602: internal compiler error: verify_cgraph_node failed
There were no tags set.
Tags added: upstream

> forwarded 361602 http://gcc.gnu.org/PR27207
Bug#361602: internal compiler error: verify_cgraph_node failed
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR27207.

> --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug tree-optimization/27207] ICE: verify_cgraph_node failed

2006-04-18 Thread tbm at cyrius dot com


-- 

tbm at cyrius dot com changed:

   What|Removed |Added

 CC||debian-gcc at lists dot
   ||debian dot org


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#197674: metting you

2006-04-18 Thread Ronny

Hi,
aHope I am not writibng tao wrong address. I am nice, pretty looking
girl. I am planning obn visiting your town this month. Can 
we meet each other in person? Message me back at [EMAIL PROTECTED]





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug tree-optimization/27207] ICE: verify_cgraph_node failed

2006-04-18 Thread tbm at cyrius dot com


--- Comment #2 from tbm at cyrius dot com  2006-04-18 21:36 ---
For the record, this happens on x86_64, but not on i386 or powerpc.


-- 


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

--- 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]