[Bug target/50928] m32c ICE building RTEMS

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/50928] m32c ICE building RTEMS

2019-02-19 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #20 from Joel Sherrill --- I filed this in 2011 and we dropped RTEMS support for the m32c last year for our next release. If you all think it is fixed, please feel free to close it.

[Bug target/50928] m32c ICE building RTEMS

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/50928] m32c ICE building RTEMS

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug target/50928] m32c ICE building RTEMS

2018-07-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #17 from Eric Gallager --- *** Bug 63683 has been marked as a duplicate of this bug. ***

[Bug target/50928] m32c ICE building RTEMS

2018-07-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/50928] m32c ICE building RTEMS

2015-01-23 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #14 from Bernd Edlinger edlinger at gcc dot gnu.org --- Author: edlinger Date: Fri Jan 23 16:32:34 2015 New Revision: 220048 URL: https://gcc.gnu.org/viewcvs?rev=220048root=gccview=rev Log: 2015-01-23 Bernd Edlinger

[Bug target/50928] m32c ICE building RTEMS

2015-01-23 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #15 from DJ Delorie dj at redhat dot com --- The binutils team has been working a lot on patching vulnerabilities in the binutils tools. The m32c, however, has a 3-byte reloc that might occur at the end of a section, and was

[Bug target/50928] m32c ICE building RTEMS

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #9 from Joel Sherrill joel at gcc dot gnu.org --- I updated binutils, newlib and gcc. The build fails very early for me: /users/joel/test-gcc/b-m32c-rtems4.11-gcc/./gcc/xgcc -B/users/joel/test-gcc/b-m32c-rtems4.11-gcc/./gcc/

[Bug target/50928] m32c ICE building RTEMS

2015-01-20 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #10 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Hmm... I use this configuration: binutils-build: ../binutils-2.25/configure --prefix=/home/ed/gnu/m32c-rtems --target=m32c-rtems --disable-werror gcc-build:

[Bug target/50928] m32c ICE building RTEMS

2015-01-20 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #11 from DJ Delorie dj at redhat dot com --- I see the relocation out of range error too. I'm configuring for m32c-elf

[Bug target/50928] m32c ICE building RTEMS

2015-01-20 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #12 from DJ Delorie dj at redhat dot com --- The reloc bug is caused when gcc puts a JMP.A at the very end of .text and also adds debug info; this puts a 3-byte reloc right at the end of a section (m32c-as pads the last section if

[Bug target/50928] m32c ICE building RTEMS

2015-01-20 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #13 from Bernd Edlinger bernd.edlinger at hotmail dot de --- ok, now I see. the binutils-2.25.tar.gz works, but if we build directly from the git it does not. is this a new check that makes this problem? regarding my patch on

[Bug target/50928] m32c ICE building RTEMS

2015-01-19 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #8 from DJ Delorie dj at redhat dot com --- There are a few regressions in the testsuite (pr26255.c with -mcpu=m32c for example) and libstdc++ still doesn't build, but ieee/920810-1 now passes and newlib builds. I suppose that's

[Bug target/50928] m32c ICE building RTEMS

2015-01-15 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 --- Comment #7 from Joel Sherrill joel at gcc dot gnu.org --- DJ.. do you think the patch from Bernd can be applied to the 4.9 branch? and maybe the head?

[Bug target/50928] m32c ICE building RTEMS

2015-01-15 Thread camden.lindsay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 camden lindsay camden.lindsay at gmail dot com changed: What|Removed |Added CC|

[Bug target/50928] m32c ICE building RTEMS

2014-06-05 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added CC|