------- Comment #17 from dannysmith at users dot sourceforge dot net  
2007-07-23 08:04 -------
(In reply to comment #16)

 Maybe we
> should make it match "con" with case ignored.


No, please. "con", "nul", "prn" (with or without suffix) are reserved device
names on windows.  
(eg "gcc -v -dM -E  nul.c" is equivalent  to gcc -v -dM -E  -xc  /dev/null)

CONOUT$ is the win32api name for console output and is used in GUI progs that
don't have  default console output.

Danny


-- 


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

Reply via email to