Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weak aliasing test cases wrongly declared as unsupported #80

Open
GoogleCodeExporter opened this issue May 5, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

latest testrun (179-184-184-sx-2.19-with-r182) declares testcases

gcc.c-torture/compile/20011119-[1|2].c

as unsupported:

UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -O0 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -O0 
UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -O1 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -O1 
UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -O2 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -O2 
UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -O3 -fomit-frame-pointer 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -O3 -g 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -O3 -g 
UNRESOLVED: gcc.c-torture/compile/20011119-1.c  -Os 
UNSUPPORTED: gcc.c-torture/compile/20011119-1.c  -Os 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -O0 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -O0 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -O1 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -O1 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -O2 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -O2 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -O3 -fomit-frame-pointer 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -O3 -g 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -O3 -g 
UNRESOLVED: gcc.c-torture/compile/20011119-2.c  -Os 
UNSUPPORTED: gcc.c-torture/compile/20011119-2.c  -Os 

this is probably due to

/* { dg-require-weak "" } */
/* { dg-require-alias "" } */

however, SX gcc, gas and ld fully support aliases and weak aliases, and
both test cases compile OK manually, so the testsuite should probably be
told that we support above conditions and that these testcases should be built.

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 10:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant