[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug other/16025] ICE with unsupported locale



------- Additional Comments From bangerth at dealii dot org  2004-06-16 20:20 -------
Confirmed with 3.3.4 and 3.4: 
 
g/x> /home/bangerth/bin/gcc-3.3.4-pre/bin/c++ -c x.cc -Wall 
x.cc: En function `int foo(char*)': 
x.cc:6: aviso: se ignora  
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. 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc -Wall 
x.cc: In function `int foo(char*)': 
x.cc:6: aviso: se ignora  
Error interno del compilador: Error al reportar rutinas reentradas. 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
 
However, it seems to be fixed with mainline: 
 
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/c++ -c x.cc -Wall -O2 
x.cc: In function `int foo(char*)': 
x.cc:6: aviso: opci�n `0' ignored with precisi�n and '%d' printf format 
x.cc:6: aviso: opci�n `0' ignored with precisi�n and '%d' printf format 
x.cc:7: aviso: control reaches end of non-void function 
 
 
On the other hand, you claim that mainline still has the bug (though the 
message you paste indicates the contrary). What am I doing wrong? Or 
is this really fixed? 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: