Commit 6f6684e6 by Joseph Myers Committed by Joseph Myers

* gcc.c-torture/compile/20010113-1.c: New test.

From-SVN: r38997
parent 9e2adb2a
2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/compile/20010113-1.c: New test.
2001-01-13 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/compile/20001212-1.c: New test.
......
/* Origin: PR c/364 from and@genesyslab.com, very much reduced to a
testcase by Joseph Myers <jsm28@cam.ac.uk>.
The initializer of z is a valid address constant, and GCC 2.95.2
accepts it as such. CVS GCC as of 2001-01-13 rejects it, but accepts
it if y is changed to x in the initializer. */
struct {
struct {
int x;
int y;
} p;
} v;
int *z = &((&(v.p))->y);
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