------- Additional Comments From steven at gcc dot gnu dot org  2005-06-05 
23:35 -------
Ugh, been looking at the wrong dumps. 
Simple C test case: 
 
void 
test(void) 
{ 
  int i =0; 
  int j = 1; 
  int k = j/i; 
} 
 
gcc -O -fexceptions -fnon-call-exceptions should not optimize away the 
divide iiuc.  But it does. 
 

-- 


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

Reply via email to