Bug#559045: maildrop filter tolower() and toupper() functionality get optimized out by gcc

2009-12-01 Thread Paul Saunders
Package: maildrop Version: 2.2.0-3 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The tolower() and toupper() function calls in the mailfilter always return empty results. Recompiling recipenode.C with -O1 option for gcc instead of -O2 returns these function to normal

Bug#559045: maildrop filter tolower() and toupper() functionality get optimized out by gcc

2009-12-01 Thread Josip Rodin
On Tue, Dec 01, 2009 at 01:50:21PM +, Paul Saunders wrote: Package: maildrop Version: 2.2.0-3 Severity: important The tolower() and toupper() function calls in the mailfilter always return empty results. Recompiling recipenode.C with -O1 option for gcc instead of -O2 returns these

Bug#559045: maildrop filter tolower() and toupper() functionality get optimized out by gcc

2009-12-01 Thread Bastian Blank
On Tue, Dec 01, 2009 at 03:26:29PM +0100, Josip Rodin wrote: Is there a bug in maildrop-2.2.0/maildrop/recipenode.C that causes it to get compiled differently with -O1, or is the problem with the compiler? Are you able to produce a minimal testcase? Bastian -- Our way is peace.

Bug#559045: maildrop filter tolower() and toupper() functionality get optimized out by gcc

2009-12-01 Thread Darac Marjal
On Tue, 1 Dec 2009 15:38:34 +0100, Bastian Blank wa...@debian.org wrote: On Tue, Dec 01, 2009 at 03:26:29PM +0100, Josip Rodin wrote: Is there a bug in maildrop-2.2.0/maildrop/recipenode.C that causes it to get compiled differently with -O1, or is the problem with the compiler? Are you able