public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed]: vms/ia64: avoid a crash if -mdebug-main is used without -g
@ 2011-04-21 13:03 Tristan Gingold
  0 siblings, 0 replies; only message in thread
From: Tristan Gingold @ 2011-04-21 13:03 UTC (permalink / raw)
  To: gcc-patches@gcc.gnu.org Patches

Hi,

this simple patch adds a guard to avoid a crash.  As -mdebug-main directly calls dwarf2out, debug_info_level should be checked before.

Committed on trunk.

Tristan.

2011-04-21  Tristan Gingold  <gingold@adacore.com>

	* config/ia64/ia64.c (ia64_start_function): Add a guard.

--- gcc/config/ia64/ia64.c	(revision 172821)
+++ gcc/config/ia64/ia64.c	(working copy)
@@ -3542,6 +3542,7 @@
 {
 #if VMS_DEBUGGING_INFO
   if (vms_debug_main
+      && debug_info_level > DINFO_LEVEL_NONE
       && strncmp (vms_debug_main, fnname, strlen (vms_debug_main)) == 0)
     {
       targetm.asm_out.globalize_label (asm_out_file, VMS_DEBUG_MAIN_POINTER);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-21 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-21 13:03 [committed]: vms/ia64: avoid a crash if -mdebug-main is used without -g Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).