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.
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
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
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
>>
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo