From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10712 invoked by alias); 25 May 2003 04:52:51 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10679 invoked by uid 48); 25 May 2003 04:52:51 -0000 Date: Sun, 25 May 2003 05:02:00 -0000 Message-ID: <20030525045251.10677.qmail@sources.redhat.com> From: "tilps@hotmail.com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020327193600.6077.tilps@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/6077] [alpha-osf].s with -x assembler-with-cpp breaks mips-tfile X-Bugzilla-Reason: CC X-SW-Source: 2003-05/txt/msg02557.txt.bz2 List-Id: 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.