This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling glibc-2.3.1 with gcc-3.2.1 for pentium >= II


On Jan  7, 2003, Rene Rebe <rene.rebe@gmx.net> wrote:

> It is a gcc issue, since a Athlon optimised gcc-3.2.1 is able to
> compile the same preprocessed file ...

It's very unlikely to be a GCC issue.  You're feeding GCC an assembly
source file, and it's the assembler that is complaining about ignored
characters.  It could be a problem in the preprocessor, for sure, but
then you'd have to save the preprocessed assembly generated by a
working and broken preprocessor and compare them for the bug report to
be useful.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]