|
@@ -959,6 +959,7 @@ option_set_in_cl (int id)
|
|
static int
|
|
static int
|
|
optloc_eq (struct option_locus *a, struct option_locus *b)
|
|
optloc_eq (struct option_locus *a, struct option_locus *b)
|
|
{
|
|
{
|
|
|
|
+ assume (a); /* Pacify GCC bug 106436. */
|
|
if (a->source != b->source)
|
|
if (a->source != b->source)
|
|
return 0;
|
|
return 0;
|
|
if (a->source == OPTS_COMMAND_LINE)
|
|
if (a->source == OPTS_COMMAND_LINE)
|