public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/32528]  New: -save-temps when compiling standard input fails
@ 2007-06-27 23:05 mec at google dot com
  2007-11-13  3:27 ` [Bug c/32528] " manu at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mec at google dot com @ 2007-06-27 23:05 UTC (permalink / raw)
  To: gcc-bugs

This looks like a trivial bug in options processing.  It's been not working for
a long time.

===

mec@hollerith:~/exp-save-temps-dash$ cat hello.c
#include <stdio.h>

int main()
{
 printf("Hello, world\n");
 return 0;
}

mec@hollerith:~/exp-save-temps-dash$ cat hello.c |
/home/mec/gcc-3.4.6/install/bin/gcc -save-temps -x c -
cc1: error: unrecognized command line option "-.i"

mec@hollerith:~/exp-save-temps-dash$ cat hello.c |
/home/mec/gcc-4.0.4/install/bin/gcc -save-temps -x c -
cc1: error: unrecognized command line option "-.i"

mec@hollerith:~/exp-save-temps-dash$ cat hello.c |
/home/mec/gcc-4.1.2/install/bin/gcc -save-temps -x c -
cc1: error: unrecognized command line option "-.i"

mec@hollerith:~/exp-save-temps-dash$ cat hello.c |
/home/mec/gcc-4.2.0/install/bin/gcc -save-temps -x c -
cc1: error: unrecognized command line option "-.i"

mec@hollerith:~/exp-save-temps-dash$ cat hello.c |
/home/mec/gcc-4.3-20070622/install/bin/gcc -save-temps -x c -
cc1: error: unrecognized command line option "-.i"

mec@hollerith:~/exp-save-temps-dash$


-- 
           Summary: -save-temps when compiling standard input fails
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mec at google dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2008-01-25 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-27 23:05 [Bug c/32528] New: -save-temps when compiling standard input fails mec at google dot com
2007-11-13  3:27 ` [Bug c/32528] " manu at gcc dot gnu dot org
2007-11-13  4:46 ` dsh at gcc dot gnu dot org
2007-11-13  4:51 ` dsh at gcc dot gnu dot org
2007-11-13  5:00 ` manu at gcc dot gnu dot org
2007-11-13  5:03 ` manu at gcc dot gnu dot org
2007-12-17 15:26 ` manu at gcc dot gnu dot org
2007-12-17 15:49 ` bonzini at gnu dot org
2008-01-25 21:16 ` rguenth at gcc dot gnu dot org

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).