[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 Dave Malcolm dmalcolm at redhat dot com changed: What|Removed |Added CC||dmalcolm

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #3 from Dave Malcolm dmalcolm at redhat dot com --- Do you have preprocessed source handy for the reorg.c crash?

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #4 from Dave Malcolm dmalcolm at redhat dot com --- (In reply to Dave Malcolm from comment #3) Do you have preprocessed source handy for the reorg.c crash? No need; I've reproduced it locally now.

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #5 from Dave Malcolm dmalcolm at redhat dot com --- Created attachment 33416 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33416action=edit Candidate patch. Bootstrapped on x86_64; seems to work on stage1 cris and sparc

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #3 from Dave Malcolm dmalcolm at redhat dot com --- Created attachment 33414 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33414action=edit Candidate fix, only lightly tested so far

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #4 from Dave Malcolm dmalcolm at redhat dot com --- Sorry about this. The issue is here: 3042insn = as_a rtx_insn * ( 3043 gen_extend_insn (op0, t, promoted_nominal_mode, 3044

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

2014-08-28 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300 --- Comment #6 from Dave Malcolm dmalcolm at redhat dot com --- Fix committed as r214714.

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

2014-08-20 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203 --- Comment #2 from Dave Malcolm dmalcolm at redhat dot com --- Sorry about this; I believe I introduced this in r214197, and fixed it in r214207.

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

2014-08-20 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203 --- Comment #4 from Dave Malcolm dmalcolm at redhat dot com --- (In reply to Joel Sherrill from comment #3) Could your change have impacted multiple targets? I see ICE on i386, nios2, powerpc, and sh. Yes. Sorry again. I would be happy

[Bug c++/61990] New: Incorrect caret location for type mismatches in function calls

2014-08-01 Thread dmalcolm at redhat dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at redhat dot com Given the following test.cc: --- class foo {}; class bar {}; extern void some_fn (foo *, foo *, bar *, foo

[Bug target/61287] New: error: ‘nios2_fpu_insn_enabled’ was not declared in this scope when building with ada

2014-05-22 Thread dmalcolm at redhat dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at redhat dot com Attempting to build using config-list.mk, with: ../../gcc/configure --target=nios2-elf --with-mpc=/opt/cfarm/mpc --enable-languages=all

[Bug target/61287] error: ‘nios2_fpu_insn_enabled’ was not declared in this scope when building with ada

2014-05-22 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61287 --- Comment #1 from Dave Malcolm dmalcolm at redhat dot com --- Also seen with --target=nios2-linux-gnu

[Bug c/56370] RFE: warn on 'foo = realloc(foo, …)'

2013-02-18 Thread dmalcolm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56370 Dave Malcolm dmalcolm at redhat dot com changed: What|Removed |Added CC||dmalcolm

[Bug plugins/54959] New: current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes()

2012-10-17 Thread dmalcolm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 Bug #: 54959 Summary: current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes() Classification: Unclassified Product: gcc Version: 4.7.0

[Bug plugins/54959] current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes()

2012-10-17 Thread dmalcolm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 --- Comment #2 from Dave Malcolm dmalcolm at redhat dot com 2012-10-17 20:00:05 UTC --- The impl_gate is implemented in C, the gate functions in Python. If I need multiple impl_gate functions, I somehow need to generate machine code

[Bug lto/54962] New: Strange-looking diagnostics from diagnostic_report_current_module() from warnings emitted during LTO

2012-10-17 Thread dmalcolm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54962 Bug #: 54962 Summary: Strange-looking diagnostics from diagnostic_report_current_module() from warnings emitted during LTO Classification: Unclassified