[Bug other/12782] ffi.h #defines ffi_type_[us]long wrong on 32bit arches

2003-10-27 Thread a dot rottmann at gmx dot at
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12782 --- Additional Comments From a dot rottmann at gmx dot at 2003-10-27 09:48 --- The ffi.h[.in] file changed a bit since the gcc 3.3.2 release. Now (in CVS) it blatantly say

Bug#217793: gcc-3.3: SIGBUS when trying to profile

2003-10-27 Thread Daniel Bayer
Package: gcc-3.3 Version: 1:3.3.2-1 Severity: normal Hello, I get a SIGBUS when I try to profile something: | [EMAIL PROTECTED]:~ $ cat a.c | void a() { } | int main() { a(); } | [EMAIL PROTECTED]:~ $ gcc-3.3 -m32 -p -pg -o a a.c | [EMAIL PROTECTED]:~ $ ./a | Bus-Zugriffsfehler | [EMAIL PROTECTED

Bug#217360: gcc-3.2: meaningless warning for %p in format strings

2003-10-27 Thread Falk Hueffner
Jason Kraftcheck <[EMAIL PROTECTED]> writes: > If the following is compiled with the options -Wall -pedantic-errors : > #include > int main( ) > { > int i; > printf("%p\n", &i ); > return 0; > } > > gcc emits the following: > voidptr.c: In function `main': > voidptr.c:5:

[Bug c++/12765] [3.3.2 regression] 2GB mem not enough for sucessful compile

2003-10-27 Thread jason at redhat dot com
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12765 jason at redhat dot com changed: What|Removed |Added Sta

[Bug c++/12726] [3.3.2/3.4 regression] ICE (segfault) on trivial code

2003-10-27 Thread jason at redhat dot com
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12726 jason at redhat dot com changed: What|Removed |Added