[Bug ada/89493] New: Stack smashing on armv7hl

2019-02-25 Thread pavel at zhukoff dot net
: unassigned at gcc dot gnu.org Reporter: pavel at zhukoff dot net Target Milestone: --- Created attachment 45816 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45816=edit reproducer Reporting this for ada as reproducer is part of gprbuild (gprinstall) code. In some cases (ret

[Bug ada/81424] [7 regression] internal error on GPRbuild with -O2

2017-07-16 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81424 --- Comment #2 from Pavel Zhukov --- (In reply to Eric Botcazou from comment #1) > Confirmed, but how can it block anything since the workaround is trivial? Thanks Eric. We have to use compiler/linker flags provided by distribution's macros

[Bug ada/81424] New: gnat bugbox on i386

2017-07-13 Thread pavel at zhukoff dot net
: unassigned at gcc dot gnu.org Reporter: pavel at zhukoff dot net Target Milestone: --- During compilcation of gprbuild or gnatcoll on i686 in Fedora compiler exits with unrecoverable error [1]. Reproducer https://landgraf.fedorapeople.org/gccbug.tgz. Compilation options are in command.sh

[Bug ada/79945] ppc64le Default_Bit_Order in Ada

2017-03-08 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79945 --- Comment #6 from Pavel Zhukov --- Checked. Standard'Bit_Order is correct. So should be fine. Thank you, Eric.

[Bug ada/79945] ppc64le Default_Bit_Order in Ada

2017-03-07 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79945 Pavel Zhukov changed: What|Removed |Added CC||pavel at zhukoff dot net --- Comment #5

[Bug ada/63222] Ada.Directories.Delete_File refuses to delete dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63222 --- Comment #2 from Pavel Zhukov pavel at zhukoff dot net --- If symlink is broken Ada.Directories.Exists returns False (actually it's because stat64 returns ENOENT in __gnat_stat). Easy to reproduce: mkdir 'test' cd 'test' touch target ln

[Bug ada/63222] Ada.Directories.Delete_File refuses to delete dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63222 Pavel Zhukov pavel at zhukoff dot net changed: What|Removed |Added CC||pavel at zhukoff

[Bug ada/66972] New: Ada.Directories doesn't recognize dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: pavel at zhukoff dot net Target Milestone: --- If symlink is broken Ada.Directories.Exists returns False (actually it's because stat64 returns ENOENT in __gnat_stat). Easy to reproduce: mkdir 'test' cd 'test' touch

[Bug ada/66972] Ada.Directories doesn't recognize dangling symlinks

2015-07-22 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66972 Pavel Zhukov pavel at zhukoff dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug ada/65477] gnat is built with nodlopen

2015-03-20 Thread pavel at zhukoff dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65477 --- Comment #1 from Pavel Zhukov pavel at zhukoff dot net --- This patch works for me: Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=9275707 Patch: diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in

[Bug ada/65477] New: gnat is built with nodlopen

2015-03-19 Thread pavel at zhukoff dot net
Assignee: unassigned at gcc dot gnu.org Reporter: pavel at zhukoff dot net Created attachment 35068 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35068action=edit test program It's not possible to write shared plugins in ada because libgnat (and only libgnat from gcc) is built

[Bug ada/59382] New: gnatmake is not able to compile libraries on ARM (native)

2013-12-04 Thread pavel at zhukoff dot net
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: pavel at zhukoff dot net Created attachment 31376 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31376action=edit suggested patch gnatmake is not able to build libraries (both static

[Bug ada/56474] New: GNAT computes size of the object to be allocated incorrectly

2013-02-27 Thread pavel at zhukoff dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 Bug #: 56474 Summary: GNAT computes size of the object to be allocated incorrectly Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug ada/49783] GCC must bring ads and adb files after installation

2012-01-11 Thread pavel at zhukoff dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49783 --- Comment #3 from Pavel Zhukov pavel at zhukoff dot net 2012-01-11 10:36:18 UTC --- Created attachment 26298 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26298 list of files from gnat_util

[Bug ada/49783] GCC must bring ads and adb files after installation

2012-01-10 Thread pavel at zhukoff dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49783 --- Comment #2 from Pavel Zhukov pavel at zhukoff dot net 2012-01-10 18:22:02 UTC --- Hi Ludovic. Have your patches approved by upstream? I'm waiting for this because I cannot update gprbuild without correct sources of GCC FSF... (libgnat

[Bug ada/49783] New: GCC must bring ads and adb files after installation

2011-07-19 Thread pavel at zhukoff dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49783 Summary: GCC must bring ads and adb files after installation Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada