[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-23 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Rainer Orth changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-23 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #21 from Richard PALO --- The problem has been isolated in illumos with a preliminary patch available. This test now passes with the fix applied, therefore I believe the issue can be closed as an OS issue and not a bug. cheers

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #20 from Richard PALO --- >From what I've been able to gather, 'f' precision 17 & 18 incorrectly terminate with a '2' where they seemingly need be '1' and '5' respectfully (along with corresponding 'e' with precision 16 & 17). The de

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Richard PALO changed: What|Removed |Added Attachment #33676|0 |1 is obsolete|

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #18 from Richard PALO --- Created attachment 33676 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33676&action=edit another test program after coming across http://stackoverflow.com/questions/16839658/printf-width-specificer-to

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #17 from Richard PALO --- Created attachment 33675 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33675&action=edit c test program for snprintf I tried the attached test program and post the following results from my system dem

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE --- > Well, I get this, for example: > > In file included from opncls.c:26:0: > opncls.c: In function 'bfd_fopen': > bfd.h:529:65: error: right-hand operand of comma expression has no effect

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-07 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #15 from Richard PALO --- (In reply to r...@cebitec.uni-bielefeld.de from comment #14) > > --- Comment #13 from Richard PALO --- > [...] > > otherwise, I'll have to port a more recent gdb because 7.6.1 balks under gcc > > 4.9.1 > > m

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #13 from Richard PALO --- [...] > otherwise, I'll have to port a more recent gdb because 7.6.1 balks under gcc > 4.9.1 > may be awhile before I have the time... What port

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-07 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #13 from Richard PALO --- Since this regresses on the same omnios (illumos) platform between gcc 4.7.3 and 4.8.1 are there some pointers on how to identify the issue in illumos? (the fact the 4.8.1 tested is native omnios (R151012) el

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #11 from Dominique d'Humieres --- > Comment 7 confirms my guess that there is a rounding problem on > i386-sun-solaris2.11 (the test is three-year old and succeeds on all

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-09-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Dominique d'Humieres changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org