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 translation/14087] Core dumped compiling ipchains-1.3.10


------- 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


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