[Bug debug/31230] debug information depends on gc parameters

2022-11-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31230 --- Comment #6 from Andrew Pinski --- r0-101483-g5c9fae0d6eee58 removed the TYPE_SYMTAB_POINTER part of type_hash_marked_p . I have no idea if the rest still applies. Plus stabs debugging has been removed in GCC 13.

[Bug debug/31230] debug information depends on gc parameters

2010-06-21 Thread tjvries at xs4all dot nl
--- Comment #5 from tjvries at xs4all dot nl 2010-06-21 10:32 --- Created an attachment (id=20954) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20954&action=view) naive patch. run callbacks on hashtable entries exhaustively before deleting Furthermore, I investigated why this pro

[Bug debug/31230] debug information depends on gc parameters

2010-06-21 Thread tjvries at xs4all dot nl
--- Comment #4 from tjvries at xs4all dot nl 2010-06-21 10:20 --- Created an attachment (id=20953) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20953&action=view) minimal test case of 14 lines, cut down from varasm.i I also ran into this bug, while building gcc 4.3.5 for x86_64-

[Bug debug/31230] debug information depends on gc parameters

2007-03-30 Thread wilson at gcc dot gnu dot org
--- Comment #3 from wilson at gcc dot gnu dot org 2007-03-30 22:49 --- Created an attachment (id=13304) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13304&action=view) Add equate_type_number_to_die call to prevent garbage collection. This patch is untested, but works for the test

[Bug debug/31230] debug information depends on gc parameters

2007-03-30 Thread wilson at gcc dot gnu dot org
--- Comment #2 from wilson at gcc dot gnu dot org 2007-03-30 22:44 --- I can reproduce the problem using the provided testcase. It looks like all we have to do is mark the array type TYPE_DOMAIN as used, to prevent it from being garbage collected. This just requires adding an equate_ty

[Bug debug/31230] debug information depends on gc parameters

2007-03-16 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2007-03-16 20:26 --- Created an attachment (id=13215) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13215&action=view) Testcase cut down from dbxout.i in original bootstrap failure. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id