[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #9 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-13 06:16:03 UTC --- (In reply to comment #8) (In reply to comment #7) You can look up in the device datasheet to see how much RAM it has. Well, datasheets is one thing

[Bug target/52575] New: avr*: error: unable to find a register to spill in class 'POINTER_REGS

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52575 Bug #: 52575 Summary: avr*: error: unable to find a register to spill in class 'POINTER_REGS Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug target/52575] avr*: error: unable to find a register to spill in class 'POINTER_REGS

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52575 --- Comment #1 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-13 08:11:56 UTC --- FWIW: As things currently appear, this breakdown is not restricted to the -mmcu=avr25 multilib-variant, but affects all RTEMS multilibs.

[Bug target/52575] avr*: error: unable to find a register to spill in class 'POINTER_REGS

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52575 --- Comment #3 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-13 14:08:21 UTC --- (In reply to comment #2) There are already spill fails reported for AVR, it's a known problem. At this point it cannot be said if this PR is really

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #13 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-13 14:16:10 UTC --- (In reply to comment #11) (In reply to comment #7) BTW: The -mmcu=at90s2313 from above is fallout from -print-multi-lib. Well, IMO, --print-multi

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-12 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #2 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-12 06:21:42 UTC --- Created attachment 26876 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26876 *.i of the file triggering the ICE This *.i was created from today's

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-12 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #7 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-03-13 03:28:39 UTC --- Result with your patch applied: ... ./../../../../../gcc-4.7.0-RC-20120302/newlib/libc/posix/glob.c: In function 'glob': ../../../../../../gcc-4.7.0-RC

[Bug c++/52481] New: m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-04 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 Bug #: 52481 Summary: m68k-*: internal compiler error: in extract_insn, at recog.c:2123 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug target/52488] New: avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-04 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 Bug #: 52488 Summary: avr-*: internal compiler error: in extract_insn, at recog.c:2123 Classification: Unclassified Product: gcc Version: unknown Status:

[Bug bootstrap/52466] New: gcc-4.7.0-RC-20120302 fails to build for --target=lm32-rtems4.11

2012-03-03 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466 Bug #: 52466 Summary: gcc-4.7.0-RC-20120302 fails to build for --target=lm32-rtems4.11 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug bootstrap/51969] [4.6 regression] gcc 4.7 unable to build gcc 4.6

2012-01-23 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969 --- Comment #3 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-01-24 07:05:03 UTC --- Thanks, Markus, Jakub. Despite I don't understand this patch, it patch seems to work for me :)

[Bug target/31797] New: powerpc: race

2007-05-03 Thread ralf_corsepius at rtems dot org
: unassigned at gcc dot gnu dot org ReportedBy: ralf_corsepius at rtems dot org GCC target triplet: powerpc-rtems* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31797

[Bug target/31797] powerpc: race

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #1 from ralf_corsepius at rtems dot org 2007-05-03 09:36 --- Using -O1 instead of -O2 causes the hogging to vanish. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31797

[Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #2 from ralf_corsepius at rtems dot org 2007-05-03 10:27 --- I can also reproduce the bug with 4.2.0-20070501. It also is related to optimization levels. Newlib is being compiled with -O2, which triggers this breakdown. Using -O1 or -Os to build init.c lets the breakdown

[Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #3 from ralf_corsepius at rtems dot org 2007-05-03 10:43 --- Created an attachment (id=13501) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13501action=view) *.i of the breakdown above -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786

[Bug target/31797] powerpc: race

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #2 from ralf_corsepius at rtems dot org 2007-05-03 10:45 --- Created an attachment (id=13502) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13502action=view) *.i of the breakdown above -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31797

[Bug target/31787] bfin: Dreg expected for CLI. Input text was P0.

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #2 from ralf_corsepius at rtems dot org 2007-05-03 10:47 --- Created an attachment (id=13503) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13503action=view) *.i of the breakdown above -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31787

[Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #6 from ralf_corsepius at rtems dot org 2007-05-03 14:07 --- This is the minimised *.c having been extracted from newlib's file exposing the bug: -- snip -- extern void (*array_start []) (void); extern void (*array_end []) (void); void init_array (void) { int count

[Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #7 from ralf_corsepius at rtems dot org 2007-05-03 15:20 --- FYI: Vanilla gcc-4.1.2 without newlib also exposes this issue with the code fragment from comment #6: ./avr-gcc -o tmp.o -c init.c -O2 init.c: In function 'init_array': init.c:12: error: unable to find a register

[Bug target/31797] powerpc: race

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #3 from ralf_corsepius at rtems dot org 2007-05-04 06:29 --- Created an attachment (id=13505) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13505action=view) Stripped down example to expose the issue on all targets -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/31797] gcc-4.2.0 racing

2007-05-03 Thread ralf_corsepius at rtems dot org
--- Comment #4 from ralf_corsepius at rtems dot org 2007-05-04 06:36 --- Using GT64260eth.c from attachment 13505, I am able to reproduce the race with gcc-4.2.0-20070430 for arm-rtems, bfin-rtems, powerpc-rtems, i386-rtems. = I assume this issue to be target independent and to affect

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #35 from ralf_corsepius at rtems dot org 2007-05-02 14:07 --- Now, bootstrapping 4.2.0 fails with a similar error /builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/build/./gcc/xgcc -B/builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/b ../../../../../../gcc-4.2.0

[Bug target/31786] New: error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ralf_corsepius at rtems dot org GCC target triplet: avr-rtems* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #36 from ralf_corsepius at rtems dot org 2007-05-02 14:16 --- (In reply to comment #35) Now, bootstrapping 4.2.0 fails with a similar error Filed as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18251

[Bug target/31787] New: bfin: Dreg expected for CLI. Input text was P0.

2007-05-02 Thread ralf_corsepius at rtems dot org
expected for CLI. Input text was P0. Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ralf_corsepius at rtems dot org

[Bug target/31787] bfin: Dreg expected for CLI. Input text was P0.

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #1 from ralf_corsepius at rtems dot org 2007-05-02 17:05 --- I've been trying to attach the *.i of this breakdown, but creating attachments seems to be broken right now. I am always receiving this: undef error - Undefined subroutine Fh::slice at data/template/template/en

[Bug target/18295] New: ICE

2004-11-03 Thread ralf_corsepius at rtems dot org
Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ralf_corsepius at rtems dot org CC: gcc-bugs at gcc dot gnu dot

[Bug rtl-optimization/18295] ICE

2004-11-03 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-11-04 04:42 --- Created an attachment (id=7470) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7470action=view) *.i of a real world source files triggering the ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug rtl-optimization/18295] ICE

2004-11-03 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-11-04 05:16 --- Thanks, yes, 15342 looks very similar. And yes, it does not ice at -O2 (This is what I had meant by writing it does not ice at optimization levels 3). -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/18251] New: unable to find a register to spill in class `POINTER_REGS'

2004-10-31 Thread ralf_corsepius at rtems dot org
Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ralf_corsepius at rtems dot org CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: avr* http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2004-10-31 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-31 12:53 --- Created an attachment (id=7441) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7441action=view) example code to reproduce the breakdown. The example code is a stripped down version of a much larger

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2004-10-31 Thread ralf_corsepius at rtems dot org
-- What|Removed |Added CC||joel at oarcorp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18251

[Bug target/18039] New: ICE w/ -O3

2004-10-17 Thread ralf_corsepius at rtems dot org
org ReportedBy: ralf_corsepius at rtems dot org CC: gcc-bugs at gcc dot gnu dot org,joel at oarcorp dot com GCC target triplet: avr-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18039

[Bug target/18039] ICE w/ -O3

2004-10-17 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-17 09:09 --- Created an attachment (id=7367) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7367action=view) Stripped down, preprocessed source code to trigger the ICE. -- http://gcc.gnu.org/bugzilla

[Bug target/16884] [3.4 Regression] [fweb related] bug while initialising variables

2004-10-17 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-17 20:07 --- (In reply to comment #7) *** Bug 18039 has been marked as a duplicate of this bug. *** I can confirm that the bug I had reported in PR 18039, does not occur anymore with today's GCC from gcc-3.4-branc

[Bug bootstrap/14614] Double target prefixed gcjh

2004-10-13 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-13 14:41 --- (In reply to comment #7) Eric, do you happen to know when this bug first appeared? I noticed it for the first time shortly before submitting this PR (Opened: 2004-03-17; cf. above;). I don't recall

[Bug target/17824] Hard-coded AS and LD in c4x.h

2004-10-04 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-04 12:51 --- 1. The PR is against 3.4-branch, because this is what I am using, what I tested the patch with and what I am reporting the bug against. 2. The patch applies to HEAD without changes. 3. Why is GCC asking

[Bug target/17824] Hard-coded AS and LD in c4x.h

2004-10-04 Thread ralf_corsepius at rtems dot org
--- Additional Comments From ralf_corsepius at rtems dot org 2004-10-04 13:22 --- 1. I am used to my patches being ignored :( Therefore I usually attach them to a PR they are trying to solve to prevent them from being ignored. 2. Note that http://gcc.gnu.org/contribute.html doesn't