[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 n

[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-03-31 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=20269&action=view) Updated gold patch to fix common symbol handling Sorry, I forgot to include the updated testsuite/M

[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=20267&action=view) Gold patch to fix common symbol handling This gold patch ought to fix the problem. Please verify a

[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 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] 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 #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=gcc&view=rev&rev=155402 Log: PR debug/42454 * dwa

[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/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=19363&action=view) Proposed fix for PR 42454 * dwarf2out.c (dwarf2out_finish): Don't output ran

[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
section with -ffunction-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

[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=gcc&view=rev&rev=153719 Log: gcc/ChangeLog: PR deb

[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 do

[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=18876&action=view) Proposed fix for PR 41700. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41700

[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

[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] 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=gcc&view=rev&rev=151187 Log: gcc/ChangeLog: PR deb

[Bug debug/41063] ICE in output_die

2009-08-28 Thread ccoutant at gcc dot gnu dot org
--- Comment #2 from ccoutant at gcc dot gnu dot org 2009-08-28 20:32 --- Subject: Bug 41063 Author: ccoutant Date: Fri Aug 28 20:32:29 2009 New Revision: 151185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151185 Log: gcc/ChangeLog: PR deb

[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=18361&action=view) Proposed patch to dwarf2out.c * dwarf2out.c (gen_type_die_with_usage): Set context_

[Bug debug/41063] New: ICE in output_die

2009-08-13 Thread ccoutant at gcc dot gnu dot org
ycle. -- Summary: ICE in output_die 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