public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug pending/26016]  New: using -S on a .S file does not work properly
@ 2006-01-29  9:58 vapier at gentoo dot org
  2006-01-29 14:58 ` [Bug driver/26016] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vapier at gentoo dot org @ 2006-01-29  9:58 UTC (permalink / raw)
  To: gcc-bugs

in the uClibc build system, we have some generic rules to quickly produce .E
(gcc -E) and .s (gcc -S) files for debugging purposes

normally this is fine as most of uClibc is simple .c files, but i wanted to
check out the final .s output of a .S that used a lot of macros

when i tried to use `gcc -S` though, the output was the same as using -E, and
the -o option was ignored

$ echo > test.c
$ gcc-4.1.0-beta20060120 -S test.c
$ file test.s
test.s: ASCII text

$ echo > test.S
$ gcc-4.1.0-beta20060120 -S test.S
# 1 "test.S"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test.S"
$ file test.s
test.s: cannot open `test.s' (No such file or directory)


-- 
           Summary: using -S on a .S file does not work properly
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: pending
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vapier at gentoo dot org


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


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

end of thread, other threads:[~2022-11-28 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-26016-4@http.gcc.gnu.org/bugzilla/>
2022-11-28 21:44 ` [Bug driver/26016] using -S on a .S file does not work properly pinskia at gcc dot gnu.org
2006-01-29  9:58 [Bug pending/26016] New: " vapier at gentoo dot org
2006-01-29 14:58 ` [Bug driver/26016] " pinskia at gcc dot gnu dot org
2007-11-15 17:16 ` manu at gcc dot gnu dot org
2007-11-15 17:36 ` manu 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).