This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/48090] gcc 4.5.2 miscompilation when building on arm
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 Mar 2011 15:42:27 +0000
- Subject: [Bug c/48090] gcc 4.5.2 miscompilation when building on arm
- Auto-submitted: auto-generated
- References: <bug-48090-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48090
--- Comment #4 from Mikael Pettersson <mikpe at it dot uu.se> 2011-03-12 15:42:13 UTC ---
I have a runtime test case (given test file + separate file with main and
missing support functions) that works with gcc-4.5-20110310 -march=armv5te but
fails with -march=armv5t. gcc-4.4.5 and 4.6-20110305 work with both armv5te
and armv5t.