Re: Question about Dejagnu C++ Execution Test

2012-08-17 Thread Andrew Pinski
On Fri, Aug 17, 2012 at 8:34 PM, Iyer, Balaji V wrote: > Hello Everyone > I have a question regarding a DejaGNU execution tests for C++. For C > I used several C-torture routines (e.g. c-torture-execute) to add execution > tests into the testsuite. I am not able to find a similar set of

Question about Dejagnu C++ Execution Test

2012-08-17 Thread Iyer, Balaji V
Hello Everyone I have a question regarding a DejaGNU execution tests for C++. For C I used several C-torture routines (e.g. c-torture-execute) to add execution tests into the testsuite. I am not able to find a similar set of routine to use in C++. Can someone please point me if similar f

gcc-4.6-20120817 is now available

2012-08-17 Thread gccadmin
Snapshot gcc-4.6-20120817 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20120817/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: New GCC takes 19x as long to compile my program (compared to old GCC), plus void** patch suggestion

2012-08-17 Thread Lawrence Crowl
On 8/13/12, Elmar Krieger wrote: > Good news, and especially the -ftime-report trick was highly useful. > > For example, I got a huge slowdown also with this compiler: > > gcc44 (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3) > Copyright (C) 2010 Free Software Foundation, Inc. > > which spends all its time

Re: bug or idiosyncrasy?

2012-08-17 Thread Jonathan Wakely
On 17 August 2012 08:25, Andrew Pinski wrote: > On Fri, Aug 17, 2012 at 12:15 AM, Ulrich Drepper wrote: >> Compiling the following code with D defined works. Leave it out (and >> remove the extra dimension which has no influence on the data layout >> etc) and it compiles. Is this correct? Why w

Steering Committee

2012-08-17 Thread Hariharan Sandanagobalane
Dear SC members, I used to maintain the picochip port of GCC, but I have not been active on the picochip port over the last 8 months. This is unlikely to change in the future, so I would like my name to be removed from the maintainers list as picochip maintainer. I am still actively working on GCC,

Re: The C++ conversion branch has been merged into trunk

2012-08-17 Thread Aaron Gray
On 15 August 2012 03:05, Diego Novillo wrote: > > I have committed rev 190402, which merges the cxx-conversion branch into > trunk. Thanks to everyone who provided review feedback and tested the > branch. > > While we have tested the changes pretty thoroughly, we will monitor results > from teste

Re: bug or idiosyncrasy?

2012-08-17 Thread Andrew Pinski
On Fri, Aug 17, 2012 at 12:15 AM, Ulrich Drepper wrote: > Compiling the following code with D defined works. Leave it out (and > remove the extra dimension which has no influence on the data layout > etc) and it compiles. Is this correct? Why wouldn't a simple use of > an array parameter be suf

bug or idiosyncrasy?

2012-08-17 Thread Ulrich Drepper
Compiling the following code with D defined works. Leave it out (and remove the extra dimension which has no influence on the data layout etc) and it compiles. Is this correct? Why wouldn't a simple use of an array parameter be sufficient? #ifdef D #define XD [1] #define XR [0] #define XBB {