Bug#565708: gcc-4.4: -D_XOPEN_SOURCE=600 does not make strcasecmp visible

2010-01-17 Thread John Lindgren
Package: gcc-4.4 Version: 4.4.2-8 Severity: normal SUSV3 lists strcasecmp() as an XSI extension, so it should be enabled by setting _XOPEN_SOURCE to 600 before including string.h. In GCC it is not unless _BSD_SOURCE is also defined. Test program: #include int main (voi

gcc-snapshot_20100117-1_i386.changes ACCEPTED

2010-01-17 Thread Archive Administrator
Accepted: gcc-snapshot_20100117-1.diff.gz to main/g/gcc-snapshot/gcc-snapshot_20100117-1.diff.gz gcc-snapshot_20100117-1.dsc to main/g/gcc-snapshot/gcc-snapshot_20100117-1.dsc gcc-snapshot_20100117-1_i386.deb to main/g/gcc-snapshot/gcc-snapshot_20100117-1_i386.deb gcc-snapshot_20100117.ori

Processing of gcc-snapshot_20100117-1_i386.changes

2010-01-17 Thread Archive Administrator
gcc-snapshot_20100117-1_i386.changes uploaded successfully to localhost along with the files: gcc-snapshot_20100117-1.dsc gcc-snapshot_20100117.orig.tar.gz gcc-snapshot_20100117-1.diff.gz gcc-snapshot_20100117-1_i386.deb Greetings, Your Debian queue daemon (running on host ries.de

gcc-snapshot_20100116-1_armel.changes ACCEPTED

2010-01-17 Thread Archive Administrator
Accepted: gcc-snapshot_20100116-1.diff.gz to main/g/gcc-snapshot/gcc-snapshot_20100116-1.diff.gz gcc-snapshot_20100116-1.dsc to main/g/gcc-snapshot/gcc-snapshot_20100116-1.dsc gcc-snapshot_20100116-1_armel.deb to main/g/gcc-snapshot/gcc-snapshot_20100116-1_armel.deb gcc-snapshot_20100116.o

Processing of gcc-snapshot_20100116-1_armel.changes

2010-01-17 Thread Archive Administrator
gcc-snapshot_20100116-1_armel.changes uploaded successfully to localhost along with the files: gcc-snapshot_20100116-1.dsc gcc-snapshot_20100116.orig.tar.gz gcc-snapshot_20100116-1.diff.gz gcc-snapshot_20100116-1_armel.deb Greetings, Your Debian queue daemon (running on host ries.

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread mikpe at it dot uu dot se
--- Comment #9 from mikpe at it dot uu dot se 2010-01-17 22:32 --- Uros' proposed fix for 4.4 and 4.3 fixes the ICE on both branches. The original report stated that 4.3 doesn't ICE. A vanilla 4.3-20100103 definitely ICEs for me on the reduced test case. -- http://gcc.gnu.org/bugzi

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2010-01-17 21:50 --- Created an attachment (id=19642) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19642&action=view) Patch for 4.3 and 4.4 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You are receiving thi

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread mikpe at it dot uu dot se
--- Comment #7 from mikpe at it dot uu dot se 2010-01-17 21:36 --- Uros' proposed patch fixes the ICE in gcc-4.5. It doesn't apply to 4.4 though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You are receiving this mail because: --- You reported the bug, or are w

[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2010-01-17 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2010-01-17 20:54 --- Fixed on trunk. Not backport. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread ubizjak at gmail dot com
--- Comment #6 from ubizjak at gmail dot com 2010-01-17 20:25 --- Created an attachment (id=19640) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19640&action=view) Patch to teach {,un}aligned_memory_operand about unaligned offsets Mikael, can you please test attached patch on your

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2010-01-17 19:57 --- Is this related to PR 39954? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, e

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-01-17 19:52 --- Created an attachment (id=19638) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19638&action=view) reduced test case I'm attaching a really tiny test case. The trigger appears to be a 2-byte load from the stack that

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2010-01-17 19:47 --- Well, gcc would just generate invalid code without this assert. Reduced test: --cut here-- typedef unsigned short int uint16_t; typedef unsigned int uint32_t; typedef unsigned long int uint64_t; typedef uint16_t u16; typ

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-01-17 19:08 --- Reproduced with an alpha-unknown-linux cross hosted on i686, built from gcc-4.4-20100112. -- mikpe at it dot uu dot se changed: What|Removed |Added -

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-17 Thread hjl dot tools at gmail dot com
--- Comment #28 from hjl dot tools at gmail dot com 2010-01-17 19:00 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|REOPENE

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-17 Thread hjl at gcc dot gnu dot org
--- Comment #27 from hjl at gcc dot gnu dot org 2010-01-17 18:57 --- Subject: Bug 42542 Author: hjl Date: Sun Jan 17 18:57:33 2010 New Revision: 155990 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155990 Log: Backport ia64 fix for PR target/42542 from mainline. gcc/ 2010-01-

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-17 Thread hjl at gcc dot gnu dot org
--- Comment #26 from hjl at gcc dot gnu dot org 2010-01-17 18:55 --- Subject: Bug 42542 Author: hjl Date: Sun Jan 17 18:55:03 2010 New Revision: 155989 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155989 Log: Backport ia64 fix for PR target/42542 from mainline. gcc/ 2010-01-

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-17 Thread hjl at gcc dot gnu dot org
--- Comment #25 from hjl at gcc dot gnu dot org 2010-01-17 18:52 --- Subject: Bug 42542 Author: hjl Date: Sun Jan 17 18:51:47 2010 New Revision: 155988 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155988 Log: Backport ia64 fix for PR target/42542 from mainline. gcc/ 2010-01-

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You ar

[Bug target/42774] [4.4/4.5 Regression] ICE in get_aligned_mem, at config/alpha/alpha.c:1484

2010-01-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42774 --- You

Bug#358924: [alpha] libmudflap testsuite killed, not reproduced in 4.3.5 and 4.4.0

2010-01-17 Thread Simon Paillard
On Thu, Oct 01, 2009 at 04:57:15PM +, bts-link-upstr...@lists.alioth.debian.org wrote: > # remote status report for #358924 (http://bugs.debian.org/358924) > # * http://gcc.gnu.org/PR28077 > # * remote status changed: WAITING -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # *

Processed: forwarded gcc report

2010-01-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 565455 http://gcc.gnu.org/PR42774 Bug #565455 [gcc-4.4] gcc-4.4: ICE while compiling fsarchiver 0.6.5-1 on alpha Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR42774'. > tags 565455 + upstream Bug #565455 [gcc-4.4] gcc-4.4: ICE wh