public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* i don't known what is happened
@ 2018-05-02 10:22 yiliang chen
  2018-05-02 10:24 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: yiliang chen @ 2018-05-02 10:22 UTC (permalink / raw)
  To: gcc-bugzilla-account-request, gcc-help, gcc

Hello, I am a Chinese developer.When compiling the gcc source code, I
encountered a rather confusing problem, but I don't know it was a bug or
not.

I compile Gcc with MSYS2 on Windows, In order to output the Intel assembly
file by default, I modified the gcc\config\i386\i386.opt file as follows

masm=
Target RejectNegative Joined Enum(asm_dialect) Var(ix86_asm_dialect)
Init(ASM_INTEL)
Use given assembler dialect.

however, An error occurred when compiling to
libgcc/config/i386/sfp-exceptions.c file, it tell me :

C:\MSYS\MSYS32\tmp\cctIKXUx.s: Assembler messages:
C:\MSYS\MSYS32\tmp\cctIKXUx.s:69: Error: no such instruction: `fdivs DWORD
PTR [esp]'
C:\MSYS\MSYS32\tmp\cctIKXUx.s:135: Error: no such instruction: `fdivs DWORD
PTR [esp]'

I don't known why!!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: i don't known what is happened
  2018-05-02 10:22 i don't known what is happened yiliang chen
@ 2018-05-02 10:24 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2018-05-02 10:24 UTC (permalink / raw)
  To: yiliang chen; +Cc: gcc-help, gcc

Please don't cross post to all these mailing lists.

If you want a bugzilla account then email the account request list,
not the other lists. If you want help, email gcc-help, not the other
lists. If you want to discuss development of GCC then email the
development list, not the other lists.

It is never appropriate to cross-post to all three.



On 2 May 2018 at 11:22, yiliang chen <chenyiliangex@gmail.com> wrote:
> Hello, I am a Chinese developer.When compiling the gcc source code, I
> encountered a rather confusing problem, but I don't know it was a bug or
> not.
>
> I compile Gcc with MSYS2 on Windows, In order to output the Intel assembly
> file by default, I modified the gcc\config\i386\i386.opt file as follows
>
> masm=
> Target RejectNegative Joined Enum(asm_dialect) Var(ix86_asm_dialect)
> Init(ASM_INTEL)
> Use given assembler dialect.
>
> however, An error occurred when compiling to
> libgcc/config/i386/sfp-exceptions.c file, it tell me :
>
> C:\MSYS\MSYS32\tmp\cctIKXUx.s: Assembler messages:
> C:\MSYS\MSYS32\tmp\cctIKXUx.s:69: Error: no such instruction: `fdivs DWORD
> PTR [esp]'
> C:\MSYS\MSYS32\tmp\cctIKXUx.s:135: Error: no such instruction: `fdivs DWORD
> PTR [esp]'
>
> I don't known why!!
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-02 10:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 10:22 i don't known what is happened yiliang chen
2018-05-02 10:24 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).