[Bug lto/43467] LTO error bytecode stream: trying to read 0 bytes after the end of the input buffer

2010-06-03 Thread ccoutant at gcc dot gnu dot org
--- Comment #4 from ccoutant at gcc dot gnu dot org 2010-06-03 18:29 --- Cary - why does lto-plugin get invoked when gold has errors? Gold doesn't stop on these kinds of errors -- it proceeds to the end of the link to try to diagnose as many errors as possible. I'm not sure why

[Bug lto/44149] -fuse-linker-plugin lto1: internal compiler error: in lto_symtab_merge_decls_1, at lto-symtab.c:610

2010-05-18 Thread ccoutant at gcc dot gnu dot org
-- ccoutant at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ccoutant at gcc dot gnu dot |dot org

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-04-06 Thread ccoutant at gcc dot gnu dot org
--- Comment #13 from ccoutant at gcc dot gnu dot org 2010-04-06 22:00 --- gold patch committed -- ccoutant at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-04-01 Thread ccoutant at gcc dot gnu dot org
--- Comment #11 from ccoutant at gcc dot gnu dot org 2010-04-01 06:32 --- Created an attachment (id=20269) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20269action=view) Updated gold patch to fix common symbol handling Sorry, I forgot to include the updated testsuite/Makefile

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-31 Thread ccoutant at gcc dot gnu dot org
-- ccoutant at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ccoutant at gcc dot gnu dot |dot org

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-31 Thread ccoutant at gcc dot gnu dot org
--- Comment #10 from ccoutant at gcc dot gnu dot org 2010-03-31 23:40 --- Created an attachment (id=20267) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20267action=view) Gold patch to fix common symbol handling This gold patch ought to fix the problem. Please verify and I'll

[Bug debug/42454] debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-22 Thread ccoutant at gcc dot gnu dot org
--- Comment #2 from ccoutant at gcc dot gnu dot org 2009-12-22 17:38 --- Subject: Bug 42454 Author: ccoutant Date: Tue Dec 22 17:37:57 2009 New Revision: 155402 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155402 Log: PR debug/42454 * dwarf2out.c

[Bug debug/42454] debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-22 Thread ccoutant at gcc dot gnu dot org
--- Comment #3 from ccoutant at gcc dot gnu dot org 2009-12-22 17:45 --- Fixed at r155402. -- ccoutant at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/42454] debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-22 Thread ccoutant at gcc dot gnu dot org
--- Comment #4 from ccoutant at gcc dot gnu dot org 2009-12-23 00:15 --- Caused a regression: If !text_section_used, would omit the DW_AT_ranges attribute from the compile_unit DIE. -- ccoutant at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/42454] New: debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-21 Thread ccoutant at gcc dot gnu dot org
-sections Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: ccoutant at gcc dot gnu dot org ReportedBy: ccoutant at gcc dot gnu dot org GCC build triplet: x86_64

[Bug debug/42454] debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-21 Thread ccoutant at gcc dot gnu dot org
--- Comment #1 from ccoutant at gcc dot gnu dot org 2009-12-21 23:13 --- Created an attachment (id=19363) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19363action=view) Proposed fix for PR 42454 * dwarf2out.c (dwarf2out_finish): Don't output range for .text

[Bug debug/42454] debug_ranges table contains empty range for unused .text section with -ffunction-sections

2009-12-21 Thread ccoutant at gcc dot gnu dot org
-- ccoutant at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last

[Bug debug/41700] g++.dg/debug/dwarf2/icf.C

2009-10-29 Thread ccoutant at gcc dot gnu dot org
--- Comment #9 from ccoutant at gcc dot gnu dot org 2009-10-29 18:13 --- Subject: Bug 41700 Author: ccoutant Date: Thu Oct 29 18:13:27 2009 New Revision: 153719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153719 Log: gcc/ChangeLog: PR debug/41700 * dwarf2out.c

[Bug testsuite/41700] g++.dg/debug/dwarf2/icf.C

2009-10-22 Thread ccoutant at gcc dot gnu dot org
--- Comment #5 from ccoutant at gcc dot gnu dot org 2009-10-23 01:44 --- Created an attachment (id=18876) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18876action=view) Proposed fix for PR 41700. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41700

[Bug debug/41700] g++.dg/debug/dwarf2/icf.C

2009-10-22 Thread ccoutant at gcc dot gnu dot org
--- Comment #6 from ccoutant at gcc dot gnu dot org 2009-10-23 01:46 --- I'm inclined to classify this as a debug problem rather than middle-end. Does that seem reasonable? Steve, could you see if this patch fixes the failure on PA and Itanium? -cary -- ccoutant at gcc dot gnu

[Bug testsuite/41700] g++.dg/debug/dwarf2/icf.C

2009-10-16 Thread ccoutant at gcc dot gnu dot org
--- Comment #3 from ccoutant at gcc dot gnu dot org 2009-10-17 00:30 --- The insn UID is changed when the call_insn is split, so the vtable slot index can't be found when it's time to build the vcall table. -- ccoutant at gcc dot gnu dot org changed: What|Removed

[Bug debug/41063] ICE in output_die

2009-08-28 Thread ccoutant at gcc dot gnu dot org
--- Comment #3 from ccoutant at gcc dot gnu dot org 2009-08-28 20:35 --- Subject: Bug 41063 Author: ccoutant Date: Fri Aug 28 20:35:16 2009 New Revision: 151187 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151187 Log: gcc/ChangeLog: PR debug/41063

[Bug debug/41063] ICE in output_die

2009-08-28 Thread ccoutant at gcc dot gnu dot org
--- Comment #4 from ccoutant at gcc dot gnu dot org 2009-08-28 23:17 --- Fixed at rev 151187. -- ccoutant at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/41063] New: ICE in output_die

2009-08-13 Thread ccoutant at gcc dot gnu dot org
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ccoutant at gcc dot gnu dot org GCC build triplet: x86_64-linux

[Bug debug/41063] ICE in output_die

2009-08-13 Thread ccoutant at gcc dot gnu dot org
--- Comment #1 from ccoutant at gcc dot gnu dot org 2009-08-13 23:40 --- Created an attachment (id=18361) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18361action=view) Proposed patch to dwarf2out.c * dwarf2out.c (gen_type_die_with_usage): Set context_die for basis