[Bug 677360] Re: Generated assembly doesn't correspond to the ARM processor

2010-11-22 Thread Michael Hope
Hi there. I think the original author has a configuration problem. The code above is in sysdeps/gcc/arm.h and has two chunks: one with a #ifdef __ARMv6__ around it which uses the correct Thumb-2 instructions, and the fallback version for earlier architectures that uses the (no longer supported)

[Bug 675347] Re: volatile int causes inline assembly build failure

2010-11-21 Thread Michael Hope
** Changed in: gcc-linaro Status: Confirmed = In Progress -- volatile int causes inline assembly build failure https://bugs.launchpad.net/bugs/675347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 618684] Re: ICE when building ziproxy

2010-11-21 Thread Michael Hope
Confirmed that trunk passes: micha...@pavo1:~/linaro/bugs$ ~/toolchains/gcc-linaro-4.5+bzr99435-armv7l-maverick-cbuild17-pavo3/bin/gcc -c -O2 lp618684.c and also at -O0, -O1, and -O3. But why? -- ICE when building ziproxy https://bugs.launchpad.net/bugs/618684 You received this bug

[Bug 616614] Re: u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross)

2010-11-21 Thread Michael Hope
** Changed in: gcc-linaro Status: New = Incomplete -- u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross) https://bugs.launchpad.net/bugs/616614 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 595479] Re: Sequel to PR40521 -- -g causes GCC to generate .eh_frame

2010-11-18 Thread Michael Hope
Hasn't landed as at GCC r166920. I've contacted the original author to see if it's been superseded and, if not, if we can take it over. -- Sequel to PR40521 -- -g causes GCC to generate .eh_frame https://bugs.launchpad.net/bugs/595479 You received this bug notification because you are a member

[Bug 675347] Re: volatile int causes inline assembly build failure

2010-11-18 Thread Michael Hope
** Changed in: gcc-linaro Status: New = Confirmed -- volatile int causes inline assembly build failure https://bugs.launchpad.net/bugs/675347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 598462] Re: [PR38292] corrupted profile info with -O[23] -fprofile-use

2010-11-18 Thread Michael Hope
Note that this is not Linaro specific, but we plan to get PGO working for ARM this cycle: https://blueprints.launchpad.net/gcc-linaro/+spec/profiler-driven-feedback Medium priority so might happen. -- [PR38292] corrupted profile info with -O[23] -fprofile-use

[Bug 618684] Re: ICE when building ziproxy

2010-11-18 Thread Michael Hope
Confirmed on ARM in gcc-linaro-4.5-2010.11-0 micha...@pavo1:~/linaro/bugs$ ~/toolchains/gcc-linaro-4.5-2010.11-0-armv7l-maverick-cbuild14-pavo3/bin/gcc -c -O2 lp618684.c lp618684.c: In function 'ReadCfgFile': lp618684.c:19:1: internal compiler error: in choose_reload_regs, at reload1.c:6844

[Bug 629671] Re: ICE in reload_cse_simplify_operands in thumb-1 mode

2010-11-18 Thread Michael Hope
Julian, could you please backport this to Linaro GCC 4.4 as well? ** Changed in: gcc-linaro Milestone: None = 4.5-2010.12-0 ** Also affects: gcc-linaro/4.4 Importance: Undecided Status: New ** Also affects: gcc-linaro/4.5 Importance: Low Status: Confirmed ** Changed in:

[Bug 595479] Re: Sequel to PR40521 -- -g causes GCC to generate .eh_frame

2010-11-17 Thread Michael Hope
** Tags removed: task -- Sequel to PR40521 -- -g causes GCC to generate .eh_frame https://bugs.launchpad.net/bugs/595479 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 659713] Re: armel build failures 20101012

2010-11-17 Thread Michael Hope
Oh,r166806 was just my regular weekly trunk build. It was a few days after the problem was reported so there was a chance it was fixed. -- armel build failures 20101012 https://bugs.launchpad.net/bugs/659713 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 659713] Re: armel build failures 20101012

2010-11-17 Thread Michael Hope
Note that this fault does not exist in Linaro GCC. Left as affecting Linaro GCC so that I can keep a track of this ticket. -- armel build failures 20101012 https://bugs.launchpad.net/bugs/659713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 595479] Re: Sequel to PR40521 -- -g causes GCC to generate .eh_frame

2010-11-17 Thread Michael Hope
** Changed in: gcc-linaro/4.5 Importance: Undecided = High ** Changed in: gcc-linaro/4.5 Milestone: None = 4.5-2010.12-0 -- Sequel to PR40521 -- -g causes GCC to generate .eh_frame https://bugs.launchpad.net/bugs/595479 You received this bug notification because you are a member of

[Bug 659713] Re: armel build failures 20101012

2010-11-16 Thread Michael Hope
Upstream r166806 fails with the __DTOR_LIST__ failure. See: http://builds.linaro.org/toolchain/gcc-4.6~svn166806/logs/armv7l-maverick-cbuild17-pavo3/gcc-build.txt -- armel build failures 20101012 https://bugs.launchpad.net/bugs/659713 You received this bug notification because you are a

Re: [Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-15 Thread Michael Hope
Yip, this is a separate bug tracked in LP: #675347. -- Qt/KDE fails to build on ARM without implicit-it=thumb https://bugs.launchpad.net/bugs/673085 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in ubuntu. -- kubuntu-bugs mailing

[Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-15 Thread Michael Hope
My own test build of qt4-x11_4.7.0-0ubuntu4 with gcc-linaro 2010.10-0 (the one before LP: #675347) completed OK. -- Qt/KDE fails to build on ARM without implicit-it=thumb https://bugs.launchpad.net/bugs/673085 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-14 Thread Michael Hope
Something like the attached patch should do it. I'm still building to see if it works though. There's a couple of bigger problems though if we want to do it right: * There's code in corelib/arch/armv6/qatomic*.c that may also being used * qatomic_armv6.h includes code for RVCT which should be

[Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-14 Thread Michael Hope
(not tested) ** Patch added: qt4-thumb2-itt.patch https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/673085/+attachment/1733624/+files/qt4-thumb2-itt.patch -- Qt/KDE fails to build on ARM without implicit-it=thumb https://bugs.launchpad.net/bugs/673085 You received this bug notification

[Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-09 Thread Michael Hope
For reference, here's the original discussion between David and Richard: http://lists.linaro.org/pipermail/linaro-toolchain/2010-July/30.html http://lists.linaro.org/pipermail/linaro-toolchain/2010-July/35.html My summary is: * IT instructions are ignored in ARM mode and hence add no

[Bug 673085] Re: Qt/KDE fails to build on ARM without implicit-it=thumb

2010-11-09 Thread Michael Hope
Ignoring the implicit-it question, this seems simple to fix upstream. The code is inline assembler in src/corelib/arch/qatomic_armv6.h -- Qt/KDE fails to build on ARM without implicit-it=thumb https://bugs.launchpad.net/bugs/673085 You received this bug notification because you are a member

[Bug 616614] Re: u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross)

2010-11-07 Thread Michael Hope
Any update on this from the u-boot side? Any luck on narrowing down the problem? -- u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross) https://bugs.launchpad.net/bugs/616614 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 629671] Re: ICE in reload_cse_simplify_operands in thumb-1 mode

2010-10-19 Thread Michael Hope
Thank you. Could you please backport it to Linaro GCC 4.5. I'll decide what to do about 4.4. -- ICE in reload_cse_simplify_operands in thumb-1 mode https://bugs.launchpad.net/bugs/629671 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 642347] Re: Segmentation fault in cc1plus when compiling witty library

2010-10-14 Thread Michael Hope
Confirmed fixed in gcc-linaro-4-4-2010.10-0 ** Changed in: gcc-linaro Status: Fix Committed = Fix Released -- Segmentation fault in cc1plus when compiling witty library https://bugs.launchpad.net/bugs/642347 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 647597] Re: Internal compiler error while building package 'witty'

2010-10-14 Thread Michael Hope
** Changed in: gcc-linaro Status: Fix Committed = Fix Released -- Internal compiler error while building package 'witty' https://bugs.launchpad.net/bugs/647597 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 635409] Re: armel ICE gcc-4.4

2010-10-14 Thread Michael Hope
** Changed in: gcc-linaro Status: Fix Committed = Fix Released -- armel ICE gcc-4.4 https://bugs.launchpad.net/bugs/635409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 659713] Re: armel build failures 20101012

2010-10-14 Thread Michael Hope
Could you tell me some more about what is in this gcc-snapshot? Is it 4.6 based? Linaro based? What version? -- armel build failures 20101012 https://bugs.launchpad.net/bugs/659713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 523959] Re: GDB backtrace does not work correctly for Thumb-2 on armel

2010-10-12 Thread Michael Hope
** Changed in: gdb-linaro Status: Fix Committed = Fix Released -- GDB backtrace does not work correctly for Thumb-2 on armel https://bugs.launchpad.net/bugs/523959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 647597] Re: Internal compiler error while building package 'witty'

2010-10-12 Thread Michael Hope
** Changed in: gcc-linaro Milestone: None = 4.5-2010.10 -- Internal compiler error while building package 'witty' https://bugs.launchpad.net/bugs/647597 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 635409] Re: armel ICE gcc-4.4

2010-10-12 Thread Michael Hope
** Changed in: gcc-linaro Milestone: None = 4.4-2010.10 -- armel ICE gcc-4.4 https://bugs.launchpad.net/bugs/635409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 506358] Re: [armel] unable to find a register to spill in class 'GENERAL_REGS'

2010-10-03 Thread Michael Hope
Can't reproduce with gcc-linaro-4.4-2010.09. Confirmed that the http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01545.html patch is present. Based on that, marking as invalid. ** Changed in: gcc-linaro Status: New = Fix Released -- [armel] unable to find a register to spill in class

[Bug 506358] Re: [armel] unable to find a register to spill in class 'GENERAL_REGS'

2010-10-03 Thread Michael Hope
...sorry, as fix released. -- [armel] unable to find a register to spill in class 'GENERAL_REGS' https://bugs.launchpad.net/bugs/506358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 647597] Re: Internal compiler error while building package 'witty'

2010-09-27 Thread Michael Hope
** Tags added: ice -- Internal compiler error while building package 'witty' https://bugs.launchpad.net/bugs/647597 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 642347] Re: Segmentation fault in cc1plus when compiling witty library

2010-09-27 Thread Michael Hope
** Tags added: ice -- Segmentation fault in cc1plus when compiling witty library https://bugs.launchpad.net/bugs/642347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-09-27 Thread Michael Hope
** Tags added: ftbfs -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 506358] Re: [armel] unable to find a register to spill in class 'GENERAL_REGS'

2010-09-27 Thread Michael Hope
** Tags added: ice -- [armel] unable to find a register to spill in class 'GENERAL_REGS' https://bugs.launchpad.net/bugs/506358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 629671] Re: ICE in reload_cse_simplify_operands in thumb-1 mode

2010-09-27 Thread Michael Hope
** Tags added: ice -- ICE in reload_cse_simplify_operands in thumb-1 mode https://bugs.launchpad.net/bugs/629671 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 618684] Re: ICE when building ziproxy

2010-09-27 Thread Michael Hope
** Tags added: ice -- ICE when building ziproxy https://bugs.launchpad.net/bugs/618684 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 616614] Re: u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross)

2010-09-27 Thread Michael Hope
** Tags added: bad-code -- u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross) https://bugs.launchpad.net/bugs/616614 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 608143] Re: [armel] libjava testsuite failures

2010-09-27 Thread Michael Hope
** Tags added: testsuite -- [armel] libjava testsuite failures https://bugs.launchpad.net/bugs/608143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 595479] Re: Sequel to PR40521 -- -g causes GCC to generate .eh_frame

2010-09-27 Thread Michael Hope
** Tags added: task -- Sequel to PR40521 -- -g causes GCC to generate .eh_frame https://bugs.launchpad.net/bugs/595479 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 635409] Re: armel ICE gcc-4.4

2010-09-27 Thread Michael Hope
** Tags added: ice -- armel ICE gcc-4.4 https://bugs.launchpad.net/bugs/635409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 647597] Re: Internal compiler error while building package 'witty'

2010-09-26 Thread Michael Hope
Confirmed in gcc-linaro-4.4-2010.09-1 on i686. See: http://ex.seabright.co.nz/build/gcc-linaro-4.4-2010.09-1/gcc-linaro-4.4-2010.09-1-i686-lucid-cbuild3-scorpius.tar.xz for a binary build. Note that name=0 in the call to get_fileinfo(). I think this ends up being passed to strcmp() via

[Bug 642347] Re: Segmentation fault in cc1plus when compiling witty library

2010-09-20 Thread Michael Hope
Confirmed in plain gcc-linaro-4.4-2010.09-1: micha...@crucis:~/+junk/bugs$ ~/toolchains/gcc-linaro-4.4-2010.09-1-x86_64-lucid-cbuild3-orion/bin/g++ -g bug1.cc In member function ‘void BaseA::foo(T*, void (V::*)()) [with T = C, V = C, A = int]’: cc1plus: internal compiler error: Segmentation

[Bug 642347] Re: Segmentation fault in cc1plus when compiling witty library

2010-09-20 Thread Michael Hope
** Changed in: gcc-linaro Status: New = Confirmed ** Changed in: gcc-linaro Importance: Undecided = Medium -- Segmentation fault in cc1plus when compiling witty library https://bugs.launchpad.net/bugs/642347 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 635409] Re: armel ICE gcc-4.4

2010-09-19 Thread Michael Hope
Confirmed in plain gcc-linaro-4.5-2010.09-1 -- armel ICE gcc-4.4 https://bugs.launchpad.net/bugs/635409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 590696] Re: [PR43847] fix wrong use of objdump during cross build

2010-09-14 Thread Michael Hope
** Changed in: gcc-linaro/4.5 Status: Fix Committed = Fix Released -- [PR43847] fix wrong use of objdump during cross build https://bugs.launchpad.net/bugs/590696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 590696] Re: [PR43847] fix wrong use of objdump during cross build

2010-09-08 Thread Michael Hope
** Description changed: Binary package hint: gcc-4.5 During cross building of gcc-4.5 there are some checks done to know does host gcc supports plugins. Problem is that tests are compiled with host CC but checked with target objdump. In result they fail so build ends before it

[Bug 601030] Re: broken configuration test with fortify source

2010-09-01 Thread Michael Hope
The fault occurs as the 'pass' value given to longjmp() gets corrupted before use by setjmp(), causing the 'setjmp() 2' test to fail and the system to loop forever. The only assembler level fortify/non-fortify difference is a call to longjmp_chk instead of longjmp. Note that shifting 'mystack'

[Bug 601030] Re: broken configuration test with fortify source

2010-09-01 Thread Michael Hope
eglibc-2.11.1/sysdeps/unix/sysv/linux/x86_64/longjmp_chk.S is broken. It saves the value of 'pass' in ecx for later use but ecx is trashed by a syscall. The syscall is used to bring in the signal stack so that the fortify code can print an error message if needed. The problem goes away with

[Bug 601030] Re: broken configuration test with fortify source

2010-09-01 Thread Michael Hope
** Also affects: linaro-toolchain-misc Importance: Undecided Status: New ** Changed in: gcc-linaro Status: New = Invalid ** Changed in: linaro-toolchain-misc Importance: Undecided = High ** Changed in: linaro-toolchain-misc Assignee: (unassigned) = Chung-Lin Tang

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2010-08-31 Thread Michael Hope
Confirmed on maverick with gcc-4.4 4.4.4-9ubuntu2, eglibc 2.12.1-0ubuntu1, and apr 1.4.2-3ubuntu1 -- [eglibc] process shared mutex's fail on armel v7 (thumb) https://bugs.launchpad.net/bugs/604753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2010-08-31 Thread Michael Hope
The test halts while running the pthread based APR_LOCK_PROC_PTHREAD variant. All other variants pass. The test spawns a number of processes and then randomly locks, writes to a shared variable, waits, and unlocks on a process mutex across the different processes. When using

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2010-08-31 Thread Michael Hope
** Changed in: linaro-toolchain-misc Status: New = Confirmed -- [eglibc] process shared mutex's fail on armel v7 (thumb) https://bugs.launchpad.net/bugs/604753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 512959] Re: linker optimisation causes crashes on armel with -Wl, -O1

2010-08-30 Thread Michael Hope
** Summary changed: - causes crashes on armel with -Wl,-O1 + linker optimisation causes crashes on armel with -Wl,-O1 -- linker optimisation causes crashes on armel with -Wl,-O1 https://bugs.launchpad.net/bugs/512959 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-08-30 Thread Michael Hope
** Changed in: gcc-linaro-tracking Status: New = Fix Committed -- bootstrap failure in stage3 (integer overflow in preprocessor expression) https://bugs.launchpad.net/bugs/500524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 590696] Re: [PR43847] fix wrong use of objdump during cross build

2010-08-30 Thread Michael Hope
** Changed in: gcc-linaro/4.5 Importance: Undecided = Low -- [PR43847] fix wrong use of objdump during cross build https://bugs.launchpad.net/bugs/590696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 398403] Re: [PR40735] gcc-4.4 fails to build upstart 0.6 on armel due to an internal compiler error

2010-08-22 Thread Michael Hope
I added -fpie back in to a local build of libnih 1.0.2-1ubuntu1 and it built and tested correctly. Compiling test_node.c takes about 1 GB of RAM. This is with maverick and gcc-4.4-4.4.4-8ubuntu1. -- [PR40735] gcc-4.4 fails to build upstart 0.6 on armel due to an internal compiler error

[Bug 615765] Re: Host strip corrupts cross-built armel archives

2010-08-22 Thread Michael Hope
** Summary changed: - strip corrupts armel archives + Host strip corrupts cross-built armel archives -- Host strip corrupts cross-built armel archives https://bugs.launchpad.net/bugs/615765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-18 Thread Michael Hope
Related: lp:gcc-linaro/4.5,revno=99331 -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 604753] Re: process shared mutex's fail on armel v7 (thumb)

2010-08-17 Thread Michael Hope
Note that there are upstream patches that improve the GCC _sync_* primitives. If APR uses those, or via GLIBC uses those, then it might be related. -- [eglibc] process shared mutex's fail on armel v7 (thumb) https://bugs.launchpad.net/bugs/604753 You received this bug notification because you

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-15 Thread Michael Hope
fixed-in: lp:gcc-linaro/4.4,revno=93550 -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 590696] Re: [PR43847] fix wrong use of objdump during cross build

2010-08-15 Thread Michael Hope
** Changed in: gcc-linaro/4.4 Milestone: None = 4.4-2010.09-0 ** Changed in: gcc-linaro/4.5 Milestone: None = 4.5-2010.09-0 -- [PR43847] fix wrong use of objdump during cross build https://bugs.launchpad.net/bugs/590696 You received this bug notification because you are a member of

[Bug 517156] Re: [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode

2010-08-15 Thread Michael Hope
** Changed in: gcc-linaro/4.4 Status: Fix Committed = Fix Released ** Changed in: gcc-linaro Status: Fix Committed = Fix Released -- [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode https://bugs.launchpad.net/bugs/517156 You received this bug notification

[Bug 616614] Re: u-boot upstream hangs at mmc init 1 when compiled with gcc 4.5.1 (native or cross)

2010-08-13 Thread Michael Hope
Hi Oliver. I'm afraid we don't have access to Panda hardware and will have trouble tracking this down. Could you please treat this as an application bug for now, track down where it is failing, and see if you can make a reduced test case? Then we can look into it. Note that Ubuntu 4.5.1 is

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-11 Thread Michael Hope
** Changed in: gcc-linaro/4.4 Status: Fix Committed = Fix Released ** Changed in: gcc-linaro/4.5 Status: Fix Committed = Fix Released -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874 You received this bug notification because you

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-08-11 Thread Michael Hope
** Changed in: gcc-linaro Status: Fix Committed = Fix Released -- bootstrap failure in stage3 (integer overflow in preprocessor expression) https://bugs.launchpad.net/bugs/500524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 598147] Re: libstdc++ test failures

2010-08-11 Thread Michael Hope
I don't see the ext/* failues in gcc-linaro-4.5-2010.08-1 on i686, x86_64, or armv7a. I had a quick look and it seems that ext/* are being included by libstdc++-v3/testsuite/libstdc++-dg/conformance.exp so they're probably running. ** Changed in: gcc-linaro Status: New = Invalid --

Re: [Bug 600209] Re: getfem++ fails to build from source in linaro

2010-08-05 Thread Michael Hope
Yip, quite reproducible. maverick chroot, i686, and those specific versions. I've added you as a super user to that particular machine - log into the normal place, then ssh into scorpius.local. The chroot is in /home/michaelh/c/roots/maverick-1 if you want to have a play. Note that the machine

[Bug 590696] Re: [PR43847] fix wrong use of objdump during cross build

2010-08-05 Thread Michael Hope
As at 2010-08-06, the fix has not landed in upstream trunk or the upstream 4.5 branch. -- [PR43847] fix wrong use of objdump during cross build https://bugs.launchpad.net/bugs/590696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-08-05 Thread Michael Hope
** Changed in: gcc-linaro Milestone: 4.4-2010.09-0 = 4.4-2010.08-0 -- bootstrap failure in stage3 (integer overflow in preprocessor expression) https://bugs.launchpad.net/bugs/500524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 517156] Re: [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode

2010-08-04 Thread Michael Hope
** Changed in: gcc-linaro/4.4 Status: New = Fix Committed -- [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode https://bugs.launchpad.net/bugs/517156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 608125] Re: [armel] gnat-4.4 built from the linaro toolchain fails to build

2010-08-03 Thread Michael Hope
I agree. Marking this as invalid against Linaro GCC. I'll pass this on to the Ubuntu toolchain maintainers so that they know. ** Changed in: gcc-linaro Status: Confirmed = Won't Fix -- [armel] gnat-4.4 built from the linaro toolchain fails to build

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-08-03 Thread Michael Hope
Fails in a different area on i686. Seen with gcc-4.4-4.4.4-7ubuntu3 when building getfem++-4.0.0-4ubuntu2 on a maverick i686 chroot. -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification because you are a member of Ubuntu

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-02 Thread Michael Hope
** Changed in: gcc-linaro/4.5 Milestone: 4.4-2010.08-0 = None ** Changed in: gcc-linaro/4.4 Importance: Undecided = High ** Changed in: gcc-linaro/4.4 Milestone: None = 4.4-2010.08-0 -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-02 Thread Michael Hope
** Changed in: gcc-linaro/4.5 Milestone: None = 4.5-2010.08-0 -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 517156] Re: [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode

2010-08-02 Thread Michael Hope
Note that the ICE does not occur in gcc-linaro 4.5+bzr99310. ** Also affects: gcc-linaro/4.4 Importance: Undecided Status: New ** Changed in: gcc-linaro/4.4 Milestone: None = 4.4-2010.08-0 ** Changed in: gcc-linaro Milestone: 4.4-2010.08-0 = None -- [armel, fixed in 4.5] ICE

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-08-02 Thread Michael Hope
I've asked Matthias to re-run the build on the buildds. -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-08-01 Thread Michael Hope
** Changed in: gcc-linaro Milestone: None = 4.4-2010.09-0 -- bootstrap failure in stage3 (integer overflow in preprocessor expression) https://bugs.launchpad.net/bugs/500524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-08-01 Thread Michael Hope
** Also affects: gcc-linaro-tracking Importance: Undecided Status: New ** Changed in: gcc-linaro-tracking Status: New = Fix Committed ** Changed in: gcc-linaro-tracking Milestone: None = 4.5.2 -- firefox fails to build from source with Linaro toolchain

[Bug 517156] Re: [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode

2010-08-01 Thread Michael Hope
Confirmed that gcc-linaro 4.4+bzr93543 no longer has an ICE using: http://ex.seabright.co.nz/build/gcc-linaro-4.4-93543/gcc-linaro-4.4-93543-armv7l-maverick-cbuild1-pavo1.tar.gz ** Changed in: gcc-linaro Milestone: None = 4.4-2010.08-0 -- [armel, fixed in 4.5] ICE in find_reloads, at

[Bug 517156] Re: [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode

2010-08-01 Thread Michael Hope
fixed-in: 93542 -- [armel, fixed in 4.5] ICE in find_reloads, at reload.c in thumb mode https://bugs.launchpad.net/bugs/517156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-08-01 Thread Michael Hope
** Changed in: gcc-linaro Importance: Undecided = Low -- bootstrap failure in stage3 (integer overflow in preprocessor expression) https://bugs.launchpad.net/bugs/500524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 500524] Re: bootstrap failure in stage3 (integer overflow in preprocessor expression)

2010-07-28 Thread Michael Hope
I'm experimenting with how to track where a fix landed upstream. Please ignore the 'Affects Linaro GCC Tracking' entry above. ** Also affects: gcc-linaro-tracking Importance: Undecided Status: New ** Changed in: gcc-linaro-tracking Milestone: None = 4.4.5 -- bootstrap failure in

[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

2010-07-27 Thread Michael Hope
Runs OK using gcc 4.4.4-6ubuntu2 (i.e. not the Linaro GCC) and ./configure --disable-debug --enable-optimize -- firefox fails to build from source with Linaro toolchain https://bugs.launchpad.net/bugs/604874 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 607659] Re: xlpc fails during test with the Linaro GCC

2010-07-23 Thread Michael Hope
*** This bug is a duplicate of bug 437726 *** https://bugs.launchpad.net/bugs/437726 ** This bug has been marked a duplicate of bug 437726 xplc tests failures on ia64 and sparc with gcc-4.4 -O2 -- xlpc fails during test with the Linaro GCC https://bugs.launchpad.net/bugs/607659 You

[Bug 437726] Re: xplc tests failures on ia64 and sparc with gcc-4.4 -O2

2010-07-23 Thread Michael Hope
/52361139/xplc_0.3.13-2ubuntu5.debdiff ** Changed in: xplc (Ubuntu) Status: In Progress = Confirmed ** Changed in: xplc (Ubuntu) Assignee: Michael Hope (michaelh1) = (unassigned) -- xplc tests failures on ia64 and sparc with gcc-4.4 -O2 https://bugs.launchpad.net/bugs/437726 You received

[Bug 607659] Re: xlpc fails during test with the Linaro GCC

2010-07-21 Thread Michael Hope
** Also affects: xplc (Ubuntu) Importance: Undecided Status: New ** Changed in: xplc (Ubuntu) Assignee: (unassigned) = Michael Hope (michaelh1) -- xlpc fails during test with the Linaro GCC https://bugs.launchpad.net/bugs/607659 You received this bug notification because you

[Bug 607659] Re: xlpc fails during test with the Linaro GCC

2010-07-21 Thread Michael Hope
** Changed in: xplc (Ubuntu) Status: New = In Progress -- xlpc fails during test with the Linaro GCC https://bugs.launchpad.net/bugs/607659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 437726] Re: xplc tests failures on ia64 and sparc with gcc-4.4 -O2

2010-07-21 Thread Michael Hope
** Changed in: xplc (Ubuntu) Assignee: (unassigned) = Michael Hope (michaelh1) ** Changed in: xplc (Ubuntu) Status: Triaged = In Progress -- xplc tests failures on ia64 and sparc with gcc-4.4 -O2 https://bugs.launchpad.net/bugs/437726 You received this bug notification because you

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-07-12 Thread Michael Hope
** Changed in: gcc-linaro Status: New = Incomplete ** Changed in: getfem++ (Ubuntu) Status: New = Incomplete -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-07-11 Thread Michael Hope
Can't reproduce with gcc-4.4_4.4.4-6ubuntu5~ppa2 (doko) on maverick, or with a locally built version of gcc-4.4_4.4.4-6ubuntu5~ppa2 on lucid. Tested against getfem++_4.0.0-4ubuntu2 -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-07-05 Thread Michael Hope
Builds and tests fine under maverick with the ~ubuntu-toolchain-r PPA. Builds and tests fine under a locally built copy of gcc-linaro r93513. Trying stock gcc 4.4.3... -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification

[Bug 600209] Re: getfem++ fails to build from source in linaro

2010-07-05 Thread Michael Hope
Builds and tests fine under a locally built copy of gcc-4.4.3 -- getfem++ fails to build from source in linaro https://bugs.launchpad.net/bugs/600209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

<    1   2   3   4   5