Re: Change x86 default arch for 4.5?

2010-02-18 Thread Jason Merrill
On 02/18/2010 07:46 PM, Joseph S. Myers wrote: On Thu, 18 Feb 2010, Jason Merrill wrote: I periodically get bitten by bug 34115: a compiler configured without --with-arch on i686-pc-linux-gnu doesn't support atomics. I think we would only need to bump the default to i486 to get atomic support.

Re: Change x86 default arch for 4.5?

2010-02-18 Thread Tim Prince
On 2/18/2010 4:54 PM, Joe Buck wrote: But maybe I didn't ask the right question: can any x86 experts comment on recently made x86 CPUs that would not function correctly with code produced by --with-arch=i486? Are there any? All CPUs still in production are at least SSE3 capable, unless som

Re: Change x86 default arch for 4.5?

2010-02-18 Thread Joe Buck
On Thu, Feb 18, 2010 at 04:31:37PM -0800, David Daney wrote: > On 02/18/2010 03:30 PM, Joe Buck wrote: > > On Thu, Feb 18, 2010 at 02:09:14PM -0800, Jason Merrill wrote: > >> I periodically get bitten by bug 34115: a compiler configured without > >> --with-arch on i686-pc-linux-gnu doesn't support

Re: Change x86 default arch for 4.5?

2010-02-18 Thread Joseph S. Myers
On Thu, 18 Feb 2010, Jason Merrill wrote: > I periodically get bitten by bug 34115: a compiler configured without > --with-arch on i686-pc-linux-gnu doesn't support atomics. I think we would > only need to bump the default to i486 to get atomic support. Can we > reconsider the default for 4.5?

Re: Change x86 default arch for 4.5?

2010-02-18 Thread David Daney
On 02/18/2010 03:30 PM, Joe Buck wrote: On Thu, Feb 18, 2010 at 02:09:14PM -0800, Jason Merrill wrote: I periodically get bitten by bug 34115: a compiler configured without --with-arch on i686-pc-linux-gnu doesn't support atomics. I think we would only need to bump the default to i486 to get at

Re: Change x86 default arch for 4.5?

2010-02-18 Thread Joe Buck
On Thu, Feb 18, 2010 at 02:09:14PM -0800, Jason Merrill wrote: > I periodically get bitten by bug 34115: a compiler configured without > --with-arch on i686-pc-linux-gnu doesn't support atomics. I think we > would only need to bump the default to i486 to get atomic support. Can > we reconsider

Re: No integral promotions when calling library function?

2010-02-18 Thread Jie Zhang
On Fri, Feb 19, 2010 at 12:03 AM, Dave Korn wrote: > On 18/02/2010 07:17, Jie Zhang wrote: >> We are trying to add a 16bit integer division library function for >> bfin port. I just found GCC didn't do integral promotions when calling >> library function. > >> Is this expected? > >  I wasn't aware

gcc-4.5-20100218 is now available

2010-02-18 Thread gccadmin
Snapshot gcc-4.5-20100218 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.5-20100218/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Change x86 default arch for 4.5?

2010-02-18 Thread Jason Merrill
I periodically get bitten by bug 34115: a compiler configured without --with-arch on i686-pc-linux-gnu doesn't support atomics. I think we would only need to bump the default to i486 to get atomic support. Can we reconsider the default for 4.5? Jason

Re: No integral promotions when calling library function?

2010-02-18 Thread Dave Korn
On 18/02/2010 07:17, Jie Zhang wrote: > We are trying to add a 16bit integer division library function for > bfin port. I just found GCC didn't do integral promotions when calling > library function. > Is this expected? I wasn't aware of this myself, but it kind-of makes sense given the way tha

Re: What's the policy for bug priorities, again

2010-02-18 Thread Dave Korn
On 18/02/2010 10:20, Richard Guenther wrote: > On Thu, Feb 18, 2010 at 11:14 AM, Piotr Wyderski wrote: >> Richard Guenther wrote: >> >> I don't know, what is considered to be a showstopper, >> but bad things happen inside 4.5 (x86-32/Cygwin + a >> lot of SSE). In the last weekend I was able to: >

Re: Problem in printf float values in range (-1 < value < 1)

2010-02-18 Thread Dave Korn
On 18/02/2010 10:11, Naveen H. S wrote: > Issue > - > Float variables are prefixed by some garbage value in printf function. > However, the values are generated correctly when seen through GDB. > Ex:- If the expected result is 0.456 > RUN OUTPUT - 0.00456 (INCORRECT) > GDB OUTPUT - 0.456

Re: subscrite

2010-02-18 Thread Diego Novillo
On Thu, Feb 18, 2010 at 08:21, Elijah Simonov wrote: > i want to subscrite Please visit http://gcc.gnu.org/lists.html#subscribe Diego.

subscrite

2010-02-18 Thread Elijah Simonov
i want to subscrite

Looking for an active mmix maintainer

2010-02-18 Thread Paolo Carlini
Hi, I'd like to resolve one way or another an mmix issue in the library: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21321 which is even marked as regression, and I need feedback / help from an active mmix maintainer, but apprently Hans-Peter Nilsson is not replying. Any hints, suggestions? T

Re: What's the policy for bug priorities, again

2010-02-18 Thread Richard Guenther
On Thu, Feb 18, 2010 at 11:14 AM, Piotr Wyderski wrote: > Richard Guenther wrote: > >> Note that all regressions from 4.4 that are visible with release >> checking and valid input should be considered P1 first > > I don't know, what is considered to be a showstopper, > but bad things happen inside

Problem in printf float values in range (-1 < value < 1)

2010-02-18 Thread Naveen H. S
Hi, We are porting gcc toolchain for a new target. Most of the functionalities are working fine as expected. However, there is one issue regarding the printf function. Issue - Float variables are prefixed by some garbage value in printf function. However, the values are generated correctly

Re: What's the policy for bug priorities, again

2010-02-18 Thread Piotr Wyderski
Richard Guenther wrote: > Note that all regressions from 4.4 that are visible with release > checking and valid input should be considered P1 first I don't know, what is considered to be a showstopper, but bad things happen inside 4.5 (x86-32/Cygwin + a lot of SSE). In the last weekend I was able