On Sun, Jul 07, 2013 at 04:21:15PM +0200, Ondřej Bílka wrote:
> On Sat, Jul 06, 2013 at 01:14:38PM +0100, Jonathan Wakely wrote:
> > I decided to grep for all the misspelled words beginning with A from
> > your list and fix the ones that were real errors. That took me an hour
> > to produce this pa
On Mon, Jul 8, 2013 at 12:59 AM, Andrew Pinski wrote:
> On Sun, Jul 7, 2013 at 10:55 PM, Gabriel Dos Reis
> wrote:
>> On Mon, Jul 8, 2013 at 12:19 AM, Andrew Pinski wrote:
>>> On Sun, Jul 7, 2013 at 10:17 PM, Gabriel Dos Reis
>>> wrote:
On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely
>>>
On Sun, Jul 7, 2013 at 10:55 PM, Gabriel Dos Reis
wrote:
> On Mon, Jul 8, 2013 at 12:19 AM, Andrew Pinski wrote:
>> On Sun, Jul 7, 2013 at 10:17 PM, Gabriel Dos Reis
>> wrote:
>>> On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely
>>> wrote:
On 7 July 2013 21:33, Gabriel Dos Reis wrote:
On Mon, Jul 8, 2013 at 12:19 AM, Andrew Pinski wrote:
> On Sun, Jul 7, 2013 at 10:17 PM, Gabriel Dos Reis
> wrote:
>> On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely
>> wrote:
>>> On 7 July 2013 21:33, Gabriel Dos Reis wrote:
How about not enabling multi lib build by default on targets we
On Sun, Jul 7, 2013 at 10:17 PM, Gabriel Dos Reis
wrote:
> On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely wrote:
>> On 7 July 2013 21:33, Gabriel Dos Reis wrote:
>>> How about not enabling multi lib build by default on targets we now that
>>> will fail anyway? I have the suspicion this problem
On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely wrote:
> On 7 July 2013 21:33, Gabriel Dos Reis wrote:
>> How about not enabling multi lib build by default on targets we now that
>> will fail anyway? I have the suspicion this problem is unique to openSUSE,
>> so we can take care of that.
>
> I'm
Hi,
I've been playing around gcc -flto flag and inlining functionnalities for a
while in search of both optimized performance and full understanding of g++
behavious.
Right now, I'm puzzled by the assembly output produced for that piece of code:
#include
using namespace std;
class A
{
public:
On Sun, 07 Jul 2013 21:57:05 +0200
Oleg Endo wrote:
> - // Randomize the colour, just for asthetics =)
> + // Randomize the colour, just for aesthetics =)
>
> -> missed 'color' (in a couple of places actually)
Because that's the correct way of spelling colour.
--
Ryan Hill
On 7 July 2013 21:33, Gabriel Dos Reis wrote:
> How about not enabling multi lib build by default on targets we now that
> will fail anyway? I have the suspicion this problem is unique to openSUSE,
> so we can take care of that.
I'm pretty sure I've seen it happen with RHEL and Fedora, and Ubuntu
Snapshot gcc-4.9-20130707 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20130707/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk
On Sun, Jul 7, 2013 at 12:44 PM, Jonathan Wakely wrote:
> On 7 July 2013 15:00, Bruce Korb wrote:
>> On 07/06/13 11:53, Andreas Schwab wrote:
>>>
>>> Bruce Korb writes:
>>>
Why is it that configure worked but stubs-32.h was not found?
>>>
>>>
>>> This is testing the host compiler which does
On Sun, Jul 7, 2013 at 9:00 AM, Bruce Korb wrote:
> On 07/06/13 11:53, Andreas Schwab wrote:
>>
>> Bruce Korb writes:
>>
>>> Why is it that configure worked but stubs-32.h was not found?
>>
>>
>> This is testing the host compiler which doesn't need that file. You
>> need to build the target comp
istanbul english club
profesyonel ingilizce konuşma eğitimi merkezi
konuşma kulübü haricinde birebir(özel)eğitimler yine
kayıt ve devam sistemi olmadan devam ediyor...
eğitmenlerin tümü ingiliz ve amerikalı...
2 kişi gel 1 kişi öde sistemi devam etmektedir.
1 saat birebir(özel)ders sadece 45 TL
On Sun, 2013-07-07 at 19:54 +0200, Georg-Johann Lay wrote:
> Ondrej Bilka schrieb:
>
> > http://kam.mff.cuni.cz/~ondra/gcc_misspell.patch
>
Below are some other hunks that look suspicious...
(trying not to duplicate the things already mentioned by others)
- * 1) It means that finalizers, and al
Ondrej Bilka schrieb:
http://kam.mff.cuni.cz/~ondra/gcc_misspell.patch
This is wrong:
@@ -10834,7 +10834,7 @@ avr_convert_to_type (tree type, tree expr)
XOP[2] # Bytes to copy
Return TRUE if the expansion is accomplished.
- Return FALSE if the operand compination is not supported
On 7 July 2013 15:21, Ondřej Bílka wrote:
>
> discontiguousdiscontinuous
This one is incorrect - the libstdc++ header is talking about
contiguous memory, not continuous memory (arguably it should be
non-contiguous, but leaving it alone is better than changing it to
discontinuous.)
On 7 July 2013 15:21, Ondřej Bílka wrote:
>
> I worked how to make this more efficient. I created patch with obvious cases
> in hour. (only comments in c files though.)
>
> http://kam.mff.cuni.cz/~ondra/gcc_misspell.patch
Some of the code fixed by that (boehm-gc, zlib, libsanitizer) is
maintained
On 7 July 2013 15:00, Bruce Korb wrote:
> On 07/06/13 11:53, Andreas Schwab wrote:
>>
>> Bruce Korb writes:
>>
>>> Why is it that configure worked but stubs-32.h was not found?
>>
>>
>> This is testing the host compiler which doesn't need that file. You
>> need to build the target compiler befor
On Sat, Jul 06, 2013 at 01:14:38PM +0100, Jonathan Wakely wrote:
> I decided to grep for all the misspelled words beginning with A from
> your list and fix the ones that were real errors. That took me an hour
> to produce this patch. It doesn't include changes to java or fortran,
> as I don't have
On 07/06/13 11:53, Andreas Schwab wrote:
Bruce Korb writes:
Why is it that configure worked but stubs-32.h was not found?
This is testing the host compiler which doesn't need that file. You
need to build the target compiler before you can test it.
Sorry, I'm still confused. I had a fresh
20 matches
Mail list logo