[Bug bootstrap/105567] [13 regression] bootstrap failure on arm due to bogus constructor warning

2022-05-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105567 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/105567] [13 regression] bootstrap failure on arm due to bogus constructor warning

2022-05-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105567 --- Comment #1 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4dc86f716fe6087f1cf786d69c0c6f3f5af810f0 commit r13-331-g4dc86f716fe6087f1cf786d69c0c6f3f5af810f0 Author: Jason Merrill Date:

[Bug bootstrap/105567] [13 regression] bootstrap failure on arm due to bogus constructor warning

2022-05-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105567 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0 Version|unknown

[Bug bootstrap/105567] [13 regression] bootstrap failure on arm due to bogus constructor warning

2022-05-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105567 Jason Merrill changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug bootstrap/105567] New: [13 regression] bootstrap failure on arm due to bogus constructor warning

2022-05-11 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105567 Bug ID: 105567 Summary: [13 regression] bootstrap failure on arm due to bogus constructor warning Product: gcc Version: unknown Status: UNCONFIRMED Severity

[Bug bootstrap/91949] [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91949 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug bootstrap/91949] [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-01 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91949 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/91949] New: [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-01 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91949 Bug ID: 91949 Summary: [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*') Product: gcc

[Bug bootstrap/91949] [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91949 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-21 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 --- Comment #5 from ian at gcc dot gnu.org --- Author: ian Date: Tue Jan 22 00:06:44 2019 New Revision: 268131 URL: https://gcc.gnu.org/viewcvs?rev=268131=gcc=rev Log: PR go/88927 runtime, internal/cpu: fix build for ARM GNU/Linux

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 --- Comment #4 from Jakub Jelinek --- The #c2 change looks good to me, allowed armv7hl to bootstrap and compared to 8.2.1 from a week ago the libgo/gotools difference is -FAIL: io -FAIL: log +FAIL: fmt +FAIL: go/constant +FAIL: html/template

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 --- Comment #3 from Jakub Jelinek --- Oops, ignore the cpu_no_init.go related comments, I was looking at my trunk checkout apparently before r268084, while the failed build was with that change which added +build !arm in there. That explains

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 --- Comment #2 from Jakub Jelinek --- Will try that. That said, I don't understand why cpu_no_init.go isn't used in that case. Inthe build log I see /usr/bin/mkdir -p internal; files=`echo ../../../libgo/go/internal/cpu/cpu.go cpugen.go | sed

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-19 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 --- Comment #1 from Ian Lance Taylor --- This is likely fixed by https://golang.org/cl/158717.

[Bug go/88927] [9 Regression] Bootstrap failure on arm in libgo starting with r268084

2019-01-19 Thread jakub at gcc dot gnu.org
||bi Target Milestone|--- |9.0 Summary|[9 Regression] Bootstrap|[9 Regression] Bootstrap |failure on arm in libgo |failure on arm in libgo ||starting

[Bug go/88927] New: [9 Regression] Bootstrap failure on arm in libgo

2019-01-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88927 Bug ID: 88927 Summary: [9 Regression] Bootstrap failure on arm in libgo Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug go/87661] [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants)

2018-10-24 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87661 Ian Lance Taylor changed: What|Removed |Added CC||marxin at gcc dot gnu.org ---

[Bug go/87661] [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants)

2018-10-23 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87661 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/87661] [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants)

2018-10-23 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87661 --- Comment #1 from ian at gcc dot gnu.org --- Author: ian Date: Tue Oct 23 19:02:29 2018 New Revision: 265439 URL: https://gcc.gnu.org/viewcvs?rev=265439=gcc=rev Log: PR go/87661 runtime: remove unused armArch, hwcap and hardDiv

[Bug go/87661] [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants)

2018-10-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87661 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0

[Bug go/87661] New: [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants)

2018-10-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87661 Bug ID: 87661 Summary: [9 Regression] libgo bootstrap failure on arm-linux-gnueabihf (redefinition of constants) Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-17 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #24 from John Marino gnugcc at marino dot st --- (In reply to Eric Botcazou from comment #22) Does this mean effectively nothing lower than ARMv7 can build arm-*-linux-androideabi? Apparently so, but it should be quite easy to

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-17 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #25 from Eric Botcazou ebotcazou at gcc dot gnu.org --- This statement is a little ambiguous to me, which is the current situation? A) There are no plans to alter sigtramp-android.c to support ARM architectures below ARMv7.

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-11 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #23 from John Marino gnugcc at marino dot st --- (In reply to John Marino from comment #17) In the end, there were 6 failures. C52103x C52104x C52104y c74004a (hung) cb1010c cb1010d To follow up, I reworked the testsuite

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-10 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #21 from John Marino gnugcc at marino dot st --- Hi Eric, When I tried to build the ARMv5 cross compiler (-march=armv5te) I get the following error: /tmp//cc5BKnWK.s: Assembler messages: /tmp//cc5BKnWK.s:31: Error: selected processor

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #22 from Eric Botcazou ebotcazou at gcc dot gnu.org --- When I tried to build the ARMv5 cross compiler (-march=armv5te) I get the following error: /tmp//cc5BKnWK.s: Assembler messages: /tmp//cc5BKnWK.s:31: Error: selected

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #13 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Wed Apr 9 07:57:48 2014 New Revision: 209237 URL: http://gcc.gnu.org/viewcvs?rev=209237root=gccview=rev Log: PR ada/60411 * s-osinte-android.ads:

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #14 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Sorry about the mess, can you try after the latest change?

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
Summary|ADA bootstrap failure on|Ada bootstrap failure on |ARM |ARM

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #15 from John Marino gnugcc at marino dot st --- Hi Eric, The compiler builds happily now. It started right into ACATS testing and has passed the first 3 chapters flawlessly (with the current setup ACATS takes hours because each test

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #16 from Eric Botcazou ebotcazou at gcc dot gnu.org --- The compiler builds happily now. Great, thanks for the quick feedback. It started right into ACATS testing and has passed the first 3 chapters flawlessly (with the current

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #17 from John Marino gnugcc at marino dot st --- Hi Eric, In the end, there were 6 failures. It appears that the ARM unwinder isn't quite right yet. After 2314 passes, the six ACATS failures were: C52103x C52104x C52104y c74004a

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #18 from Eric Botcazou ebotcazou at gcc dot gnu.org --- In the end, there were 6 failures. It appears that the ARM unwinder isn't quite right yet. After 2314 passes, the six ACATS failures were: C52103x C52104x C52104y

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #19 from John Marino gnugcc at marino dot st --- ah sorry, I always seem to conclude wrongly that stack checking requires unwind support. I'm not sure why I always conflate those two things. So this patch was proposed 9 months ago

[Bug ada/60411] Ada bootstrap failure on ARM

2014-04-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #20 from Eric Botcazou ebotcazou at gcc dot gnu.org --- ah sorry, I always seem to conclude wrongly that stack checking requires unwind support. I'm not sure why I always conflate those two things. Yes, it does, but it first needs

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #8 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Tue Apr 8 08:23:56 2014 New Revision: 209210 URL: http://gcc.gnu.org/viewcvs?rev=209210root=gccview=rev Log: PR ada/60411 *

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #9 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Tue Apr 8 09:03:42 2014 New Revision: 209211 URL: http://gcc.gnu.org/viewcvs?rev=209211root=gccview=rev Log: PR ada/60411 * sigtramp-armdroid.c:

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #10 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Tue Apr 8 20:35:14 2014 New Revision: 209227 URL: http://gcc.gnu.org/viewcvs?rev=209227root=gccview=rev Log: PR ada/60411 * sigtramp.h: Add

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-08 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 John Marino gnugcc at marino dot st changed: What|Removed |Added CC||gnugcc at marino dot

[Bug ada/60411] ADA bootstrap failure on ARM

2014-04-08 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #12 from John Marino gnugcc at marino dot st --- I am also seeing these errors: s-intman.adb:263:32: SA_NODEFER is not visible s-intman.adb:263:32: non-visible declaration at s-linux.ads:110 s-intman.adb:263:45: SA_RESTART is not

[Bug ada/60411] ADA bootstrap failure on ARM

2014-03-10 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

Re: [Bug ada/60411] ADA bootstrap failure on ARM

2014-03-10 Thread Arnaud Charlet
the cross build for arm-linux-gnueabihf succeeds again. Great. So they use the same system.ads, which now links with a-exexpr-gcc.adb; Should'nt this target now also use EH_MECHANISM=-gcc or -arm? Yes, android should also use EH_MECHANISM=-arm I'll make that change.

[Bug ada/60411] ADA bootstrap failure on ARM

2014-03-10 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #7 from charlet at adacore dot com charlet at adacore dot com --- the cross build for arm-linux-gnueabihf succeeds again. Great. So they use the same system.ads, which now links with a-exexpr-gcc.adb; Should'nt this target now

[Bug ada/60411] ADA bootstrap failure on ARM

2014-03-07 Thread charlet at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #3 from Arnaud Charlet charlet at gcc dot gnu.org --- Author: charlet Date: Fri Mar 7 20:35:33 2014 New Revision: 208419 URL: http://gcc.gnu.org/viewcvs?rev=208419root=gccview=rev Log: 2014-03-07 Doug Rupp r...@adacore.com PR

[Bug ada/60411] ADA bootstrap failure on ARM

2014-03-07 Thread charlet at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 Arnaud Charlet charlet at gcc dot gnu.org changed: What|Removed |Added CC||charlet at gcc

[Bug ada/60411] ADA bootstrap failure on ARM

2014-03-07 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60411 --- Comment #5 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Arnaud Charlet from comment #4) Let me know how things go after the recent commit I made on trunk, thanks. I'll try that on monday, but how about

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-02-04 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 --- Comment #7 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Tue Feb 4 18:56:59 2014 New Revision: 207485 URL: http://gcc.gnu.org/viewcvs?rev=207485root=gccview=rev Log: 2014-02-04 Vladimir Makarov

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-31 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-24 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 --- Comment #5 from ktkachov at gcc dot gnu.org --- (In reply to ktkachov from comment #4) I'm still bisecting, but I suspect two recent commits to lra-constraints: r206938 2014-01-22 Vladimir Makarov vmaka...@redhat.com

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-24 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Vladimir Makarov vmakarov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at

[Bug bootstrap/59913] New: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Bug ID: 59913 Summary: [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added Target|

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org --- complete build log at https://launchpad.net/~ubuntu-toolchain-r/+archive/test/+build/5489392 Configured with: -v --with-pkgversion='Ubuntu 4.9-20140122-1ubuntu1'

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at redhat dot com

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug bootstrap/59770] [4.9 Regression] bootstrap failure for arm-linux-gnueabi targeting armv4t

2014-01-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59770 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/59770] [4.9 Regression] bootstrap failure for arm-linux-gnueabi targeting armv4t

2014-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59770 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug bootstrap/59770] [4.9 Regression] bootstrap failure for arm-linux-gnueabi targeting armv4t

2014-01-13 Thread martinwguy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59770 Martin Guy martinwguy at gmail dot com changed: What|Removed |Added CC||martinwguy at

[Bug bootstrap/59770] New: [4.9 Regression] bootstrap failure for arm-linux-gnueabi targeting armv4t

2014-01-11 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59770 Bug ID: 59770 Summary: [4.9 Regression] bootstrap failure for arm-linux-gnueabi targeting armv4t Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity

[Bug target/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/56640] New: [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 Bug #: 56640 Summary: [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf} Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug middle-end/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org 2013-03-17 15:24:52 UTC --- the Debian builds use glibc-2.13 and binutils 2.22.x., the Ubuntu build glibc-2.17 and binutils-2.23.x

[Bug target/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2013-03-17 16:28:27 UTC --- Author: jakub Date: Sun Mar 17 16:28:16 2013 New Revision: 196753 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196753 Log: PR

[Bug target/56640] [4.8 Regression] bootstrap failure on arm-linux-gnueabi{,hf}

2013-03-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56640 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2013-03-17 16:29:07 UTC --- Author: jakub Date: Sun Mar 17 16:28:55 2013 New Revision: 196754 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196754 Log: PR

[Bug middle-end/54843] [4.8 Regression] ada bootstrap failure on arm-linux-gnueabi

2012-12-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54843 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/54843] [4.8 Regression] ada bootstrap failure on arm-linux-gnueabi

2012-10-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54843 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug ada/54843] New: [4.8 Regression] ada bootstrap failure on arm-linux-gnueabi

2012-10-07 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54843 Bug #: 54843 Summary: [4.8 Regression] ada bootstrap failure on arm-linux-gnueabi Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug ada/54843] [4.8 Regression] ada bootstrap failure on arm-linux-gnueabi

2012-10-07 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54843 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at

[Bug ada/46704] New: ada bootstrap failure on arm-linux-gnueabi

2010-11-29 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704 Summary: ada bootstrap failure on arm-linux-gnueabi Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassig

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-11-03 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335 --- Comment #9 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-11-03 10:45:46 UTC --- Author: amylaar Date: Wed Nov 3 10:45:40 2010 New Revision: 166238 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166238 Log: PR

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-11-03 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335 Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-09-02 10:47 --- Can somebody ping the patch (or close this bug if it alread was applied)? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-07-20 Thread mikpe at it dot uu dot se
--- Comment #7 from mikpe at it dot uu dot se 2010-07-20 08:53 --- (In reply to comment #5) Here is my patch: http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00085.html bootstrap regtest finished successfully on i686-pc-linuc-gnu in trunk revision 161664. I've bootstrapped and

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-07-17 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2010-07-17 22:57 --- Not mine anymore. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-07-02 Thread amylaar at gcc dot gnu dot org
--- Comment #5 from amylaar at gcc dot gnu dot org 2010-07-02 08:27 --- Here is my patch: http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00085.html bootstrap regtest finished successfully on i686-pc-linuc-gnu in trunk revision 161664. -- amylaar at gcc dot gnu dot org changed:

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-07-01 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2010-07-01 19:14 --- Alternatively, we could hookize FLOAT_WORDS_BIG_ENDIAN, and make jcf-parse.c include target.h so it gets access to the target vector. This would also be better since then the code in jfc-parse.c no longer depends

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-06-08 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-06-06 Thread mikpe at it dot uu dot se
--- Comment #3 from mikpe at it dot uu dot se 2010-06-06 15:42 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00472.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-05-31 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-05-31 16:20 --- Steven's patch in r160039 did get me a past the error in java/except.c, however then the bootstrap dies a few files later with: /home/mikpe/gcc-4.6-20100529/gcc/java/jcf-parse.c: In function 'handle_constant':

[Bug bootstrap/44335] New: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-05-30 Thread mikpe at it dot uu dot se
. -- Summary: [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-05-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-05-30 20:45 --- Should be fixed with 2010-05-30 Steven Bosscher ste...@gcc.gnu.org * except.c: Include tm.h. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-04 Thread bernds at gcc dot gnu dot org
--- Comment #3 from bernds at gcc dot gnu dot org 2010-05-04 10:50 --- Subject: Bug 43964 Author: bernds Date: Tue May 4 10:49:41 2010 New Revision: 159022 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159022 Log: PR bootstrap/43964 * ira-color.c

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-04 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-05-04 11:23 --- Thanks Bernd for committing this. Closing as fixed. -- mikpe at it dot uu dot se changed: What|Removed |Added

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|4.6-20100501 (r158965) |[4.6 Regression] 4.6- |bootstrap failure on ARM

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-03 Thread mikpe at it dot uu dot se
--- Comment #1 from mikpe at it dot uu dot se 2010-05-03 10:43 --- Created an attachment (id=20545) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20545action=view) suggested fix for PR43964 Confirmed r158911 to be the cause of this bootstrap failure. Attached patch should fix it.

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-03 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-05-04 00:56 --- Bootstrap with the patch succeeded on ARM. Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00187.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43964

[Bug bootstrap/43964] New: 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-02 Thread mikpe at it dot uu dot se
failure on ARM, ira- color.c triggers -Werror Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy

Re: bootstrap failure on arm

2006-11-14 Thread Rafael Espíndola
Compiling with --disable-bootstrap and using the resulting compiler to bootstrap gcc solved the problem. Rafael

bootstrap failure on arm

2006-11-13 Thread Rafael Espíndola
Do we support bootstraping on ARM? I am trying to bootstrap inside a scratchbox and currently I am having the following error on trunk and the 4.2 branch: ../branch-4.2/configure --enable-checking

Re: bootstrap failure on arm

2006-11-13 Thread Rafael Espíndola
reduced test case: -- typedef void (*personality_routine) ( void *); typedef struct { unsigned vfp[63]; } phase1_vrs; void __gnu_Unwind_RaiseException (unsigned * ucbp); void __gnu_Unwind_RaiseException (unsigned *

[Bug c++/28215] [4.2 regression] Bootstrap failure on arm-eabi

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 28215 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116505 Log: 2006-07-06 Jason Merrill [EMAIL PROTECTED] cp/ PR

[Bug c++/28215] New: [4.2 regression] Bootstrap failure on arm-eabi

2006-07-01 Thread rearnsha at gcc dot gnu dot org
ignored SI file /home/rearnsha/gnusrc/gcc-cross/trunk/libstdc++-v3/src/fstream-inst.cc line 50 size integer_cst 0xbda2c380 32 unit size integer_cst 0xbda2c040 4 align 32 saved-insns 0xbd8b8bfc -- Summary: [4.2 regression] Bootstrap failure on arm-eabi Product: gcc

[Bug c++/28215] [4.2 regression] Bootstrap failure on arm-eabi

2006-07-01 Thread rearnsha at gcc dot gnu dot org
--- Comment #1 from rearnsha at gcc dot gnu dot org 2006-07-01 18:04 --- Created an attachment (id=11787) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11787action=view) gziped attachment of failing source file (pre-processed) cc1plus fstream-inst.ii -quiet -dumpbase

  1   2   >