PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
charlet at gcc dot gnu dot org changed:
What|Removed |Added
Le 22.10.03, Matthias Klose a tapoté :
| Thomas, please could you recheck with gcc-3.3.2-1 from unstable?
julie[gacc] cat /root/apt-200310221207.log
Inst gcc-3.3 [1:3.3.2-0pre5] (1:3.3.2-1 Debian:unstable)
julie[gacc] gcc -v
Reading specs from /usr/lib/gcc-lib/sparc-linux/3.3.2/specs
Configured
> julie[gacc] make
> ==> Building gAcc for Linux/sparc...
> Making all in libgacc...
> make[1]: Entering directory `/home/thomas/devel/gacc/libgacc'
> gcc -c -g3 -I/usr/include -O2 -Wall -I. -I.. -DDEBUG_LEVEL=0 comms.c
> /tmp/ccieLhss.s: Assembler messages:
> /tmp/ccieLhss.s:6180: Error: reloc
This is a bug in the code. Too much allocation on the stack:
int read_infos (int socket_data, char **infos) {
int nb;
char datas[SSIZE_MAX];
/* SSIZE_MAX = 2147483647 */
That's 2 gigs of stack allocation...not likely to happen :) It produces
this overflow of stack in assembly:
read
Le 22.10.03, Ben Collins a tapoté :
| This is a bug in the code. Too much allocation on the stack:
|
| int read_infos (int socket_data, char **infos) {
| int nb;
| char datas[SSIZE_MAX];
|
| /* SSIZE_MAX = 2147483647 */
|
| That's 2 gigs of stack allocation...not likely to happen :) I
> | this overflow of stack in assembly:
> |
> | read_infos:
> | .LLFB46:
> | .loc 1 197 0
> | !#PROLOGUE# 0
> | save%sp, --2147483544, %sp
> |
> | Notice the double negative, produces by overflowing the stack pointer,
>
> I'm not very familiar with compilers internals but (I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm trying to build gcc-3.3 on woody, packages upgraded to requirements of
the Build-Deps, but I am running into an error.
This is for gcc-3.3_3.3.2ds4-1. I have previously built gcc-3.3_3.3.1-1
without problems.
ln -s ../../../../src/libstdc++-v3/.
Le 22.10.03, Ben Collins a tapoté :
| > I'm not very familiar with compilers internals but (I once made
| > a code-generator, that's all) but how can a double negative can
| > happen ?
|
| It is basically this:
|
| fprintf(asm_file, "\tsave\t%sp, -%d, %sp\n", size_of_stack);
|
|
Package: g++-3.3
Version: 3.3.2-1
Severity: normal
I'm confused about the -Wformat behaviour in newer g++ 3.3 releases.
It works for plain C, but seems to be ignored for C++ (in some cases
at least). Look at this:
[EMAIL PROTECTED]:~$ cat testik.cc
#include
int main()
{
printf("%d\n", 1, 1);
Forgotten copy; the file is stored on
http://people.debian.org/~blade/misc/sshfs-breaks-with-g++-3.3.tgz
- Forwarded message from Eduard Bloch <[EMAIL PROTECTED]> -
Date: Wed, 22 Oct 2003 11:28:47 +0200
From: Eduard Bloch <[EMAIL PROTECTED]>
Subject: Re: Bug#194345: FTB the lufs package
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-22
15:13 ---
Subject: Bug 10110
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
charlet at gcc dot gnu dot org changed:
What|Removed |Added
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-22
15:27 ---
Subject: Bug 10110
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8610
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-22
15:52 ---
Subject: Bug 8610
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL P
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8610
paolo at gcc dot gnu dot org changed:
What|Removed |Added
15 matches
Mail list logo