We are using powerpc-motorola-elf-as.exe to generate assembly file from a "*cpp*" file. If there is an if condition for eg *if(x==0)* , and when we generate the assembly code for the condition ,"*bne*" and "*beq*" are generated whereas only *beq *(branch equal) is the only code what we are expecting as per the source code. Is there are any gcc switches which can be used to customize the assembly code generation? -- View this message in context: http://gcc.1065356.n5.nabble.com/Generating-Assembly-Files-Using-GCC-tp1000051.html Sent from the gcc - Help mailing list archive at Nabble.com.