Commit 821bbcaf by Martin Jambor Committed by Martin Jambor

Added testcase for PR 83329

2017-12-19  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/83329
	* gcc.dg/tree-ssa/pr83329.c: New test

From-SVN: r255814
parent 9f2e8b23
2017-12-19 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/83329
* gcc.dg/tree-ssa/pr83329.c: New test
2017-12-19 Paolo Carlini <paolo.carlini@oracle.com> 2017-12-19 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/79490 PR c++/79490
......
/* { dg-do compile } */
/* { dg-options "-O3" } */
typedef struct {
long a;
long b;
} c;
c *d;
char e, f, g;
void h() {
d[0].a = &g - &f;
d[0].b = &e - &f;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment