Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Dave Korn
H.J. Lu wrote: > On Wed, Apr 15, 2009 at 7:34 AM, Dave Korn > wrote: >> Jakub Jelinek wrote: >>> On Wed, Apr 15, 2009 at 03:27:01PM +0100, Dave Korn wrote: > It does look like a Cygwin specific issue. Can you tell me whether Linux treats COMMON as a separate section with its

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread H.J. Lu
On Wed, Apr 15, 2009 at 7:34 AM, Dave Korn wrote: > Jakub Jelinek wrote: >> On Wed, Apr 15, 2009 at 03:27:01PM +0100, Dave Korn wrote: It does look like a Cygwin specific issue. >>>   Can you tell me whether Linux treats COMMON as a separate section with its >>> own alignment, or otherwise ta

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Dave Korn
Jakub Jelinek wrote: > On Wed, Apr 15, 2009 at 03:27:01PM +0100, Dave Korn wrote: >>> It does look like a Cygwin specific issue. >> Can you tell me whether Linux treats COMMON as a separate section with its >> own alignment, or otherwise takes steps to ensure it has a base alignment >> that >> t

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Jakub Jelinek
On Wed, Apr 15, 2009 at 03:27:01PM +0100, Dave Korn wrote: > > It does look like a Cygwin specific issue. > > Can you tell me whether Linux treats COMMON as a separate section with its > own alignment, or otherwise takes steps to ensure it has a base alignment that > the compiler can assume? Ot

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Dave Korn
H.J. Lu wrote: > On Wed, Apr 15, 2009 at 7:11 AM, Dave Korn >> and it fails on the assignment "r = a;" because r is unaligned (0x404024); in >> the assembly source, it is simply defined as >> >>.comm _r, 16 # 16 >> >> so maybe the problem is in the Cygwin linker script? Is the COMMON

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread H.J. Lu
On Wed, Apr 15, 2009 at 7:11 AM, Dave Korn wrote: > H.J. Lu wrote: >> On Wed, Apr 15, 2009 at 6:49 AM, Dave Korn >> wrote: >>> Jakub Jelinek wrote: GCC 4.4.0 release candidate 1 is now available at: ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.0-RC-20090414/ Please test the ta

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Dave Korn
H.J. Lu wrote: > On Wed, Apr 15, 2009 at 6:49 AM, Dave Korn > wrote: >> Jakub Jelinek wrote: >>> GCC 4.4.0 release candidate 1 is now available at: >>> >>> ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.0-RC-20090414/ >>> >>> Please test the tarballs there and report any problems to Bugzilla. CC >>>

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread H.J. Lu
On Wed, Apr 15, 2009 at 6:49 AM, Dave Korn wrote: > Jakub Jelinek wrote: >> GCC 4.4.0 release candidate 1 is now available at: >> >> ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.0-RC-20090414/ >> >> Please test the tarballs there and report any problems to Bugzilla.  CC me >> on the bugs if you believe

Re: GCC 4.4.0-rc1 available

2009-04-15 Thread Dave Korn
Jakub Jelinek wrote: > GCC 4.4.0 release candidate 1 is now available at: > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.0-RC-20090414/ > > Please test the tarballs there and report any problems to Bugzilla. CC me > on the bugs if you believe they are regressions from previous releases > severe eno