http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56370
Dave Malcolm changed:
What|Removed |Added
CC||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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959
--- Comment #2 from Dave Malcolm 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
at runtime that curry the relev
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
Product:
NCONFIRMED
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61287
--- Comment #1 from Dave Malcolm ---
Also seen with --target=nios2-linux-gnu
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203
--- Comment #2 from Dave Malcolm ---
Sorry about this; I believe I introduced this in r214197, and fixed it in
r214207.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62203
--- Comment #4 from Dave Malcolm ---
(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 to learn I just started a sw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300
--- Comment #3 from Dave Malcolm ---
Created attachment 33414
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33414&action=edit
Candidate fix, only lightly tested so far
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300
--- Comment #4 from Dave Malcolm ---
Sorry about this.
The issue is here:
3042insn = as_a (
3043 gen_extend_insn (op0, t, promoted_nominal_mode,
3044 data->passed_mode,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62300
--- Comment #6 from Dave Malcolm ---
Fix committed as r214714.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304
Dave Malcolm changed:
What|Removed |Added
CC||dmalcolm at redhat dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304
--- Comment #3 from Dave Malcolm ---
Do you have preprocessed source handy for the reorg.c crash?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304
--- Comment #4 from Dave Malcolm ---
(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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304
--- Comment #5 from Dave Malcolm ---
Created attachment 33416
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33416&action=edit
Candidate patch. Bootstrapped on x86_64; seems to work on stage1 cris and
sparc
16 matches
Mail list logo