This is the mail archive of the gcc@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]

first shot at a draft 3.2.3 release note


Here's a first shot at the bug-fix list for 3.2.3 (which, of course, has
not yet been released).  33 bugs, plus three duplicates.  Please let me
know about any corrections or additions.

ICE's:

3782 (c++) -quiet -fstats produces a segmentation fault in cc1plus
7050 (c++) ICE on: (i ? get_string() : throw)
7741 ICE on conflicting types (make_decl_rtl in varasm.c)
7982 ICE due to infinite recursion (using stl set)
8068 exceedingly high (infinite) memory usage
8178 ICE with __builtin_ffs
8396 ICE in copy_to_mode_reg, in explow.c
8674 (c++) ICE in cp_expr_size, in cp/cp-lang.c
9768 ICE when optimizing inline code at -O2
9798 (c++) Infinite recursion (segfault) in cp/decl.c:push_using_directive
     with recusive using directives
9799 mismatching structure initializer with nested flexible array member: ICE
9928 ICE on duplicate enum declaration

C/optimizer bugs:
9226 GCSE breaking argument passing
8613 -O2 produces wrong code with builtin strlen and postincrements
8828 gcc reports some code is unreachable when it is not

C++:
9169 filebuf output fails if codecvt<>::out returns noconv
9420 incomplete type incorrectly reported
9459 typeof in return type specification of template not supported
9507 filebuf::open handles ios_base::ate incorrectly
9538 Out-of-bounds memory access in streambuf::sputbackc
9602 Total confusion about template/friend/virtual/abstract

Java:
9652 libgcj build fails on irix6.5.1[78]

x86-specific:
9888 -mcpu=k6 -Os produces out of range loop instructions
9638 Cross-build for target i386-elf and i586-pc-linux-gnu failed
9954 Cross-build for target i586-pc-linux-gnu (--with-newlib) failed

Sparc-specific:
7796 sparc extra failure w/-m64 on execute/930921-1.c in unroll.c
8726 gcc -O2 miscompiles Samba 2.2.7 on 32-bit sparc

m68k-specific:
8343 m68k-elf/rtems ICE at instantiate_virtual_regs_1

PowerPC-specific:
9732 Wrong code with -O2 -fPIC

Alpha-specific:
7702 optimization problem on a DEC alpha under OSF1
9671 gcc.3.2.2 do not build on a HP Tru64 Unix v5.1B system (DUP: 5059, 6126)

HP-specific:
8694 <string> breaks <ctype.h> on HP-UX 10.20 (DUP: 9275)

MIPS specific:
6362 mips-irix6 gcc-3.1 C testsuite failure with -mips4 in compile/920501-4.c


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