Re: [debug-early] Remove redundant argument to add_subscript_info

2015-03-26 Thread Jason Merrill
On 03/26/2015 12:16 PM, Aldy Hernandez wrote: Is there a reason we pass a collapsible option to add_subscript_info? It seems like it's value is always !is_ada(). Can we just get rid of the argument, and calculate its value within the function, or was it there for some future flexibility? On tr

[debug-early] Remove redundant argument to add_subscript_info

2015-03-26 Thread Aldy Hernandez
Hi Jason. Is there a reason we pass a collapsible option to add_subscript_info? It seems like it's value is always !is_ada(). Can we just get rid of the argument, and calculate its value within the function, or was it there for some future flexibility? I'd like to queue this patch for GCC 6