Package: g++-4.2
Version: 4.2.2-7
Severity: important
From
http://buildd.debian.org/fetch.cgi?pkg=systemtap;ver=0.0.20080209-2;arch=arm;stamp=1202592439
arm-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"'
-DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"'
-Wall
Package: gnat-4.4
Version: 4.4.5-3
Severity: normal
Tags: upstream patch
Forwarded: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47818
I reported this bug to gcc bugzilla, but it is also applies to Debian
(gnat-4.4 and gcc-snapshot).
Compilation of code containing pragma Assert fails if restrictio
21 лютого 2011 о 19:51 +0100 Євгеній Мещеряков написав(-ла):
> Attached patch adds check in Pragma_Check case. If rewritten pragma Assert was
> found then restrictions are not checked.
I forgot to add that patch is for gcc trunk. I did not test it with
gcc-4.4.
signature.asc
Descr
Package: gcc-snapshot
Version: 20110226-1
Severity: normal
Linking of Ada program fails if it depends on GNAT.Traceback.Symbolic:
% cat testcase.adb
with GNAT.Traceback.Symbolic;
procedure TestCase is
begin
null;
end TestCase;
% gnatmake testcase.adb
gcc -c testcase.adb
gnatbind -x testcase.al
Hello,
I reported that bug because I tried to compile spark-gpl. Compilation
failed with stack overflow or invalid memory access. It was compiled
fine with gcc-snapshot, but linking failed. So I guess the bug with
stack overflow was fixed somewhere between gcc-4.4 and 4.6. Or maybe it
was introduc
Package: gnat-4.4
Version: 4.4.5-4
Severity: grave
gnat does not seem to work anymore. It always fails like this:
% gcc-4.4 -c test.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
compilation abandoned
% gnat
fatal error, run-time library not installed cor
Package: gnat-4.6
Version: 4.6.1-1
Severity: important
It looks like gnat-4.6 was not compiled correctly on powerpc. spark
(in experimental) build dies with the following error message:
gnatbind -I../lib/spark/current -I../common/versioning -E -x examiner.ali
error: "g-trasym.adb" must be com
severity 635112 serious
thanks
I also noticed that gnat-4.6 on powerpc constans no g-trasym.adb, but it
is present on x86_64. Also build log for gnat-4.6 contains this:
cp: cannot stat `rts-shared-zcx/g-trasym.adb': No such file or directory
cp: cannot stat `rts-static-sjlj/g-trasym.adb': N
Package: gnat-4.6
Version: 4.6.1-5
Severity: important
Building of spark (2011.0.deb-3) fails on both kfreebsd-i386 and -amd64 with
gnat-4.6.
The build fails with the following error:
gnatlink examiner.ali -g -O2 -fdata-sections -ffunction-sections -o spark
-Wl,--gc-sections
/usr/lib/gcc/
I found symbol 'clock_gettime' in librt.so (not in NEEDED of libgnarl).
I cannot find two other symbols anywhere.
signature.asc
Description: Digital signature
Package: gnat-4.6
Version: 4.6.1-5
Severity: normal
Tags: upstream
Forwarded: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50558
I reported this bug to the gcc bugzilla.
The following invalid program (component 'Reserved' does not have default
value) compiles with no error (gcc 4.6.1 and 4.7.0 (sn
reopen 642128
found 642128 4.6.1-6
thanks
The newest version of gnat-4.6 still cannot build spark. Build now fails
with the following message:
gnatlink examiner.ali -g -O2 -fdata-sections -ffunction-sections -o spark
-Wl,--gc-sections
/usr/bin/ld: spark: local symbol `pthread_mutexattr_des
Hmm, that symbol looks global to me:
$ nm -D /lib/x86_64-kfreebsd-gnu/libpthread.so.0 | grep
pthread_mutexattr_destroy
7b70 T __pthread_mutexattr_destroy
7b70 T pthread_mutexattr_destroy
signature.asc
Description: Digital signature
29 вересня 2011 о 20:15 +0200 Євгеній Мещеряков написав(-ла):
> Hmm, that symbol looks global to me:
>
> $ nm -D /lib/x86_64-kfreebsd-gnu/libpthread.so.0 | grep
> pthread_mutexattr_destroy
> 7b70 T __pthread_mutexattr_destroy
> 7b70 T pthread_mutexa
29 вересня 2011 о 21:22 +0200 Ludovic Brenta написав(-ла):
> Try removing the --gc-sections linker options, per [1]. It looks like
> it is this option that triggers a bug in ld. If this works, please
> close the gnat-4.6 bug and check whether a corresponding bug is already
> open against ld.
>
>
udovic Brenta wrote:
> > Євгеній Мещеряков writes:
> >> 29 вересня 2011 о 20:15 +0200 Євгеній Мещеряков написав(-ла):
> >>> Hmm, that symbol looks global to me:
> >>>
> >>> $ nm -D /lib/x86_64-kfreebsd-gnu/libpthread.so.0 | grep
> >>> pt
retitle 643663 Legal program rejected (record component with no supplied value)
and invalid access to atomic variable
thanks
It seems that program in the attachment test.ada is actually legal. So
the bug is that program in good.ada (also legal) is rejected and
incorrect code is generated for acce
Package: gnat-4.6
Version: 4.6.1-6
Severity: grave
gnat-4.6 stoppend working after today's gcc-4.6 upgrade.
% gnatmake
fatal error, run-time library not installed correctly
cannot locate file system.ads
Exception name: TYPES.UNRECOVERABLE_ERROR
Message: targparm.adb:177
gnatma
Package: gcc-4.7
Version: 4.7.2-4
Severity: normal
gcc-4.7 does not seem to define _REENTRANT when used with -pthread
option on Hurd. Other Debian architectures have this definition. This
breaks building of swi-prolog [1]. This probably can be fixed by adding
%{pthread:-D_REENTRANT} to CPP_SPEC in
19 matches
Mail list logo