This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/50081] Wrong code (wrong order) generated with -O2 or -Os while function return a struct
- From: "lingyouzeng at arimacomm-hz dot cn" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2011 08:08:46 +0000
- Subject: [Bug c/50081] Wrong code (wrong order) generated with -O2 or -Os while function return a struct
- Auto-submitted: auto-generated
- References: <bug-50081-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50081
LYZ <lingyouzeng@arimacomm-hz.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #3 from LYZ <lingyouzeng@arimacomm-hz.cn> 2011-08-15 08:08:46 UTC ---
Yes, you are right.
after recheck PR38644, it should be a same issue.
(In reply to comment #2)
> I am a new here, I try 4.4.1 still same issue.
> My compile is arm-none-eabi-gcc-4.4.1.exe.
> Yes Thumb-1 code, but I not sure whether same as PR38644.
> (In reply to comment #1)
> > Is this Thumb-1 code? If so then I suspect this is a duplicate of PR38644.
*** This bug has been marked as a duplicate of bug 38644 ***