This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r272736 - in /branches/ssa-range: ./ gcc/ssa-ra...


Author: aldyh
Date: Thu Jun 27 08:53:13 2019
New Revision: 272736

URL: https://gcc.gnu.org/viewcvs?rev=272736&root=gcc&view=rev
Log:
Fix fallout from merge.

Differences from trunk at merge point are:

> FAIL: gcc.dg/tree-ssa/rvrp09.c scan-tree-dump-times rvrp "Branch rewritten" 4

	Expected.  Fails because I have disabled irange_adjust_bit_and_mask() to keep
	the verification code from tripping.

> FAIL: gcc.dg/uninit-pred-6_c.c bogus warning (test for bogus messages, line 25)

	Expected.  Long-standing regression in our branch.  Jeff has mentioned he has
	a work-in-progress to fix this.

< XFAIL: gcc.dg/pr80776-1.c  (test for bogus messages, line 22)
< XFAIL: gcc.dg/Walloca-13.c  (test for bogus messages, line 11)
< XFAIL: gcc.dg/Walloca-6.c (test for excess errors)

	Expected.  Ranger is smarter than mainline.

And finally, the only non-expected regression:

> FAIL: gfortran.dg/char_result_14.f90   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
> FAIL: gfortran.dg/char_result_14.f90   -O3 -g  (test for excess errors)

This is some -Wprintf thing.  It may or may not be a bug.  I'll look at it:

	Warning: '__builtin_memset' writing between 1 and 2147483640 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]

Modified:
    branches/ssa-range/
    branches/ssa-range/gcc/ssa-range.cc
    branches/ssa-range/gcc/testsuite/g++.dg/tree-ssa/pr61034.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]