Skip to content

Commit eb3a053

Browse files
authored
Merge pull request #4765 from StMartin81/master
Add "-fdump-rtl.*" to ignored GCC compiler options
2 parents ef69f8f + c8e595c commit eb3a053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analyzer/codechecker_analyzer/buildlog/log_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
'-fcse-follow-jumps',
7777
'-fcse-skip-blocks',
7878
'-fcx-limited-range$',
79+
'-fdump-rtl.*',
7980
'-fext-.*-literals',
8081
'-ffixed-r2',
8182
'-ffp$',

0 commit comments

Comments
 (0)