﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
350	Default extensions of the executable output file of gcc	KO Myung-Hun		"Hi/2.

Currently, default extensions of the executable output file of gcc is none except -Zexe.

For example, 

{{{
gcc -o test test.c
}}}

This generates {{{test}}} not {{{test.exe}}}. However, I think, this is not appropriate. Of course, although if using -Zexe, we can get {{{test}}} and {{{test.exe}}}, it needs additional flags.

So it would be better to set default extensions correctly for the executable file like this.

1. .exe if both -c and -Zdll are not specified.
2. .dll if -Zdll is specified but not -c.
"	defect	new	normal	libc-0.7	emx	0.6.6	normal			
