Re: Undefined constant is crashing streams - g++ bug?

2012-04-29 Thread Marc Glisse
On Sun, 29 Apr 2012, Daniel Marschall wrote: I think I have found a bug in G++ . Please submit it to the bug tracker (I do not want to open an account there) if you think it is a bug - I am not sure about it. Opening an account is not that bad. The right list to ask for help is gcc-h...@gcc.

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Georg-Johann Lay
Peter Bigot a écrit: The MSP430's split address space and ISA make it expensive to place data above the 64 kB boundary, but cheap to place code there. So I'm looking for a way to use HImode for data pointers, but PSImode for function pointers. If gcc supports this, it's not obvious how. I get

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Robert Dewar
On 4/29/2012 8:51 AM, Georg-Johann Lay wrote: Peter Bigot a écrit: The MSP430's split address space and ISA make it expensive to place data above the 64 kB boundary, but cheap to place code there. So I'm looking for a way to use HImode for data pointers, but PSImode for function pointers. If

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Peter Bigot
On Sun, Apr 29, 2012 at 7:51 AM, Georg-Johann Lay wrote: > Peter Bigot a écrit: > >> The MSP430's split address space and ISA make it expensive to place >> data above the 64 kB boundary, but cheap to place code there.  So I'm >> looking for a way to use HImode for data pointers, but PSImode for >>

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Andreas Schwab
Robert Dewar writes: > Just to be clear, there is nothing in the standard that forbids the > sizes being different AFAIK? I understand that both gcc and apps > may make unwarranted assumptions. POSIX makes that assumption, via the dlsym interface. Andreas. -- Andreas Schwab, sch...@linux-m68k

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Robert Dewar
On 4/29/2012 9:25 AM, Andreas Schwab wrote: Robert Dewar writes: Just to be clear, there is nothing in the standard that forbids the sizes being different AFAIK? I understand that both gcc and apps may make unwarranted assumptions. POSIX makes that assumption, via the dlsym interface. that

Re: Should gcc give warning for this case?

2012-04-29 Thread Jonathan Wakely
This question is not appropriate on this mailing list, questions about using GCC should be sent to the gcc-h...@gcc.gnu.org list, please take any follow up there instead, thanks. On 29 April 2012 07:14, Qun-Ying wrote: > > No warning at all.  Should gcc warn about the *next pointer points to > an

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Georg-Johann Lay
Peter Bigot a écrit: Georg-Johann Lay wrote: Peter Bigot a écrit: The MSP430's split address space and ISA make it expensive to place data above the 64 kB boundary, but cheap to place code there. So I'm looking for a way to use HImode for data pointers, but PSImode for function pointers. I

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Basile Starynkevitch
On Sun, 29 Apr 2012 09:43:02 -0400 Robert Dewar wrote: > On 4/29/2012 9:25 AM, Andreas Schwab wrote: > > Robert Dewar writes: > > > >> Just to be clear, there is nothing in the standard that forbids the > >> sizes being different AFAIK? I understand that both gcc and apps > >> may make unwarrant

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Robert Dewar
On 4/29/2012 12:47 PM, Basile Starynkevitch wrote: My biased point of view is that designing a processor instruction set (for POSIX-like systems or standard C software in mind) with function pointers of different size than data pointers is today a mistake: most software make the implicit assum

go in 4.7.0 seems to fail quite badly

2012-04-29 Thread Dennis Clarke
Has anyone seen better results from the testsuite for GO ? I am getting ugly results from the testsuite and this somewhat baffles me as the GCC 4.6.3 compiler I am using tests very well thus : http://gcc.gnu.org/ml/gcc-testresults/2012-04/msg02433.html However when I bootstrap GCC 4.7.0 and i

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Basile Starynkevitch
On Sun, 29 Apr 2012 12:50:44 -0400 Robert Dewar wrote: > On 4/29/2012 12:47 PM, Basile Starynkevitch wrote: > > > My biased point of view is that designing a processor instruction set (for > > POSIX-like > > systems or standard C software in mind) with function pointers of different > > size t

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Robert Dewar
On 4/29/2012 1:19 PM, Basile Starynkevitch wrote: For instance, I don't think that porting the Linux kernel (or the FreeBSD one) to such an architecture (having data pointers of different size that function pointers) is easy. Well it doesnt' surprise me too much that GNU/Linux has non-standa

Re: making sizeof(void*) different from sizeof(void(*)())

2012-04-29 Thread Andreas Schwab
Basile Starynkevitch writes: > `dlsym` is the obvious hint Most programs don't use dlsym. > also simply that most (probably nearly all) Linux/ELF systems and Unix > systems have same > size for data and function pointers. Those that don't use function descriptors. Andreas. -- Andreas Schwa

Compile and run time comparison of every gcc release since 2.95

2012-04-29 Thread Bradley Lucier
Marc Feeley, the author of the Gambit Scheme compiler and interpreter, has measured the time to "make" the current version of Gambit, and then to run an application in the Gambit interpreter, for every release of gcc since gcc-2.95. For each version of gcc, Feeley built Gambit in each of two way

gcc-4.8-20120429 is now available

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