This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug translation/14087] Core dumped compiling ipchains-1.3.10
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2004 00:33:45 -0000
- Subject: [Bug translation/14087] Core dumped compiling ipchains-1.3.10
- References: <20040209231543.14087.gad@aguilardelgado.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-02-10 00:33 -------
And this is the minimal testcase:
-----------------
#include <stdio.h>
int main () {
printf ("%+x", 0);
}
------------------
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -c xx.c -O -Wall
xx.c: In function `main':
xx.c:4: aviso: se usó
Error interno del compilador: Error al reportar rutinas reentradas.
Por favor envíe un reporte completo de `bugs',
con el código preprocesado si es apropiado.
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14087