From: Georg-Johann Lay Date: Mon, 17 Nov 2014 09:37:05 +0000 (+0000) Subject: avr-log.c (avr_log_set_avr_log): Set avr_log_details to "all". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1f07647d7253cd40ddb247aa202967fa022e917;p=gcc.git avr-log.c (avr_log_set_avr_log): Set avr_log_details to "all". * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]: Set avr_log_details to "all". From-SVN: r217651 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff93f9af531..caebd512b85 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-17 Georg-Johann Lay + + * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]: + Set avr_log_details to "all". + 2014-11-17 Richard Biener PR middle-end/63898 diff --git a/gcc/config/avr/avr-log.c b/gcc/config/avr/avr-log.c index 68d5cbe0b13..57f28793015 100644 --- a/gcc/config/avr/avr-log.c +++ b/gcc/config/avr/avr-log.c @@ -316,6 +316,9 @@ avr_log_set_avr_log (void) { bool all = TARGET_ALL_DEBUG != 0; + if (all) + avr_log_details = "all"; + if (all || avr_log_details) { /* Adding , at beginning and end of string makes searching easier. */