Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
gcc 4.2 patch (Debian bug report #361933)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Frank Schoolmeesters  
View profile  
 More options Apr 11 2006, 1:10 pm
From: "Frank Schoolmeesters" <frank.schoolmeest...@gmail.com>
Date: Tue, 11 Apr 2006 19:10:13 +0200
Local: Tues, Apr 11 2006 1:10 pm
Subject: gcc 4.2 patch (Debian bug report #361933)
Hi guys,

There is a gcc 4.2 patch in the Debian bugtracker.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361933
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=krusader
Can someone take a look at it?

Thanks

Frank


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dirk Eschler  
View profile  
 More options Apr 11 2006, 4:13 pm
From: Dirk Eschler <dirk.esch...@gmx.net>
Date: Tue, 11 Apr 2006 22:13:16 +0200
Local: Tues, Apr 11 2006 4:13 pm
Subject: Re: [Krusader-devel] gcc 4.2 patch (Debian bug report #361933)
Am Dienstag, 11. April 2006 19:10 schrieb Frank Schoolmeesters:

Just out of curiosity, where is "0L" defined, and how is it different from 0
or NULL (i suppose it's not)?

--
Dirk Eschler <mailto:dirk.esch...@gmx.net>
http://www.krusader.org


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Heiner  
View profile  
 More options Apr 11 2006, 5:02 pm
From: Heiner <h.eichm...@gmx.de>
Date: Tue, 11 Apr 2006 23:02:02 +0200
Local: Tues, Apr 11 2006 5:02 pm
Subject: Re: [Krusader-devel] Re: gcc 4.2 patch (Debian bug report #361933)
On Tuesday 11 April 2006 22:13, Dirk Eschler wrote:

> Just out of curiosity, where is "0L" defined, and how is it different from
> 0 or NULL (i suppose it's not)?

Hi!

0L is just the "long" version of 0, whatever this means (the meaning is
compiler dependent). I think, that

virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L;

is syntactically wrong, but gcc < 4.2 just allows it. From the bug report I
further guess, that gcc 4.2 will not allow it any more. Can't check it, as I
am still using gcc 3.4.2,

In any case the fix should not harm.

Heiner


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dirk Eschler  
View profile  
 More options Apr 11 2006, 6:13 pm
From: Dirk Eschler <dirk.esch...@gmx.net>
Date: Wed, 12 Apr 2006 00:13:15 +0200
Local: Tues, Apr 11 2006 6:13 pm
Subject: Re: [Krusader-devel] Re: gcc 4.2 patch (Debian bug report #361933)
Am Dienstag, 11. April 2006 23:02 schrieb Heiner:

Thanks for the explanation. Since Rafi is working on the VFS right now, the
fix is better committed by him.

--
Dirk Eschler <mailto:dirk.esch...@gmx.net>
http://www.krusader.org


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bähr  
View profile  
 More options Apr 12 2006, 12:44 pm
From: Jonas Bähr <jonas.ba...@web.de>
Date: Wed, 12 Apr 2006 18:44:49 +0200
Local: Wed, Apr 12 2006 12:44 pm
Subject: Re: [Krusader-devel] Re: gcc 4.2 patch (Debian bug report #361933)
Am 11.04.2006 um 22:13 schrieb Dirk Eschler:

> Just out of curiosity, where is "0L" defined, and how is it  
> different from 0
> or NULL (i suppose it's not)?

 From what I know 0 is the mathemtical zero while 0L is a null-adress  
(used for pointers) - if there is the need to distinguish between  
numerical values and adresses...

bye,
Jonas


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rafi Yanai  
View profile  
 More options Apr 13 2006, 1:13 pm
From: "Rafi Yanai" <rafi.ya...@gmail.com>
Date: Thu, 13 Apr 2006 19:13:52 +0200
Local: Thurs, Apr 13 2006 1:13 pm
Subject: Re: [Krusader-devel] Re: gcc 4.2 patch (Debian bug report #361933)

I changed all the "0L" to  "0" in vfs files. I'll comit as soon as I'll have
a version that works ;)

On 4/12/06, Jonas Bähr <jonas.ba...@web.de> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Schoolmeesters  
View profile  
 More options Jul 14 2006, 2:57 pm
From: "Frank Schoolmeesters" <frank.schoolmeest...@gmail.com>
Date: Fri, 14 Jul 2006 20:57:31 +0200
Local: Fri, Jul 14 2006 2:57 pm
Subject: Re: [Krusader-devel] Re: gcc 4.2 patch (Debian bug report #361933)
I'm digging in the krusader-devel archive for open issues ;)
Rafi, are these changes in cvs?

bye,

Frank

On 4/13/06, Rafi Yanai <rafi.ya...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google