[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-16 Thread mbo dot massimo at tiscali dot it
--- Comment #7 from mbo dot massimo at tiscali dot it 2007-08-16 19:27 --- (From update of attachment 14063) make logs generated building gcc in a directory different from source directory -- mbo dot massimo at tiscali dot it changed: What|Removed

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-15 Thread mbo dot massimo at tiscali dot it
--- Comment #5 from mbo dot massimo at tiscali dot it 2007-08-15 15:56 --- Created an attachment (id=14063) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14063action=view) make log of the build process log of the make produced during build gcc -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-15 Thread mbo dot massimo at tiscali dot it
--- Comment #6 from mbo dot massimo at tiscali dot it 2007-08-15 15:56 --- I tryed to build gcc in a different directory from the source directory and I obtained the following error: make[3]: Leaving directory `/home/compiler/build/temporary_build/build-gcc' Comparing stages 2 and 3

[Bug bootstrap/33065] New: warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-14 Thread mbo dot massimo at tiscali dot it
or directory Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mbo dot massimo at tiscali dot it GCC build

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-14 Thread mbo dot massimo at tiscali dot it
--- Comment #1 from mbo dot massimo at tiscali dot it 2007-08-14 15:20 --- Created an attachment (id=14058) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14058action=view) build log the included file contains the log of the make process -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-14 Thread mbo dot massimo at tiscali dot it
--- Comment #3 from mbo dot massimo at tiscali dot it 2007-08-14 17:46 --- I don't know how to build in different directory. Can you say me what I will do? I did make command in the directory where I untared gcc (/home/compiler/build/gcc/gcc-4.2.1) -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory

2007-08-14 Thread mbo dot massimo at tiscali dot it
--- Comment #4 from mbo dot massimo at tiscali dot it 2007-08-14 20:37 --- ok I will try to generate gcc in a different build directory. I read the gcc documentation a now known how to do. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33065

[Bug ada/30608] New: Segmentation fault : Error detected at ali.adb:2240:1

2007-01-27 Thread mbo dot massimo at tiscali dot it
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mbo dot massimo at tiscali dot it GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC

[Bug ada/30608] Segmentation fault : Error detected at ali.adb:2240:1

2007-01-27 Thread mbo dot massimo at tiscali dot it
--- Comment #1 from mbo dot massimo at tiscali dot it 2007-01-27 14:33 --- Created an attachment (id=12969) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12969action=view) configure and make logs configure and make logs produced during GCC generation -- http://gcc.gnu.org

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread mbo dot massimo at tiscali dot it
--- Comment #4 from mbo dot massimo at tiscali dot it 2006-09-13 18:03 --- I have installed the fix and the problem is now resolved. I have tested it on a large program and it is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29025

[Bug ada/29025] New: gcc 4.1.1: procedure doesn't modify a parameters of type 'in out'

2006-09-11 Thread mbo dot massimo at tiscali dot it
'in out' Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mbo dot massimo at tiscali dot it GCC build triplet

[Bug ada/29025] gcc 4.1.1: procedure doesn't modify a parameters of type 'in out'

2006-09-11 Thread mbo dot massimo at tiscali dot it
--- Comment #1 from mbo dot massimo at tiscali dot it 2006-09-11 20:36 --- Created an attachment (id=12227) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12227action=view) source files to reproduce the problem source file necessary to reproduce the bug. Use gcc -S pkg_test.adb