This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: GCC viciously beaten by ICC in trig test!


On Sun, Mar 14, 2004 at 07:19:18PM -0800, Stephan T. Lavavej wrote:
> [Scott Robert Ladd]
> > Sometimes, I wonder if GCC should ship its own Standard C
> > library, just as it ships a Standard C++ template library.
> > However, I suspect the suggesting such a move might be a bit
> > controversial... ;)
> 
> Why doesn't it?

If glibc and gcc don't work and play well together, it is a bug.
glibc is supposed to be the GNU C library and GCC is supposed to be
the GNU compiler suite.

If glibc's inline assembly is worse code than GCC produces itself,
this is a glibc bug and should be reported as such.  Let's not assume
we get pushback from the glibc people until we actually do.


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