[Bug ada/113781] New: Bug box on array initialisation with iterated aggregate component

2024-02-06 Thread laguest at archeia dot com via Gcc-bugs
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com CC: dkm at gcc dot gnu.org Target Milestone: --- procedure array_test is Size : constant := 4; type Vector is array (Natural range

[Bug ada/93702] New: Bug box when using Indefinite_Holders.To_Holder in expression function

2020-02-12 Thread laguest at archeia dot com
: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com Target Milestone: --- Created attachment 47823 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47823=edit Minimal source code and gpr f

[Bug ada/86391] New: Cannot pass array as aliased formal parameter

2018-07-03 Thread laguest at archeia dot com
: ada Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com Target Milestone: --- When passing an initialised array as an aliased formal, the compiler complains: mem.adb:13:11: untagged actual does not match aliased formal "B" Source: pro

[Bug ada/64492] Disabling libada prevents building gnattools-cross

2015-01-05 Thread laguest at archeia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64492 --- Comment #11 from Luke A. Guest laguest at archeia dot com --- (In reply to simon from comment #5) (In reply to Luke A. Guest from comment #2) But, I noticed this in the gnat makefile a while back and was going to investigate, but haven't

[Bug ada/64492] Disabling libada prevents building gnattools-cross

2015-01-05 Thread laguest at archeia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64492 --- Comment #14 from Luke A. Guest laguest at archeia dot com --- (In reply to simon from comment #13) TOOLS_TARGET_PAIRS is set in both gnattools/Makefile (when it has been configured) and gcc/ada/gcc-interface/Makefile.in. Your patch

[Bug ada/64492] Disabling libada prevents building gnattools-cross

2015-01-04 Thread laguest at archeia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64492 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest

[Bug libgcc/59339] New: vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com Created attachment 31325 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31325action=edit Original make -j4 log When attempting to build gcc svn trunk arm-linux

[Bug libgcc/59339] vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59339 --- Comment #1 from Luke A. Guest laguest at archeia dot com --- Toolchain I'm using: gcc version 4.6.3 (Debian 4.6.3-14) This is the Ada enabled one.

[Bug libgcc/59339] vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59339 --- Comment #2 from Luke A. Guest laguest at archeia dot com --- I also don't think this should be adding the following the parts either: parts=crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest

[Bug ada/59341] New: spark_05 No_Implicit_Aliasing undefined

2013-11-29 Thread laguest at archeia dot com
Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com /usr/bin/gcc-4.6 -c -I./ -I/usr/lib/gcc/x86_64-linux-gnu/4.6/adalib/../adainclude -I/usr/lib/gcc/x86_64-linux-gnu/4.6/adalib/ -I. -I/home/laguest/src/mine/tinyada-new/source/gcc-trunk/gcc/ada -g -O2 -W

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-27 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 --- Comment #2 from Luke A. Guest laguest at archeia dot com --- Discovered that this is incorrect code as I can only access types in a limited with. But the compiler should still produce an error not a bug box.

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-27 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added Severity|blocker |enhancement

[Bug ada/58891] New: Bug box when using limited with, between parent and child packages

2013-10-26 Thread laguest at archeia dot com
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com Created attachment 31095 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31095action=edit All source including those output from -gnatd.n Hi, I'm trying

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2013-10-26 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 --- Comment #1 from Luke A. Guest laguest at archeia dot com --- Compiled with: gnatchop source.ada gnatmake -gnatd.n -c doxmlada-docs.adb

[Bug ada/58881] GNAT crashes with bug box when trying to instantiate a generic package

2013-10-25 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58881 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest

[Bug ada/58573] New: Bug box on return conditional expression with an imported function

2013-09-29 Thread laguest at archeia dot com
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: laguest at archeia dot com Created attachment 30927 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30927action=edit Minimal files to cause bug box. After defining a function which

[Bug ada/53684] New: Cannot raise custom exceptions in configurable runtime mode

2012-06-15 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53684 Bug #: 53684 Summary: Cannot raise custom exceptions in configurable runtime mode Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED

[Bug ada/47717] building library for arm-none-eabi causes internal error

2011-03-21 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 --- Comment #4 from Luke A. Guest laguest at archeia dot com 2011-03-21 11:05:38 UTC --- (In reply to comment #3) This error is specific to your set up/build procedures, which isn't a standard set up, so not supported by the FSF compiler. I

[Bug ada/47717] building library for arm-none-eabi causes internal error

2011-03-21 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 --- Comment #5 from Luke A. Guest laguest at archeia dot com 2011-03-21 11:34:10 UTC --- (In reply to comment #3) This error is specific to your set up/build procedures, which isn't a standard set up, so not supported by the FSF compiler. I

[Bug ada/47717] building library for arm-none-eabi causes internal error

2011-03-21 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added Status|RESOLVED|CLOSED

[Bug ada/47717] building library for arm-none-eabi causes internal error

2011-03-16 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 --- Comment #1 from Luke A. Guest laguest at archeia dot com 2011-03-16 14:30:36 UTC --- Further debugging gives: $ gdb --args /home/laguest/opt/tamp/bin/gnatmake --RTS=`pwd`/boards/beagle -XBoard=beagle -Pgnat.gpr -cargs -### GNU gdb (GDB

[Bug ada/47717] building library for arm-none-eabi causes internal error

2011-03-16 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added Target|arm

[Bug ada/47717] New: building library for arm-none-eabi causes internal error

2011-02-13 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47717 Summary: building library for arm-none-eabi causes internal error Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: blocker Priority: P3

[Bug bootstrap/43073] libiberty fails to build when using gcc-core

2011-02-05 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43073 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest