[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-10-09 Thread heydowns at borg dot com
--- Comment #14 from heydowns at borg dot com 2009-10-09 19:38 --- Ping - anyone able to comment on or integrate this patch please? Thank you! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-07-16 Thread heydowns at borg dot com
--- Comment #13 from heydowns at borg dot com 2009-07-16 21:11 --- Created an attachment (id=18210) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18210&action=view) Fix updated for gcc 4.4.0, link xpg6 for c++, and link xpg4 for gnu* Updated patch against gcc 4.4.0. Also a

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-07-10 Thread heydowns at borg dot com
--- Comment #12 from heydowns at borg dot com 2009-07-10 14:41 --- Trying to give some answers to Joseph's questions in comment 9. The best documentation I found on what, exactly, the various object files do is actually the man pages for the Sun Studio compilers and the OpenSo

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-07-04 Thread heydowns at borg dot com
--- Comment #10 from heydowns at borg dot com 2009-07-04 15:03 --- "sol2-6.h doesn't exist anymore in GCC 4.4 and later. Since the patch won't be applied to GCC 4.3.x, it must be adjusted. Why was values-xpg4 only added to sol2-6.h and not to sol2.h?" As far as I

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-07-02 Thread heydowns at borg dot com
--- Comment #7 from heydowns at borg dot com 2009-07-02 14:46 --- Created an attachment (id=18121) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18121&action=view) Proposed fix: Changes linking on solaris based on std=X and implements escapes in braced specs Attaching a f

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-06-18 Thread heydowns at borg dot com
--- Comment #5 from heydowns at borg dot com 2009-06-18 21:26 --- Was looking at modifying the spec to produce the desired results and contribute patch, however ran into trouble trying to match options containing literal colons (-std=iso9899:199409) in %{S:X} style spec. Is there a way

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-06-17 Thread heydowns at borg dot com
--- Comment #4 from heydowns at borg dot com 2009-06-17 16:39 --- Also observed on gcc 4.3.3 -- heydowns at borg dot com changed: What|Removed |Added Version

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-06-17 Thread heydowns at borg dot com
--- Comment #1 from heydowns at borg dot com 2009-06-17 15:13 --- This also applies to Solaris x86. Additionally, this only applies to Solaris 10 and later. Earlier versions of Solaris did not ship c99-compliant C library and thus do not have the values-xpg6.o object file for enabling

[Bug c/40411] New: -std=c99 does not enable c99 mode in Solaris C library

2009-06-10 Thread heydowns at borg dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: heydowns at borg dot com GCC build triplet: sparc-sun-solaris2.10 GCC host triplet: sparc-sun-solaris2.10 GCC target triplet: sparc-sun-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411