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/13315] internal compiler error: Segmentation fault for -march=k6


------- Additional Comments From bangerth at dealii dot org  2003-12-05 16:36 -------
Confirmed. Here's something smaller: 
------------------- 
extern short array[]; 
 
int char2uni() { 
  short *uni; 
  *uni = array[0]; 
  if (*uni == 0x0000) 
    return -22; 
  return 1; 
} 
-------------------- 
 
However, this really only fails with 3.3.1 (the one I have from SuSE) 
and not with my 3.3.3 pre version and neither with mainline. So this 
has either been fixed already, or is SuSE specific. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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