This is the mail archive of the gcc-bugs@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]

[Bug c/14087] Core dumped compiling ipchains-1.3.10


------- Additional Comments From gad at aguilardelgado dot com  2004-02-10 00:19 -------
Ok here is what it shows... (Complete)

---------------------- Cut Here ------------------------
[root@azul3 ipchains-1.3.10]# /usr/bin/gcc -v -save-temps -Wall -Wunused -g -O
-o ipchains ipchains.c libipfwc/libipfwc.a
Leyendo especificaciones de /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs
Configurado con: ../gcc-3.3.1/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Modelo de hilos: posix
gcc versión 3.3.1
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -E -quiet -v -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1 ipchains.c -Wall -Wunused -O ipchains.i
ignorando el directorio inexistente "/usr/i686-pc-linux-gnu/include"
la búsqueda de #include "..." inicia aquí:
la búsqueda de #include <...> inicia aquí:
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include
 /usr/include
Fin de la lista de búsqueda.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -fpreprocessed ipchains.i -quiet
-dumpbase ipchains.c -auxbase ipchains -g -O -Wall -Wunused -version -o ipchains.s
GNU C version 3.3.1 (i686-pc-linux-gnu)
        compiled by GNU C version 3.0.4.
GGC heurísticas: --param ggc-min-expand=55 --param ggc-min-heapsize=47973
ipchains.c: En la función `print_firewall':
ipchains.c:2193: 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.
[root@azul3 ipchains-1.3.10]#
--------------------- Cut Here --------------------------

I thought that preprocessor code was not necessary (sorry, I saw bug help) now,
It's attached...


-- 


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


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