public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile
       [not found] <20020327193600.6077.tilps@hotmail.com>
@ 2003-05-25  5:02 ` tilps@hotmail.com
  2003-08-10 23:00 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tilps@hotmail.com @ 2003-05-25  5:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


tilps@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.2                         |3.4


------- Additional Comments From tilps@hotmail.com  2003-05-25 04:52 -------
an example with 3.4 from last month (in process of compiling a new one)

applied:~>g++ -x assembler-with-cpp blah.s --verbose
Reading specs from /home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/specs
Configured with: ../gcc/configure --prefix=/home/gareth
--enable-version-specific-runtime-libs --with-stabs --enable-languages=c,c++,f77
Thread model: single
gcc version 3.4 20030413 (experimental)
 /home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/cc1 -E -lang-asm -quiet -v
blah.s -o /tmp//ccZ9TsUi.s
ignoring nonexistent directory "/usr/local/include"
ignoring duplicate directory "/home/gareth/include"
ignoring nonexistent directory "/home/gareth/alphaev56-dec-osf4.0d/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/gareth/include
 /home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/include
 /usr/include
End of search list.
 as -g -nocpp -O0 -o /tmp//ccokiQ1v.o /tmp//ccZ9TsUi.s
 /home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/mips-tfile -v -o
/tmp//ccokiQ1v.o blah.s
mips-tfile version 3.4 20030413 (experimental)
 /home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/collect2 -G 8 -O1 -S
-call_shared /usr/lib/cmplrs/cc/crt0.o -L/home/gareth/lib -L/freeware/shlib
-L/home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4 -L/usr/lib/cmplrs/cc
-L/home/gareth/lib/gcc-lib/alphaev56-dec-osf4.0d/3.4/../../.. /tmp//ccokiQ1v.o
-lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc

As can be seen - mips-tfile gets passed blah.s - not /tmp//ccZ9TsUi.s
In this case above - blah.s was a tempfile created from --save-temps of a simple
file - and so had no preprocessing instructions in it.  Therefore there is no
issues.  But the same thing occurs when blah.s Does contain preprocessing
directives.  (i just didnt have an assembly file handy with preprocessing
directives in it at this very second)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile
       [not found] <20020327193600.6077.tilps@hotmail.com>
  2003-05-25  5:02 ` [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile tilps@hotmail.com
@ 2003-08-10 23:00 ` pinskia at gcc dot gnu dot org
  2004-12-28  5:04 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-10 23:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-10 23:00 -------
The problem looks like it is in the SPECS, ASM_FINAL_SPEC.


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

* [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile
       [not found] <20020327193600.6077.tilps@hotmail.com>
  2003-05-25  5:02 ` [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile tilps@hotmail.com
  2003-08-10 23:00 ` pinskia at gcc dot gnu dot org
@ 2004-12-28  5:04 ` pinskia at gcc dot gnu dot org
  2005-01-07  1:05 ` cvs-commit at gcc dot gnu dot org
  2005-01-07  1:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28  5:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 05:03 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01993.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile
       [not found] <20020327193600.6077.tilps@hotmail.com>
                   ` (2 preceding siblings ...)
  2004-12-28  5:04 ` pinskia at gcc dot gnu dot org
@ 2005-01-07  1:05 ` cvs-commit at gcc dot gnu dot org
  2005-01-07  1:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-07  1:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-07 01:05 -------
Subject: Bug 6077

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sayle@gcc.gnu.org	2005-01-07 01:05:37

Modified files:
	gcc            : ChangeLog gcc.c 

Log message:
	PR target/6077
	* gcc.c (input_suffix_matches): Tweak the semantics of %{.s:...}
	and %{.S:...} (and their negative variants) to test whether the
	input file is assembler or pre-processed-assembler independent of
	the actual filename extension.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7052&r2=2.7053
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&r1=1.443&r2=1.444



-- 


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


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

* [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile
       [not found] <20020327193600.6077.tilps@hotmail.com>
                   ` (3 preceding siblings ...)
  2005-01-07  1:05 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-07  1:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-07  1:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-07 01:35 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-01-07  1:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020327193600.6077.tilps@hotmail.com>
2003-05-25  5:02 ` [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile tilps@hotmail.com
2003-08-10 23:00 ` pinskia at gcc dot gnu dot org
2004-12-28  5:04 ` pinskia at gcc dot gnu dot org
2005-01-07  1:05 ` cvs-commit at gcc dot gnu dot org
2005-01-07  1:35 ` pinskia 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).