r271035 - in /trunk/gcc: ChangeLog c/ChangeLog ...
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Thu May 9 13:03:00 GMT 2019
Author: marxin
Date: Thu May 9 13:03:45 2019
New Revision: 271035
URL: https://gcc.gnu.org/viewcvs?rev=271035&root=gcc&view=rev
Log:
Support {MIN,MAX}_EXPR in GIMPLE FE.
2019-05-09 Martin Liska <mliska@suse.cz>
* gimple-pretty-print.c (dump_binary_rhs): Dump MIN_EXPR
and MAX_EXPR in GIMPLE FE format.
2019-05-09 Martin Liska <mliska@suse.cz>
* gimple-parser.c (c_parser_gimple_statement): Support __MIN and
__MAX.
(c_parser_gimple_unary_expression): Parse also binary expression
__MIN and __MAX.
(c_parser_gimple_parentized_binary_expression): New function.
2019-05-09 Martin Liska <mliska@suse.cz>
* gcc.dg/gimplefe-39.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/gimplefe-39.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/c/ChangeLog
trunk/gcc/c/gimple-parser.c
trunk/gcc/gimple-pretty-print.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list