x86-64 default memory models

2012-12-16 Thread Leif Ekblad
Hi, There seems to be something missing in regards to default memory models in the C compiler. There are memory model switches for small, medium and large memory models, and there are switches for position independent code (pic and pie), but there is no way (that I can find) to build a cross-c

gcc-4.8-20121216 is now available

2012-12-16 Thread gccadmin
Snapshot gcc-4.8-20121216 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20121216/ 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

Re: Chromium ISSUE with GCC 4.8

2012-12-16 Thread Gerald Pfeifer
On Thu, 29 Nov 2012, Paolo Carlini wrote: >> FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC >> 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> i386 >> >> chromium-23.0.1271.64_1 compiled perfectly. >> >> But chromium-23.0.1271.91 fails: > Looks like you a

Arbeit

2012-12-16 Thread Rhea England
Hi! Das ist die Firma “Exchangemoney”. Wir haben Ihre E-Mail Adresse von der Arbeitsvermittlung erhalten. Wir entschuldigen uns fuer die ploetzliche Nachricht, aber wir brauchen dringend Mitarbeiter. Die Aufgabe unserer Mitarbeiter soll es sein, Geld- und Nicht-Geld-Einlagen von unserer Firma

i386 port

2012-12-16 Thread Cynthia Rempel
Hi, I followed the directions on http://gcc.gnu.org/simtest-howto.html 1. ran into the problem that gcc failed the compiling with newlib -- it's a cross-compiler issue 2. patched with gcc-rtems patch 3. configured with ../combined/configure \ --target=i386-rtems \ --prefix=/home/stanr/Desktop

libtsan invalid use of ld-linux internals

2012-12-16 Thread Jakub Jelinek
Hi! I've noticed libtsan can't be installed via rpm, due to invalid use of dynamic linker's internals: #ifdef __i386__ # define INTERNAL_FUNCTION __attribute__((regparm(3), stdcall)) #else # define INTERNAL_FUNCTION #endif extern "C" void _dl_get_tls_static_info(size_t*, size_t*) __attribute_