



Hi, This is a piece of code I found while going through a web siteSurprisingly it compiles and gives the expected output(prints theline), even though the pointer is initialized to NULL.I am using gcc 3.3 on Mac S X.Can any one tell me what's happening?What's the point of having static...
Like now we have compiler options like "-mmmx -msse -msse2 -msse3-m3dnow" - would it be possible to optimize the code of the binary to use the GPU with "-with-nvidia-gpu" or "-with-ati-gpu"?I would like to hear some theoretical discussion about that.That's not what these mailing lists are a...
Hi,I committed mainline and 4_0 this small patch fixing a minor regression.Tested x86-linux.Paolo./////////////////2005-05-20 Paolo Carlini <pcarlini (AT) suse (DOT) de>* include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):Don't qualify __tmp as const, _ValueType is not ne...
Additional Comments From pcarlini at suse dot de 2005-05-20 09:03FWIW, I agree, as far as the visibility issues are concerned (I don't want tosay something more general): the issues are *long* standing, important projectsare already using the features and nobody (almost ;) cares about the...
Additional Comments From pluto at agmk dot net 2005-05-20 09:02(In reply to comment #52)Great! I forgot to thank you for all your testing efforts: thanks! ()i'll test these fixes on alpha/sparc{32,64} too in near feature.i have machines but no time :/...
How much of your database can you export as text? Can you usefully store your exported text under subversion?Simon CraseMessage>From: M. Verkerk - [mailto:m.verkerk (AT) erasmusmc (DOT) nl]>Sent: Friday, 20 May 2005 12:55 AM>To: Subversion Users Mailinglist>Subject: Controlling Micro...
Additional Comments From pluto at agmk dot net 2005-05-20 08:58(In reply to comment #54)Subject: Re: libstdc++ headers should have pop/pushof the visibility around the declarationsbernie at develer dot com wrote:It's not a regresion, but it causes KDE to miscompilewith GCC 4.0.0. Could we...
Mark Phippard wrote:2) TortoiseSVN lets the user start typing their commit message while thecode is crawling the WC looking for the changes. Since the filenames haveto be passed to the hook, they would have to drop this feature.I guess the other option is that the GUI's could call the hook...
[[[Version 4: Patch to fix issue 2069 - "svn status" in xml mode* (svn_cl__print_status_xml): added prototype for new function (svn_cl__get_notifier2) : added prototype for new wrapper function* (generate_status_desc): new function for getting detailed string representation of status (print_stat...
Author: rajaDate: 2005-05-20 04:08:59 -0400 (Fri, 20 May 2005)New Revision: 44799Added:Modified:Log:* Makefile (SUBDIRS): Add Test/standalone.* Test/standalone/Makefile: Add.Modified: 2005-05-20 08:06:11 UTC (rev 44798) 2005-05-20 08:08:59 UTC (rev 44799)@@ -1,3 +1,8 @@+2005-05-20 Raja R Harinat...
Author: sudhaDate: 2005-05-20 04:06:11 -0400 (Fri, 20 May 2005)New Revision: 44798Modified:Log:Modifying the order of Named argumentsModified: 2005-05-20 07:39:29 UTC (rev 44797) 2005-05-20 08:06:11 UTC (rev 44798)@@ -5,7 +5,7 @@ Class C Public Function fun(i as integer, a1 as Char = "c", j as I...
Additional Comments From mario dot tragni at planetek dot it 2005-05-20 08:40(In reply to comment #2)State-Changed-From-To: open->closedState-Changed-Why: See any faq on numerical analysis that mentions the x86.You are seeing the results of excess precision in the FPU.Either change the round...
