1Legend:
2	- = open bug
3	* = fixed bug
4
54.2.0:
6	- Sparc / Solaris 64-bit with gcc fails during link of library with
7	  error due to wrong ELF class: this is actually a bug in Sun's gcc
8	  profiles, which tries to link 32-bit libraries in 64-bit mode.
9
104.1.0:
11	- SuSE 9.2 (x86) compiler is buggy: the MMX-optimized version fails all
12	  test vectors. Since all other Linux distro's handle this perfectly it
13	  is up to them to fix this bug.
14
153.0.0:
16	- Can't seem to generate 64-bit shared libraries on AIX; use
17	  --disable-shared on this platform for now.
18	- Intel icc can't cope with gcj headers. There's also a problem in
19	  combination with aio.h; solution should be to not test gcj when using
20	  this compiler. As a workaround, you can specify --without-javaglue.
21	- GCC 3.3 produces faster output for Blowfish on Pentium 4 than the
22	  included assembler source; try coding two Blowfish rounds (without swap)
23	  in C and compile to assembler to see how GCC accomplishes this.
24