[DTrace-devel] [PATCH 6/6] drop obsolete GCC bug workaround

Eugene Loh eugene.loh at oracle.com
Thu Mar 10 02:02:36 UTC 2022


Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
Might be nice to say which patch put this in and which GCC version 
solved the problem but those are easy enough to look up so this patch is 
fine as is.

On 3/2/22 8:44 AM, Nick Alcock via DTrace-devel wrote:
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> ---
>   libdtrace/dtrace.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/libdtrace/dtrace.h b/libdtrace/dtrace.h
> index a05cc4a9f21b..50e2106c4db2 100644
> --- a/libdtrace/dtrace.h
> +++ b/libdtrace/dtrace.h
> @@ -141,7 +141,6 @@ typedef struct dtrace_stmtdesc {
>   	dtrace_attribute_t dtsd_descattr;	/* probedesc attributes */
>   	dtrace_attribute_t dtsd_stmtattr;	/* statement attributes */
>   	int dtsd_clauseflags;			/* clause flags */
> -	int dtsd_padding;			/* work around GCC bug 36043 */
>   } dtrace_stmtdesc_t;
>   
>   /* dtsd clause flags */



More information about the DTrace-devel mailing list