Skip to content
  • Alan Modra's avatar
    tc-i386.c gcc10 warning fix · 40c9c8de
    Alan Modra authored
    .../gas/config/tc-i386.c: In function ‘md_parse_option’:
    .../gas/config/tc-i386.c:11441:9: error: implicit conversion from ‘enum <anonymous>’ to ‘enum <anonymous>’ [-Werror=enum-conversion]
    11441 |  vexwig = evexw0;
          |         ^
    .../gas/config/tc-i386.c:11443:9: error: implicit conversion from ‘enum <anonymous>’ to ‘enum <anonymous>’ [-Werror=enum-conversion]
    11443 |  vexwig = evexw1;
          |         ^
    
    	* config/tc-i386.c (md_parse_option): Fix warning on vexwig assignment.
    40c9c8de
To find the state of this project's repository at the time of any of these versions, check out the tags.