]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arc: add exceptions for PR92860.
authorMartin Liska <mliska@suse.cz>
Wed, 24 Jun 2020 07:42:00 +0000 (09:42 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 29 Jun 2020 08:55:33 +0000 (10:55 +0200)
gcc/ChangeLog:

PR tree-optimization/92860
* optc-save-gen.awk: Add exceptions for arc target.

gcc/optc-save-gen.awk

index 760bf26721ac06ed230cf1cd3169aa125a74853e..ff173fee4042c2b17b1ba3f2554f8bf72ad9a9f9 100644 (file)
@@ -960,6 +960,10 @@ checked_options["flag_merge_constants"]++
 checked_options["param_max_fields_for_field_sensitive"]++
 checked_options["flag_omit_frame_pointer"]++
 checked_options["unroll_only_small_loops"]++
+# arc exceptions
+checked_options["TARGET_ALIGN_CALL"]++
+checked_options["TARGET_CASE_VECTOR_PC_RELATIVE"]++
+checked_options["arc_size_opt_level"]++
 
 for (i = 0; i < n_opts; i++) {
        name = var_name(flags[i]);