aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+0
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-20/+20
2009-10-29re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant1-0/+2
2009-10-28trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola1-2/+1
2009-10-17re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+2
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+6
2009-09-13tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou1-6/+2
2009-07-07re PR debug/40666 (Ada tools build failure)Eric Botcazou1-3/+9
2009-06-22alias.c: Use REG_P...Shujing Zhao1-3/+3
2009-06-17dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant1-3/+4
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-3/+4
2009-05-20gstab.h (stab_code_type): Define, to be used instead of the __stab_debug_code...Olivier Hainque1-7/+5
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-27/+43
2009-05-05tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek1-3/+1
2009-04-26tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D...Jakub Jelinek1-1/+3
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-4/+5
2009-04-17* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.David Edelsohn1-0/+1
2009-04-17dbxout.c (dbxout_block): Reinstate test on TREE_USED.Eric Botcazou1-1/+1
2009-04-15debug.h (set_name): Declare.Catherine Moore1-0/+1
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-14/+0
2009-02-23re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka1-1/+1
2008-09-25* dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL.Eric Botcazou1-0/+2
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-2/+2
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-6/+11
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-5/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-4/+4
2008-04-06gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/...Francois-Xavier Coudert1-1/+1
2008-04-01trans-common.c (create_common): Add decl to function chain to preserve identi...George Helffrich1-3/+175
2008-03-16re PR debug/31510 (FAIL: libgomp.fortran/threadprivate[23].f90 -O3 -g)James E Wilson1-0/+9
2007-09-20re PR debug/33316 (ICE on valid variable-length automatic array in const struct)Jakub Jelinek1-1/+5
2007-08-31dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_D...Olivier Hainque1-2/+5
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-18Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook1-4/+7
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-07-26dbxout.c (output_types_sort): Add a comment.Daniel Jacobowitz1-0/+7
2006-07-25dbxout.c (output_used_types_helper): Push queued types on a VEC.Daniel Jacobowitz1-4/+42
2006-07-24re PR debug/27473 (g++.dg/other/unused1.C and gcc.dg/20060410.c fail on power...Daniel Jacobowitz1-0/+35
2006-07-18dbxout.c (dbxout_function_end): Do not increment scope_labelno.Carlos O'Donell1-4/+6
2006-07-14dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.Carlos O'Donell1-26/+21
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-18/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-6/+6
2005-10-05re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global c...Devang Patel1-7/+8
2005-09-10re PR debug/23806 (-gstabs with VLAs does not work)Richard Henderson1-11/+58
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-13/+24
2005-07-19* dbxout.c (dbxout_type): Check Objective-C++ lang.Devang Patel1-1/+2