This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49191] gcc.dg/memcpy-3.c FAILs on SPARC
- From: "sje at cup dot hp.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 8 Jun 2011 17:38:40 +0000
- Subject: [Bug middle-end/49191] gcc.dg/memcpy-3.c FAILs on SPARC
- Auto-submitted: auto-generated
- References: <bug-49191-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49191
Steve Ellcey <sje at cup dot hp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sje at cup dot hp.com
--- Comment #6 from Steve Ellcey <sje at cup dot hp.com> 2011-06-08 17:35:43 UTC ---
What would be the best way to implement 'dg-effective-target strict-align'?
A target list would be the easiest but a program that can pass/fail based
on STRICT_ALIGNMENT would probably be more robust. I am not sure what such a
program would look like though. Like memcpy-3.c? I don't think we want the
dg-effective-target routines using -fdump flags like memcpy-3.c does.