Bug#464925: g++-4.2: ICE on arm when building systemtap

2008-02-09 Thread Євгеній Мещеряков
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

Bug#614402: gnat-4.4: Pragma Assert is rejected with No_Implementation_Pragmas restriction

2011-02-21 Thread Євгеній Мещеряков
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

Bug#614402: gnat-4.4: Pragma Assert is rejected with No_Implementation_Pragmas restriction

2011-02-21 Thread Євгеній Мещеряков
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

Bug#616362: gcc-snapshot: link failure with gnat (/usr/bin/ld: cannot find -laddr2line)

2011-03-03 Thread Євгеній Мещеряков
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

Bug#616362: gcc-snapshot: link failure with gnat (/usr/bin/ld: cannot find -laddr2line)

2011-03-05 Thread Євгеній Мещеряков
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

Bug#623382: gnat-4.4: fails to find system.ads

2011-04-19 Thread Євгеній Мещеряков
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

Bug#635112: gnat-4.6: probably miscompiled on powerpc

2011-07-22 Thread Євгеній Мещеряков
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

Bug#635112: gnat-4.6: probably miscompiled on powerpc

2011-07-22 Thread Євгеній Мещеряков
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

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-19 Thread Євгеній Мещеряков
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/

Bug#642128: Acknowledgement (gnat-4.6: fails to build spark on kfreebsd)

2011-09-19 Thread Євгеній Мещеряков
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

Bug#643663: gnat: Illegal program not detected (record component with no supplied value) and invalid access to atomic variable

2011-09-28 Thread Євгеній Мещеряков
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

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-29 Thread Євгеній Мещеряков
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

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-29 Thread Євгеній Мещеряков
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

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-29 Thread Євгеній Мещеряков
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

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-29 Thread Євгеній Мещеряков
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. > >

Bug#642128: gnat-4.6: fails to build spark on kfreebsd

2011-09-30 Thread Євгеній Мещеряков
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

Bug#643663: gnat: Illegal program not detected (record component with no supplied value) and invalid access to atomic variable

2011-10-03 Thread Євгеній Мещеряков
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

Bug#644849: gnat-4.6: does not work with current gcc-4.6

2011-10-09 Thread Євгеній Мещеряков
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

Bug#697133: gcc-4.7: does not define _REENTRANT when run with -pthread on Hurd

2013-01-01 Thread Євгеній Мещеряков
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