[Bug c/58730] arm-eabi-gcc generate error instructions for armv4t cpu

rearnsha at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 15 13:39:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58730

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
There's a very good article on how to report bugs here:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

If you are still having problems using the compiler, then it might also help to
discuss the issue first on the gcc-help@gcc.gnu.org mailing list.

Note that just because your program doesn't run correctly when compiled with a
different version of the compiler doesn't mean there is a bug in the compiler
-- we see a lot of programs that are technically incorrect but only start to
fail when more aggressive optimizations are performed (that is, you just got
lucky last time).

Furthermore, you're going to have to help us to help you.  We don't have access
to your board, or the software that's running on it.  We can't debug your
problem for you.  So we will only be able to help if you can identify for us a
small piece of code that you believe is compiled incorrectly and to provide us
with enough information to be able to reproduce the problem.

I'm going to close this bug for now as there is insufficient information for us
to work on.  If you can provide more detailed information as to how you think
the compiler has gone wrong, then please feel free to open a new bug report
with that information.



More information about the Gcc-bugs mailing list