public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/21250] New: line number 0 for <built-in> causes GAS to complain
@ 2005-04-27 13:30 segher at kernel dot crashing dot org
  2005-04-27 13:34 ` [Bug preprocessor/21250] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: segher at kernel dot crashing dot org @ 2005-04-27 13:30 UTC (permalink / raw)
  To: gcc-bugs

powerpc64-linux-gcc -c -o any-file.o any-file.S 
 
results in 
 
any-file.S: Assembler messages: 
any-file.S:1: Warning: line numbers must be positive; line number 0 rejected 
 
as the pre-processed file looks like 
 
# 1 "any-file.S" 
# 0 "<built-in>" 
# 1 "<command line>" 
# 1 "any-file.S" 
... 
 
This regression is caused by 
 
http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02132.html

-- 
           Summary: line number 0 for <built-in> causes GAS to complain
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: segher at kernel dot crashing dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc64-linux


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


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

end of thread, other threads:[~2005-09-15 23:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27 13:30 [Bug preprocessor/21250] New: line number 0 for <built-in> causes GAS to complain segher at kernel dot crashing dot org
2005-04-27 13:34 ` [Bug preprocessor/21250] " pinskia at gcc dot gnu dot org
2005-04-27 13:53 ` [Bug preprocessor/21250] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-28  5:12 ` bothner at gcc dot gnu dot org
2005-04-28 15:08 ` segher at kernel dot crashing dot org
2005-04-28 23:59 ` bothner at gcc dot gnu dot org
2005-05-17 21:55 ` pinskia at gcc dot gnu dot org
2005-09-15 23:31 ` ppluzhnikov at charter dot net

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