[Bug target/78478] Compile Error for i386-rtems

2017-01-17 Thread joel at gcc dot gnu.org
is target for at least rtems is an acceptable solution. Soft float seems to be the thing that breaks on x86 and I don't know that there is really a CPU that needs it anymore.(In reply to Uroš Bizjak from comment #8) > (In reply to jos...@codesourcery.com from comment #7) > > On Tue, 17

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2017-01-17 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 --- Comment #8 from Joel Sherrill --- We are using gcc 4.9.3 for RTEMS 4.11 and gcc 6.3.0 on RTEMS 4.12. This doesn't happen on either GCC. So closing.

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2017-01-17 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/79120] New: lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1747

2017-01-17 Thread joel at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Target Milestone: --- Target: lm32-rtems GCC git master: acb9fddd8093a3f623837ac25f6d50f52d9a80eb Newlib git master: e02866a1b43fae39d6842bd182de79e54d8e74cd The

[Bug target/78478] Compile Error for i386-rtems

2017-01-18 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478 --- Comment #14 from Joel Sherrill --- (In reply to H.J. Lu from comment #13) > The problem is config/i386/rtemself.h has > > #define LONG_DOUBLE_TYPE_SIZE (TARGET_80387 ? 80 : 64) > > XFmode isn't available with -msoft-float even when -mlong-d

[Bug target/78478] Compile Error for i386-rtems

2017-01-18 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478 --- Comment #16 from Joel Sherrill --- Thanks for all the feedback. With this patch, it now builds. Is the style of change to configure.host OK? I need to check how far back this impacts. A user reported it with a released gcc. Since we don't bu

[Bug target/78478] Compile Error for i386-rtems

2017-01-19 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478 --- Comment #18 from Joel Sherrill --- (In reply to Uroš Bizjak from comment #17) > (In reply to Joel Sherrill from comment #16) > > Thanks for all the feedback. With this patch, it now builds. Is the style of > > change to configure.host OK? >

[Bug target/78478] Compile Error for i386-rtems

2017-01-19 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478 --- Comment #20 from Joel Sherrill --- (In reply to Uroš Bizjak from comment #19) > (In reply to Joel Sherrill from comment #18) > > I changed that line to > > > > #ifdef _SOFT_FLOAT > > #include "config/fpu-generic.h" > > > > and it built. Is

[Bug target/78478] Compile Error for i386-rtems

2017-01-19 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478 --- Comment #24 from Joel Sherrill --- Would you mind applying this to the 6.x branch? That was where the issue was initially spotted. I don't know what to do about this extra line in rtemself.h though. It was not present in the master #define

[Bug target/78480] m68k-rtems compile error in libgfortran

2017-02-06 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78480 --- Comment #1 from Joel Sherrill --- Still occurs on: gcc (GCC) 7.0.1 20170205 (experimental)

[Bug target/79391] New: sh ICE in in eligible_for_delay, at config/sh/sh.md:564

2017-02-06 Thread joel at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Target Milestone: --- xgcc (GCC) 7.0.1 20170205 (experimental) using newlib and binutils master /home/joel/test-gcc/b-sh-rtems4.12-gcc/./gcc/xgcc -B/home/joel/test

[Bug fortran/34040] Support for DOUBLE_TYPE_SIZE != 64 targets

2017-11-21 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34040 --- Comment #16 from Joel Sherrill --- I assume this ICE during a build of bfin-rtems on the master is indicative of the same underlying problem. I have reported this before on the sh2e but didn't know of this PR. libtool: compile: /home/joel/t

[Bug target/83090] New: ICE on lm32-rtems building newlib libm (in require, at machmode.h:282)

2017-11-21 Thread joel at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Target Milestone: --- Created attachment 42670 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42670&action=edit Preprocessed output of file

[Bug target/81804] m32c ICE during configure at leaf_function_p, at final.c:4317

2017-11-21 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81804 --- Comment #1 from Joel Sherrill --- Version: (GCC) 8.0.0 20171120 target: m32c-rtems, likely for m32c-elf Still happens. line number has moved in the source file but ICE is still the same.

[Bug target/61026] sh-rtems4.11 build of 4.9.0 fails on FreeBSD 10 c++ (clang).

2014-05-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61026 Joel Sherrill changed: What|Removed |Added CC||joel at gcc dot gnu.org --- Comment #2

[Bug target/65501] New: v850 ICE at c_register_pragma_1, at c-family/c-pragma.c:1317

2015-03-20 Thread joel at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org This occurs during the exception model probe for libstdc++-v3. This should be reproducible on v850-elf. I think this is the conftest.c based on the aclocal.m4 file

[Bug target/63683] m32c-rtems ICE unable to find spill register compiling libgcc

2015-03-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63683 --- Comment #1 from Joel Sherrill --- Still fails on gcc head today.

[Bug target/65779] New: undefined local symbol on powerpc

2015-04-15 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 35323 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35323&action=edit Preprocessed source from zlib.c from RTEMS PowerPC bootloader This file compiled without an undefined symb

[Bug libgcc/62097] t-hardfp requires GNU sed

2015-09-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097 --- Comment #5 from Joel Sherrill --- MIPS tools for RTEMS are unbuildable on *BSD due to this GNU sed dependency.

[Bug libgcc/62097] t-hardfp requires GNU sed

2015-09-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097 --- Comment #6 from Joel Sherrill --- git blame pins us down a bit on the change: 4b366ca9 (rsandifo 2014-02-07 07:46:34 + 74) hardfp_defines_for = \ 4b366ca9 (rsandifo 2014-02-07 07:46:34 + 75) $(shell echo $1 | \ 4b366ca9 (rsandifo 2

[Bug libgcc/62097] t-hardfp requires GNU sed

2015-09-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097 --- Comment #8 from Joel Sherrill --- (In reply to rsand...@gcc.gnu.org from comment #7) > AIUI usual practice is not to assign stuff to people > without asking them first, otherwise it gives the > impression that someone is actively working on i

[Bug target/63681] ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-12-28 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #4 from Joel Sherrill --- Since this happens on two target architectures, could someone look at it enough to put it in the right component. It could be the same type of defect on two different targets but it could also be a more gener

[Bug target/64460] New: ARM ICE on valid code

2014-12-31 Thread joel at gcc dot gnu.org
: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 34367 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34367&action=edit Preprocessed RTEMS source which produces the error Looks like an xscale specific issue at -O2. Doesn't crash at -O

[Bug target/64461] New: bad assembly generated for Coldfire targets

2014-12-31 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 34368 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34368&action=edit Preprocessed RTEMS source which produces the error Fails at -O1, -O2, and -Os. All RTEMS Coldfi

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #1 from Joel Sherrill --- Doing a git bisect showed this to be the commit that broke things. Clearly not m68k specific but triggered it. commit 91ae0791cbebaac673e42e53c8b7f000241a0ca1 Author: dj Date: Fri Aug 29 23:19:42 2014 +0

[Bug target/47540] ARM THUMB crash with complex numbers

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47540 Joel Sherrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #2 from Joel Sherrill --- Multiple BSPs trigger this on various files which is not a surprise seeing as it is generating an illegal memory to memory move. But in case it helps, this is the list of CPU CFLAGS of BSPs which trigger it.

[Bug target/53314] m32r-rtems does not provide crtinit.o and crtfini.o

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53314 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/46586] Can't compile libiberty for bfin-elf target.

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46586 Joel Sherrill changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/14436] ICE building libgcc.a

2015-01-02 Thread joel at gcc dot gnu.org
||joel at gcc dot gnu.org Resolution|--- |WONTFIX Known to fail|| --- Comment #14 from Joel Sherrill --- CPU long dead. Target removed from GCC long ago. Closing as won't fix.

[Bug ada/14538] *-rtems broken for gnat

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14538 Bug 14538 depends on bug 14436, which changed state. Bug 14436 Summary: ICE building libgcc.a https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14436 What|Removed |Added --

[Bug libffi/14554] libffi: ASM error

2015-01-02 Thread joel at gcc dot gnu.org
||joel at gcc dot gnu.org Resolution|--- |WORKSFORME --- Comment #1 from Joel Sherrill --- Ancient PR. Can't reproduce now. Closing.

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #5 from Joel Sherrill --- (In reply to Andreas Schwab from comment #4) > The easiest fix is to disable the three trunc patterns for the coldfire. This isn't my area of expertise. That's why I focused in on doing the git bisect. Hoped

[Bug target/51192] h8300 ICE building libgcov.c in int_mode_for_mode

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51192 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/54747] config/bfin/bfin.c:2721: possible missing break ?

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54747 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/36828] 4.3.1 when optimising for size generates much larger code than 4.0.x

2015-01-02 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36828 --- Comment #4 from Joel Sherrill --- Based on the last comment, should this PR be closed. It has been five years.

[Bug target/64460] ARM ICE on valid code

2015-01-03 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #1 from Joel Sherrill --- I ran a git bisect and it didn't narrow it down much but I hope this helps. After the list of candidates, I am posting the full git bisect log. Bisecting: 27 revisions left to test after this (roughly 5 step

[Bug target/55192] bfin generates invalid assembly

2015-01-03 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55192 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/37440] [4.8/4.9/5 Regression] GNAT Bug Box a-ngcefu.adb:397

2015-01-07 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440 Joel Sherrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/64542] New: ARM use of ARM instruction on Thumb-only target

2015-01-08 Thread joel at gcc dot gnu.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org $ arm-rtems4.11-gcc --version arm-rtems4.11-gcc (GCC) 4.9.3 20150104 (prerelease) arm-rtems4.11-gcc --pipe -mthumb -march=armv6-m --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../../../lib

[Bug target/64542] ARM use of ARM instruction on Thumb-only target

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64542 --- Comment #1 from Joel Sherrill --- Created attachment 34405 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34405&action=edit Processed output from RTEMS cpu.c which produces the error Looking at the error message, I am not sure if this

[Bug target/64542] ARM use of ARM instruction on Thumb-only target

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64542 Joel Sherrill changed: What|Removed |Added Target||arm-rtems CC|

[Bug target/63681] ICE in cfg_layout_initialize, at cfgrtl.c:4233

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #7 from Joel Sherrill --- (In reply to Yaakov Selkowitz from comment #6) > (In reply to Mikael Pettersson from comment #5) > > The ICE on bfin-elf started for 4.9 with r204985, and stopped for 5.0 with > > r210683. Backporting r21068

[Bug target/63681] ICE in cfg_layout_initialize, at cfgrtl.c:4233

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #8 from Joel Sherrill --- (In reply to Richard Biener from comment #1) > Did it work with 4.9.1? No. Based on "git checkout gcc-4_9_1-release" Ditto for 4.9.0. Hopefully the recommended patch can be applied to the 4.9 branch.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #6 from Joel Sherrill --- (In reply to Sandra Loosemore from comment #5) > I think complete failure to build GCC for nios2 target due to > target-inspecific changes is a serious regression that needs to be addressed > for GCC 5 releas

[Bug target/64546] New: m32c ICE at calls.c:3638 compiling newlib

2015-01-08 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org xgcc (GCC) 5.0.0 20150107 (experimental) This fails at -O[012S]. The flag -mcpu=m32cm appears to be the trigger. /home2/joel/build/b-m32c-gcc/./gcc/xgcc -B/home2/joel/build/b-m32c-gcc/./gcc/ -c -g -O0

[Bug target/64546] m32c ICE at calls.c:3638 compiling newlib

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64546 --- Comment #1 from Joel Sherrill --- Created attachment 34409 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34409&action=edit Preprocessed newlib source which produces the ICE This code compiles with 4.8.3.

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #4 from Joel Sherrill --- (In reply to ktkachov from comment #3) > I have a fix in the works. The bug is down to the "shift" attribute value in > one of the patterns, although only xscale_sched_adjust_cost uses that > attribute. Awes

[Bug target/64377] nios2 compile error in options-save.c

2015-01-12 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #8 from Joel Sherrill --- (In reply to Martin Liška from comment #7) > Hello. > > There's suggested patch [1], may I ask someone from nios2 community for > testing the patch? > > [1] https://gcc.gnu.org/ml/gcc-patches/2015-01/msg004

[Bug target/64460] ARM ICE on valid code

2015-01-12 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #6 from Joel Sherrill --- (In reply to ktkachov from comment #5) > (In reply to Joel Sherrill from comment #4) > > (In reply to ktkachov from comment #3) > > > I have a fix in the works. The bug is down to the "shift" attribute value

[Bug target/64460] ARM ICE on valid code

2015-01-12 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #8 from Joel Sherrill --- (In reply to ktkachov from comment #7) > I guess the testcase is flaky. > I've posted the patch to fix the ICE and the reasoning behind it at > https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00686.html Can yo

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-12 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #8 from Joel Sherrill --- Thanks. I didn't build all our Coldfire BSPs but I checked one and it is OK now.

[Bug preprocessor/64576] New: Preprocessor Error With 5.0 not with 4.9.2

2015-01-12 Thread joel at gcc dot gnu.org
: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 34431 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34431&action=edit Cut down example showing error The attached example is based on code that has compiled fine fo

[Bug preprocessor/64576] Preprocessor Error With 5.0 not with 4.9.2

2015-01-13 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64576 --- Comment #3 from Joel Sherrill --- (In reply to Jakub Jelinek from comment #2) > GCC 4.9 behaves the same way with -std=c11, GCC 5 behaves the old way with > -std=c99. -std=c11 turns on unicode literals, i.e. u"str", U"str" and > u8"str". > S

[Bug target/64460] ARM ICE on valid code

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 Joel Sherrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/64599] New: arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 34449 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34449&action=edit Preprocessed RTEMS source which produces the error $ arm-rtems4.11-gcc --version arm-rtems4.11-g

[Bug target/64600] New: arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org $ arm-rtems4.11-gcc --version arm-rtems4.11-gcc (GCC) 5.0.0 20150114 (experimental) Last hash per git: commit d4cbe45aae70e38c12f3cd7430427c98289d7882 The fix for 64460 is in place. Attached test case

[Bug target/64600] arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64600 --- Comment #1 from Joel Sherrill --- Created attachment 34450 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34450&action=edit Preprocessed RTEMS source which produces the error

[Bug target/64599] arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64599 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64600] arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64600 --- Comment #2 from Joel Sherrill --- *** Bug 64599 has been marked as a duplicate of this bug. ***

[Bug target/64600] arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64600 --- Comment #3 from Joel Sherrill --- (In reply to Joel Sherrill from comment #1) > Created attachment 34450 [details] > Preprocessed RTEMS source which produces the error Attached test case compiles at -Os but not -O1 or -O2. -O2 without -mcpu

[Bug debug/64602] New: h8300 ICE building libssp/ssp.c ICE, in maybe_record_trace_start, at dwarf2cfi.c:2308

2015-01-14 Thread joel at gcc dot gnu.org
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org git head d4cbe45aae70e38c12f3cd7430427c98289d7882 /users/joel/test-gcc/b-h8300-elf-gcc/./gcc/xgcc -B/users/joel/test-gcc/b-h8300-elf-gcc

[Bug debug/64602] h8300 ICE building libssp/ssp.c ICE, in maybe_record_trace_start, at dwarf2cfi.c:2308

2015-01-14 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64602 --- Comment #1 from Joel Sherrill --- Created attachment 34451 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34451&action=edit Preprocessed source of libssp/ssp.c that trips error

[Bug target/64606] New: multiple warnings in arm target code

2015-01-14 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org /users/joel/test-gcc/b-arm-rtems4.11-gcc/./gcc/xgcc -B/users/joel/test-gcc/b-arm-rtems4.11-gcc/./gcc/ -nostdinc -B/users/joel/test-gcc/b-arm-rtems4.11-gcc/arm-rtems4.11/newlib/ -isystem /users/joel/test-gcc/b

[Bug target/64600] [5.0 regression] arm-rtems ICE on valid code (-mcpu=xscale)

2015-01-15 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64600 --- Comment #9 from Joel Sherrill --- I don't build with checking enabled. The normal recommended configuration for an RTEMS toolchain is long since we build newlib at the same time and have iconv options. When I do git bisect, I usually drop t

[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 --- DJ.. do you think the patch from Bernd can be applied to the 4.9 branch? and maybe the head?

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2015-01-19 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 --- Comment #3 from Joel Sherrill --- Added the dwarf maintainers hoping to get an answer. From an RTEMS perspective, the lm32 is not usable. Both 4.9 and the head are broken. Hoping you two have an idea. Happy to help since this is a cross targe

[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 --- 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/ -nostdinc -B/users/joel/test-gcc

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 --- Comment #6 from Joel Sherrill --- I am not an expert on the machine descriptions or the lm32. If someone wants to propose a patch, I am happy to test it.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #18 from Joel Sherrill --- I added Jon Beniston who did the initial port and Sebastien Bourdeauducq who is listed as the lm32 maintainer but hasn't committed since 2011. I hope one of them can help out here.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #19 from Joel Sherrill --- Sorry.. wrong PR.

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 --- Comment #7 from Joel Sherrill --- I added Jon Beniston who did the initial port and Sebastien Bourdeauducq who is listed as the lm32 maintainer but hasn't committed since 2011. I hope one of them can help out here.

[Bug target/64377] nios2 compile error in options-save.c

2015-02-09 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Joel Sherrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcc/63681] New: bfin-rtems ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-10-29 Thread joel at gcc dot gnu.org
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org git 4.9 branch with last commit 1d2b7cdfcb9376a6ee98964b11cf73fe14154e13 newlib head Configure command (lots of newlib options) ../${GCC}/configure \ --prefix

[Bug libgcc/63682] New: m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread joel at gcc dot gnu.org
Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org On the m32c, C++ and Java are not supported. Thus we build with C only and the target doesn't have any need for SJLJ information. Unfortun

[Bug libgcc/63683] New: m32c-rtems ICE unable to find spill register compiling libgcc

2014-10-29 Thread joel at gcc dot gnu.org
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org gcc 4.9 branch in git at 1d2b7cdfcb9376a6ee98964b11cf73fe14154e13 newlib head m32c fails with ICE Configured as follows: ../${GCC}/configure \ --prefix

[Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682 --- Comment #2 from Joel Sherrill --- Created attachment 33847 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33847&action=edit config.log

[Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682 --- Comment #3 from Joel Sherrill --- (In reply to DJ Delorie from comment #1) > m32c-elf supports C++. What is the contents of the failing config.log? Hmm... then this should work. We intentionally don't deviate much from *-elf targets. I was

[Bug debug/63741] New: lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2014-11-04 Thread joel at gcc dot gnu.org
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 33886 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33886&action=edit Preprocessed RTEMS fastlz.c which produces the error. The a

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2014-11-04 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 Joel Sherrill changed: What|Removed |Added Known to fail||4.9.1 --- Comment #1 from Joel Sherrill

[Bug debug/63741] lm32 ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1677

2014-11-05 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63741 --- Comment #2 from Joel Sherrill --- Broken on head as well. lm32-rtems4.11-gcc (GCC) 5.0.0 20141104 (experimental)

[Bug other/60040] AVR: error: unable to find a register to spill in class 'POINTER_REGS'

2014-11-05 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 Joel Sherrill changed: What|Removed |Added CC||joel at gcc dot gnu.org --- Comment #7

[Bug target/63752] New: avr ICE at reload1.c:2128 building newlib

2014-11-05 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 33895 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33895&action=edit Preprocessed newlib/libc/stdlib/mprec.c which generates the ICE xgcc (GCC) 5.0.0 20141104 (experimenta

[Bug target/63754] New: h8300 ICE in as_a, at is-a.h:192 during libgcc autoconf probe

2014-11-05 Thread joel at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 33898 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33898&action=edit autoconf probe for ICE configure:: /users/joel/test-gcc/

[Bug target/63754] h8300 ICE in as_a, at is-a.h:192 during libgcc autoconf probe

2014-11-05 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63754 Joel Sherrill changed: What|Removed |Added Target||h8300-rtems Known to work|

[Bug target/63755] New: m32c invalid asm generated in libgcc autoconf probe

2014-11-05 Thread joel at gcc dot gnu.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 33899 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33899&action=edit autoconf libgcc probe generating ICE xgcc (GCC) 5.0.0 20141104 (experimental) configure::

[Bug tree-optimization/63817] New: ICE in verify_gimple_in_cfg tree-cfg.c:5039 (arm)

2014-11-11 Thread joel at gcc dot gnu.org
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 33934 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33934&action=edit Preprocessed newlib ecvtbuf.c which produces the ICE gcc, binutils-gdb, newlib he

[Bug target/64375] New: m32c ICE building newlib in calls.cL3638

2014-12-22 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Created attachment 34312 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34312&action=edit Preprocessed fopencookie.c from newlib xgcc (GCC) 5.0.0 20141221 (experimental) This appears to be com

[Bug target/64377] nios2 compile error in options-save.c

2014-12-22 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #1 from Joel Sherrill --- Looking at the generated options-save.c, the first line of this method is clearly incorrect in the cast on the RHS. It looks like a full declaration and not a type. If anyone familiar with the magic in these

[Bug target/64377] New: nios2 compile error in options-save.c

2014-12-22 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org g++ -c -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual

[Bug c/62177] New: mips-rtems ICE at lra_assigns.c:1335 compiling strtod.c in newlib

2014-08-18 Thread joel at gcc dot gnu.org
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Host: x86_64-unknown-linux-gnu Target: mips-rtems4.11 Created attachment 33358 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33

[Bug c/62203] New: arm-rtems ICE compiling libgcc/fixed-bit.c

2014-08-20 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org I can provide more details but since this is just with compiling libgcc, I doubt that much else is needed. I last built this target on: arm-rtems4.11-gcc (GCC) 5.0.0 20140818 (experimental) /users/joel/test

[Bug c/62203] arm-rtems ICE compiling libgcc/fixed-bit.c

2014-08-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203 --- Comment #3 from Joel Sherrill --- Could your change have impacted multiple targets? I see ICE on i386, nios2, powerpc, and sh. I would be happy to learn I just started a sweep at an unfortunate point. I have updated my gcc tree and will star

[Bug c/62203] arm-rtems ICE compiling libgcc/fixed-bit.c

2014-08-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/62203] arm-rtems ICE compiling libgcc/fixed-bit.c

2014-08-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203 --- Comment #5 from Joel Sherrill --- Appears to be fixed now.

[Bug rtl-optimization/62177] mips-rtems ICE at lra_assigns.c:1335 compiling strtod.c in newlib

2014-08-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62177 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/55928] m32c ICE building libgcc2

2014-08-26 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55928 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgcc/62269] New: m32c-elf libgcc fails to configure- setjmp/longjmp exception check

2014-08-26 Thread joel at gcc dot gnu.org
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org configure: WARNING: decimal float is not supported for this target, ignored checking whether fixed-point is supported... no checking whether to use setjmp

[Bug target/61610] [5 Regression] ICE in assign_by_spills, at lra-assigns.c:1335

2014-08-26 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61610 Joel Sherrill changed: What|Removed |Added CC||joel at gcc dot gnu.org --- Comment #2

[Bug target/61610] [5 Regression] ICE in assign_by_spills, at lra-assigns.c:1335

2014-08-26 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61610 --- Comment #3 from Joel Sherrill --- For the preprocessed newlib strtod source, -O2 will reproduce. Dropping -EL or to -O1 results in it compiling. /users/joel/test-gcc/b-mips-rtems4.11-gcc/./gcc/xgcc -B/users/joel/test-gcc/b-mips-rtems4.11-gcc

<    1   2   3   4   >