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]

FYI: PRs fixed in 3.2.1 so far


I needed to put together this list today anyway, so I figured I'd share. 
>From skimming ChangeLogs, I believe these PRs are fixed:


c++/5607		No pointer adjustment in covariant return types
c/7102			unsigned char divisision results in floating exception
c/7150			gcc -dM -E ... SegFault
c/7160			gcc 3.1 gives an ICE when optimizing valid code
libstdc++/7461		ctype<char>::classic_table() returns offset array on Cygwin
libstdc++/7811		default locale not taken from environment
opt/7515		invalid inlining
opt/7814		incorrect scheduling for glibc-2.2.92 stpcpy test
optimization/6984	wrong code generated with -O2, -O3, -Os for do-while loop on PowerPC
optimization/7120	Run once loop should *always* be unrolled
optimization/7130	miscompiled code for gcc-3.1 in powerpc linux with -funroll-all-loops
optimization/7335	Sparc: ICE in verify_wide_reg (flow.c:557) with long double and optimization
optimization/7967	optimization produces wrong code (ARM)
other/7114		ICE building strcoll.op from glibc-2.2.5
preprocessor/7357	-M option omits system headers files (making it the same as -MM)
preprocessor/7358	Changes to Sun's make Dependencies
preprocessor/7526	cpp0 core dump when _Pragma implies #pragma dependency
preprocessor/7602	C++ header files found in CPLUS_INCLUDE_PATH treated as C headers
preprocessor/8055	PATCH: cpp0 dies with SIG11 when building FreeBSD kernel
target/5967		gcc bug when profiling nested functions on powerpc
target/7374		__builtin_fabsl broken on alpha
target/7380		ICE in extract_insn, at recog.c:2148
target/7531		-mcmodel not documented for x86-64
target/7842		[REGRESSION] sparc code gen bug


And libstdc++/7445 was unfixed, because the suggested fix had unsafe
locking, I think.

I'm sure there are more fixes; this isn't complete, just suggestive.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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