This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50186] junk at end of line: `1


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

SK <santoshkumar.a at gmail dot com> changed:

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

--- Comment #10 from SK <santoshkumar.a at gmail dot com> 2011-08-26 13:43:30 UTC ---
(In reply to comment #9)
> Just for checking i changed the instruction in .s file from "mfcr 27,1" to
> "mfcr 27" and used the assembler to generate the binary there was no error
> reported. Now i am confused whether it is fault with assembler if with
> compiler. Please suggest where to look into.

issue is resolved i had to use -mno-mfcrf. -mmfcrf was enabled by default and
this generates mfcr with two args.

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]