[Bug ada/42948] New: Generic instantiation inside protected object bug box

2010-02-03 Thread gcc at coreland dot ath dot cx
Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: i486-pc-linux-gnu, x86_64-unknown

[Bug ada/42948] Generic instantiation inside protected object bug box

2010-02-03 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2010-02-03 20:24 --- Created an attachment (id=19798) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19798action=view) Repro -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42948

[Bug ada/42948] Generic instantiation inside protected object bug box

2010-02-03 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2010-02-03 20:28 --- +===GNAT BUG DETECTED==+ | 4.5.0 20090514 (experimental) (i686-pc-linux-gnu) Assert_Failure exp_ch6.adb:4603| | Error detected at ng.adb:6:7 [main.adb:20:7

[Bug ada/42948] Generic instantiation inside protected object bug box

2010-02-03 Thread gcc at coreland dot ath dot cx
--- Comment #3 from gcc at coreland dot ath dot cx 2010-02-03 20:29 --- A GNAT Pro customer I speak to says: main.adb:20:07: instantiation error at ng.adb:6 main.adb:20:07: missing argument for parameter _Object in call to Show_N (inherited) at line 14 -- http://gcc.gnu.org

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-21 Thread gcc at coreland dot ath dot cx
--- Comment #3 from gcc at coreland dot ath dot cx 2010-01-21 08:29 --- Created an attachment (id=19675) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19675action=view) Simpler repro As usual, here's a smaller repro that provokes the same crash. -- http://gcc.gnu.org/bugzilla

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-21 Thread gcc at coreland dot ath dot cx
--- Comment #4 from gcc at coreland dot ath dot cx 2010-01-21 08:51 --- Created an attachment (id=19676) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19676action=view) Even simpler Some experimentation has determined that the protected object isn't even necessary to cause

[Bug ada/42816] New: Crash in Ada.Containers.Vectors.Update_Element

2010-01-20 Thread gcc at coreland dot ath dot cx
in Ada.Containers.Vectors.Update_Element Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-unknown

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-20 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2010-01-20 21:24 --- Created an attachment (id=19668) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19668action=view) Repro -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816

[Bug ada/42793] New: Bug box when using generic package

2010-01-18 Thread gcc at coreland dot ath dot cx
Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-unknown-freebsd8.0, i486-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42793

[Bug ada/42793] Bug box when using generic package

2010-01-18 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2010-01-18 18:13 --- I'm attempting to submit the repro case as an attachment but bugzilla keeps suffering internal errors. Admin contacted... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42793

[Bug ada/42793] Bug box when using generic package

2010-01-18 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2010-01-18 18:14 --- Created an attachment (id=19648) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19648action=view) Repro case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42793

[Bug ada/42793] Bug box when using generic package

2010-01-18 Thread gcc at coreland dot ath dot cx
--- Comment #3 from gcc at coreland dot ath dot cx 2010-01-18 22:46 --- Created an attachment (id=19651) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19651action=view) Another repro This appears to be the same bug but giving a slightly more interesting crash message: $ gnatchop

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2010-01-18 Thread gcc at coreland dot ath dot cx
--- Comment #23 from gcc at coreland dot ath dot cx 2010-01-18 22:51 --- Created an attachment (id=19652) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19652action=view) Another repro A smaller, simpler piece of code that triggers this: $ gnatmake p.adb p.adb:8:70: wrong type

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2010-01-18 Thread gcc at coreland dot ath dot cx
--- Comment #24 from gcc at coreland dot ath dot cx 2010-01-18 22:53 --- Created an attachment (id=19653) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19653action=view) A smaller repro for the _master conflicts with declaration error $ gnatmake arc_dir_003.adb gcc -c arc_dir_003

[Bug ada/42168] New: GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-portbld-freebsd7.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42168

[Bug ada/42168] GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2009-11-24 20:20 --- Created an attachment (id=19112) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19112action=view) case 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42168

[Bug ada/42168] GNAT bug box with invalid anonymous access declaration

2009-11-24 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2009-11-24 20:21 --- Created an attachment (id=19113) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19113action=view) Assertion failure with with_clause removed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42168

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #3 from gcc at coreland dot ath dot cx 2009-11-23 08:15 --- Using built-in specs. Target: x86_64-portbld-freebsd7.2 Configured with: ./..//gcc-4.4.0/configure --enable-languages=c,ada --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=44

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #4 from gcc at coreland dot ath dot cx 2009-11-23 08:16 --- Using built-in specs. COLLECT_GCC=/gnat/svn/builds/r154285/bin/gcc-r154285 COLLECT_LTO_WRAPPER=/gnat/svn/builds/r154285/libexec/gcc/x86_64-unknown-freebsd7.2/4.5.0/lto-wrapper Target: x86_64-unknown-freebsd7.2

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #6 from gcc at coreland dot ath dot cx 2009-11-23 10:16 --- Created an attachment (id=19090) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19090action=view) source file that generates the error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #7 from gcc at coreland dot ath dot cx 2009-11-23 10:17 --- Created an attachment (id=19091) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19091action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #8 from gcc at coreland dot ath dot cx 2009-11-23 10:17 --- Created an attachment (id=19092) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19092action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #9 from gcc at coreland dot ath dot cx 2009-11-23 10:17 --- Created an attachment (id=19093) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19093action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #10 from gcc at coreland dot ath dot cx 2009-11-23 10:17 --- Created an attachment (id=19094) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19094action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #11 from gcc at coreland dot ath dot cx 2009-11-23 10:18 --- Created an attachment (id=19095) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19095action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #12 from gcc at coreland dot ath dot cx 2009-11-23 10:18 --- Created an attachment (id=19096) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19096action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #13 from gcc at coreland dot ath dot cx 2009-11-23 10:18 --- Created an attachment (id=19097) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19097action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #14 from gcc at coreland dot ath dot cx 2009-11-23 10:19 --- Created an attachment (id=19098) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19098action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #15 from gcc at coreland dot ath dot cx 2009-11-23 10:19 --- Created an attachment (id=19099) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19099action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #16 from gcc at coreland dot ath dot cx 2009-11-23 10:19 --- Created an attachment (id=19100) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19100action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #17 from gcc at coreland dot ath dot cx 2009-11-23 10:19 --- Created an attachment (id=19101) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19101action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #18 from gcc at coreland dot ath dot cx 2009-11-23 10:20 --- Created an attachment (id=19102) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19102action=view) dependency for arc_dir_003.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #19 from gcc at coreland dot ath dot cx 2009-11-23 10:22 --- Really fail to see how this is more convenient or useful for anyone involved but oh well, what do I know? gcc-4.4.0: gcc -c pfseudo.ads pfseudo-path.adb pfseudo-archiver.ads pfseudo-archiver-directory.adb

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #21 from gcc at coreland dot ath dot cx 2009-11-23 11:12 --- Created an attachment (id=19103) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19103action=view) version suitable for gnatchop -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-23 Thread gcc at coreland dot ath dot cx
--- Comment #22 from gcc at coreland dot ath dot cx 2009-11-23 11:13 --- Any way I can remove the above attachments? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150

[Bug ada/42141] New: ACATS C9A009G failure

2009-11-22 Thread gcc at coreland dot ath dot cx
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-unknown-freebsd7.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42141

[Bug ada/42140] GNAT appears to misbehave with limited tagged types and possibly finalization

2009-11-22 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2009-11-22 16:41 --- A couple of people have commented on the anonymous access type (claiming it causes the crash). Here's a version with it removed and a gdb backtrace: Program received signal SIGSEGV, Segmentation fault

[Bug ada/42140] GNAT appears to misbehave with limited tagged types and possibly finalization

2009-11-22 Thread gcc at coreland dot ath dot cx
--- Comment #4 from gcc at coreland dot ath dot cx 2009-11-22 17:10 --- Quiet you. My code might be a lot better if I didn't create dangling references in the second example. I think the short example is basically just broken code and entirely my fault. The code linked to in the git

[Bug ada/42140] GNAT appears to misbehave with limited tagged types and possibly finalization

2009-11-22 Thread gcc at coreland dot ath dot cx
--- Comment #5 from gcc at coreland dot ath dot cx 2009-11-22 18:37 --- Closing this bug as the discussion has become confused between two separate issues, one of them apparently invalid. -- gcc at coreland dot ath dot cx changed: What|Removed

[Bug ada/42150] New: GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-22 Thread gcc at coreland dot ath dot cx
: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-portbld-freebsd7.2, i686-pc-linux-gnu http://gcc.gnu.org

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2009-11-22 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2009-11-22 19:11 --- Files here: http://coreland.ath.cx/tmp/pfseudo_bug.tar.gz Edit build.sh to point $GCC to whatever's sensible. Output here: $ ./build.sh + GCC=/gnat/svn/builds/r154285/bin/gcc-r154285 + /gnat/svn/builds/r154285

[Bug ada/42140] New: GNAT appears to misbehave with limited tagged types and possibly finalization

2009-11-21 Thread gcc at coreland dot ath dot cx
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC host triplet: x86_64-portbld-freebsd7.2, i686-pc-linux-gnu http

[Bug ada/42140] GNAT appears to misbehave with limited tagged types and possibly finalization

2009-11-21 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2009-11-22 05:27 --- By causes a crash above, I meant that the generated code crashes at the highlighted line. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42140

[Bug ada/40310] New: Patches for gcc 4.4.0 to support FreeBSD x86_64

2009-05-30 Thread gcc at coreland dot ath dot cx
gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC build triplet: x86_64-pc-freebsd7.2 GCC host triplet: x86_64-pc-freebsd7.2 GCC target triplet: x86_64-pc-freebsd7.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40310

[Bug ada/40310] Patches for gcc 4.4.0 to support FreeBSD x86_64

2009-05-30 Thread gcc at coreland dot ath dot cx
--- Comment #1 from gcc at coreland dot ath dot cx 2009-05-30 15:01 --- Created an attachment (id=17937) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17937action=view) Patch to Makefile to use 64 bit FreeBSD system package. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40310

[Bug ada/40310] Patches for gcc 4.4.0 to support FreeBSD x86_64

2009-05-30 Thread gcc at coreland dot ath dot cx
--- Comment #2 from gcc at coreland dot ath dot cx 2009-05-30 15:02 --- Created an attachment (id=17938) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17938action=view) 64 bit FreeBSD system package. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40310

[Bug ada/40310] Patches for gcc 4.4.0 to support FreeBSD x86_64

2009-05-30 Thread gcc at coreland dot ath dot cx
--- Comment #3 from gcc at coreland dot ath dot cx 2009-05-30 15:03 --- I've just noticed that I accidentally left in a # PATCHED comment in the c8.diff patch. Anyone who commits this patch will probably want to remove that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40310

[Bug ada/39294] New: 4.3 - uncatchable exceptions when raised from package bodies at elaboration time.

2009-02-24 Thread gcc at coreland dot ath dot cx
Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at coreland dot ath dot cx GCC target triplet: i386-portbld-freebsd6.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39294