http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58103
--- Comment #2 from heinz.dob...@fh-hagenberg.at --- Hello Marek! Thank you for your fast response. BUT: Why does it work when I compile this C program with, e.g., the Microsoft C compiler (cl). By the way: "echo ???" prints "???" (Windows). Best regards Heinz -----Original Message----- From: mpolacek at gcc dot gnu.org [mailto:gcc-bugzi...@gcc.gnu.org] Sent: Donnerstag, 08. August 2013 13:40 To: heinz.dob...@gmx.at Subject: *** GMX Spamverdacht *** [Bug c/58103] Error in handling of command line parameters in main(int argc, char *argv[]), in case of ???..? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58103 Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |mpolacek at gcc dot gnu.org Resolution|--- |INVALID --- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Eh, that is just shell globbing patterns expanding ?s to file names in current directory. Try "echo ???". -- You are receiving this mail because: You reported the bug.