[Bug ada/40166] [4.4/4.5 regression] Ada compiler unable to build libraries

2009-05-16 Thread bechir dot zalila at gmail dot com
--- Comment #3 from bechir dot zalila at gmail dot com 2009-05-16 08:15 --- Created an attachment (id=17882) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17882&action=view) A correctly formatted version of the patch A correctly formatted version of the patch -- bec

[Bug ada/40166] Ada compiler unable to build libraries

2009-05-16 Thread bechir dot zalila at gmail dot com
--- Comment #2 from bechir dot zalila at gmail dot com 2009-05-16 07:43 --- (In reply to comment #1) > Created an attachment (id=17881) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17881&action=view) [edit] > A patchfile that fixes the problem It would be gre

[Bug ada/40166] Ada compiler unable to build libraries

2009-05-16 Thread bechir dot zalila at gmail dot com
--- Comment #1 from bechir dot zalila at gmail dot com 2009-05-16 07:42 --- Created an attachment (id=17881) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17881&action=view) A patchfile that fixes the problem A patchfile that fixes the problem -- http://gcc.gnu.org/b

[Bug ada/40166] New: Ada compiler unable to build libraries

2009-05-16 Thread bechir dot zalila at gmail dot com
unable to build libraries Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bechir dot zalila at gmail dot com GCC

[Bug ada/38325] Long_Long_Float'Image returns a wrong value in some cases

2008-11-30 Thread bechir dot zalila at gmail dot com
--- Comment #2 from bechir dot zalila at gmail dot com 2008-11-30 10:27 --- (In reply to comment #1) > 0.1 is not exactly representable in a binary float format. > Sure, but in former versions of GNAT-GCC (4.2.X), the expected value (1.0E-01) was dis

[Bug ada/38325] New: Long_Long_Float'Image returns a wrong value in some cases

2008-11-30 Thread bechir dot zalila at gmail dot com
oat'Image returns a wrong value in some cases Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug ada/35572] POSIX complient putenv() requires its argument NOT to be free'ed

2008-03-13 Thread bechir dot zalila at gmail dot com
--- Comment #1 from bechir dot zalila at gmail dot com 2008-03-13 16:35 --- Created an attachment (id=15308) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15308&action=view) patchfile that solves the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35572

[Bug ada/35572] New: POSIX complient putenv() requires its argument NOT to be free'ed

2008-03-13 Thread bechir dot zalila at gmail dot com
: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bechir dot zalila at gmail dot com GCC build triplet: i686-apple-darwin9 GCC host triplet: i686-apple-darwin9 GCC target triplet: i686-apple-darwin9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35572

[Bug ada/34358] Dynamic library created in Object_Dir instead of Library_Dir in *-darwin*

2007-12-06 Thread bechir dot zalila at gmail dot com
--- Comment #1 from bechir dot zalila at gmail dot com 2007-12-06 13:48 --- Created an attachment (id=14703) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14703&action=view) Patch file that solves the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34358

[Bug ada/34358] New: Dynamic library created in Object_Dir instead of Library_Dir in *-darwin*

2007-12-06 Thread bechir dot zalila at gmail dot com
D Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bechir dot zalila at gmail dot com GCC build triplet: i686-apple-darwin8 GCC host triplet: i686-apple-darwin8 GCC target triplet: i686-apple-darwin8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34358

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-03 Thread bechir dot zalila at gmail dot com
--- Comment #13 from bechir dot zalila at gmail dot com 2007-12-03 15:26 --- Created an attachment (id=14693) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14693&action=view) Patchfile that solves the problem Added the support of registring non-(g*&m*) switches --

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-03 Thread bechir dot zalila at gmail dot com
--- Comment #12 from bechir dot zalila at gmail dot com 2007-12-03 14:23 --- Created an attachment (id=14690) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14690&action=view) Patchfile that solves the problem Fixed a typo in comment -- bechir dot zalila at gmail

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-03 Thread bechir dot zalila at gmail dot com
--- Comment #11 from bechir dot zalila at gmail dot com 2007-12-03 14:00 --- After a lot of investigation, I succeeded to isolate the problem. The added -mmacosx-min-version is not done when processing the CC1_SPEC: It is done in the main function in gcc.c using the

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-03 Thread bechir dot zalila at gmail dot com
--- Comment #10 from bechir dot zalila at gmail dot com 2007-12-03 13:54 --- Created an attachment (id=14689) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14689&action=view) Patchfile that solves the problem This patchfile solves the problem by adding a new switch (

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-02 Thread bechir dot zalila at gmail dot com
--- Comment #8 from bechir dot zalila at gmail dot com 2007-12-02 10:00 --- (In reply to comment #7) > (In reply to comment #6) > > Bechir, could you please add the output of "gnatmake -s p.adb -v -cargs -v"? > > > > Here it is: Sorry, forgot the f

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-12-02 Thread bechir dot zalila at gmail dot com
--- Comment #7 from bechir dot zalila at gmail dot com 2007-12-02 09:57 --- (In reply to comment #6) > Bechir, could you please add the output of "gnatmake -s p.adb -v -cargs -v"? > Here it is: % gnatmake -s p.adb -cargs -v gcc -c -v p.adb Using built-in specs. Ta

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-30 Thread bechir dot zalila at gmail dot com
--- Comment #4 from bechir dot zalila at gmail dot com 2007-11-30 09:30 --- Created an attachment (id=14670) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14670&action=view) Patchfile that solves the poblem This patchfile is valid only if the order among -g* and -m* swit

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-30 Thread bechir dot zalila at gmail dot com
--- Comment #3 from bechir dot zalila at gmail dot com 2007-11-30 09:19 --- In gcc/config/i386/darwin.h, we can see: #define CC1_SPEC "%(cc1_cpu) \ %{!mkernel:%{!static:%{!mdynamic-no-pic:-fPIC}}} \ %{!mmacosx-version-min=*:-mmacosx-version-min=%(darwin_minversion)} \

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #2 from bechir dot zalila at gmail dot com 2007-11-29 12:01 --- Created an attachment (id=14666) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14666&action=view) Ada package body -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34289

[Bug ada/34289] Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #1 from bechir dot zalila at gmail dot com 2007-11-29 12:01 --- Created an attachment (id=14665) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14665&action=view) Ada package spec -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34289

[Bug ada/34289] New: Systematic recompilation of up-to-date object files when using the "-s" gnatmake option GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bechir dot zalila at gmail dot com GCC build triplet: i686-apple-darwin8 GCC

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #5 from bechir dot zalila at gmail dot com 2007-11-29 10:17 --- I did not know that the attaching file to a bug report comes after the commit. I reattached the files I gave as plain text in the bug report body. Sorry :-) -- bechir dot zalila at gmail dot com changed

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #4 from bechir dot zalila at gmail dot com 2007-11-29 10:11 --- Created an attachment (id=14663) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14663&action=view) Patch to solve the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34284

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #3 from bechir dot zalila at gmail dot com 2007-11-29 10:10 --- Created an attachment (id=14662) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14662&action=view) Ada library project file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34284

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #2 from bechir dot zalila at gmail dot com 2007-11-29 10:09 --- Created an attachment (id=14661) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14661&action=view) Ada package body -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34284

[Bug ada/34284] Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
--- Comment #1 from bechir dot zalila at gmail dot com 2007-11-29 10:09 --- Created an attachment (id=14660) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14660&action=view) Ada spec -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34284

[Bug ada/34284] New: Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8

2007-11-29 Thread bechir dot zalila at gmail dot com
Hi, * Detailed description: === The file gcc/trunk/gnattools/configure.ac contains the definition of the variable TOOLS_TARGET_PAIRS for each supported target. The x86-darwin case is missing which results in using the default file mlib-tgt-specific.adb when building GNAT for