[0/1] Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end

Message ID 20230112230406.2023047-1-qing.zhao@oracle.com
Headers
Series Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end |

Message

Qing Zhao Jan. 12, 2023, 11:04 p.m. UTC
  this is the patch to replace all references to flag_strict_flex_arrays
with DECL_NOT_FLEXARRAY in middle-end per the discussion.

I have bootstrapped and regression tested on X86, no issues.

Okay for commit?

thanks.

Qing