According to http://gcc.gnu.org/bugs.html here is what is requested for
a bug report.
Regards,
Miguel Luis.
## the exact version of GCC;
$ gcc --version
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying con
Jonathan Brickman wrote:
as indicated by anyone who knows what I should be trying next! I tried
to send this via the GCC web bug report system, but I could not find any
way to attach this file, which the docs said is essential.
First file the bug report, you will then immediately be taken to a
I'm describing a error which occures when running GCC
4.0.2 compiled with internal coverage checks (when
gcc_assert() produces code).
There is a place in 'ggc-common.c' at line 870:
> gcc_assert (!*slot);
This assertion ALWAYS fail when using the PCH. I think
it must be removed.
Edward Chernen
hi there,
I'd like to report a bug with the 'gcc' and its optimizer:
the attached file 'compilerbug.txt' contains the compiler version,
the command line and the compiler output.
find also attached the source '2m_tpl.c' and the preprocessed file
'2m_tpl.i'
Without the optimizer, the file compiles