-
- Downloads
fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the...
fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equivalent (signed char)c > 0. * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equivalent (signed char)c > 0. * gcc.c-torture/execute/20020510-1.c: New test case. From-SVN: r53373
Showing
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/fold-const.c 47 additions, 15 deletionsgcc/fold-const.c
- gcc/testsuite/ChangeLog 4 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/execute/20020510-1.c 85 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/20020510-1.c
Loading
Please register or sign in to comment