[Bug fortran/41328] [4.4, 4.5 regression] bad iostat when reading DOS file in a character array (non-advancing)

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2009-09-19 04:42 --- Subject: Bug 41328 Author: jvdelisle Date: Sat Sep 19 04:41:38 2009 New Revision: 151877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151877 Log: 2009-09-18 Jerry DeLisle PR libgfortran/4132

[Bug fortran/41328] [4.4, 4.5 regression] bad iostat when reading DOS file in a character array (non-advancing)

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2009-09-19 04:45 --- Subject: Bug 41328 Author: jvdelisle Date: Sat Sep 19 04:45:00 2009 New Revision: 151878 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151878 Log: 2009-09-18 Jerry DeLisle PR libgfortran/413

[Bug fortran/41328] [4.4 regression] bad iostat when reading DOS file in a character array (non-advancing)

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2009-09-19 04:50 --- Refixed on trunk. Patch committed as obvious. Will backport to 4.4 in a day. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41403] New: Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
This test case passes with no optimization. It hangs in a loop with -O1, -O2, or -O3. Fails also on 4.3, and 4.4. Attachment to follow. -- Summary: Optimization: NIST test FM013.f fails at -O1 and above Product: gcc Version: 4.5.0 Status: UNCONFIRMED

[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-09-19 05:44 --- Created an attachment (id=18605) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18605&action=view) NIST test case that is failing I will try to reduce this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-09-19 05:47 --- Its ugly code so remember to compile with -w and save the attachment as a .f file so that fixed form is used. This will turn off all of the warnings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41403

[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-09-19 06:15 --- Reduced case: Expected result: $ ./a.out 0 ERRORS ENCOUNTERED Wrong result: $ ./a.out 1 ERRORS ENCOUNTERED PROGRAM FM013 I01 = 5

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-18 Thread cgd at gcc dot gnu dot org
--- Comment #7 from cgd at gcc dot gnu dot org 2009-09-19 06:15 --- Subject: Bug 28435 Author: cgd Date: Sat Sep 19 06:15:21 2009 New Revision: 151879 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151879 Log: [libcpp/ChangeLog] 2009-09-18 Chris Demetriou PR preproce

[Bug middle-end/41260] [4.5 Regression] major regressions on *-apple-darwin10 at -m64 caused by r147995

2009-09-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #37 from howarth at nitro dot med dot uc dot edu 2009-09-19 06:17 --- Executing... make -k check RUNTESTFLAGS="--target_board=unix/-Wl,-no_compact_unwind" shows that all of the g++ regressions caused by 147995 are eliminated. Unfortunately, this approach plays havoc with t

<    1   2