[Bug fortran/91413] [F2018]: Procedures are recursive by default; switching from stack to static allocation is not safe

2020-01-16 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91413 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/93289] New: array constructor of different length: Missing diagnostic when PARAMETER is in list

2020-01-16 Thread burnus at gcc dot gnu.org
Keywords: accepts-invalid, diagnostic Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- The following code has different string lengths in the array

[Bug fortran/93289] array constructor of different length: Missing diagnostic when PARAMETER is in list

2020-01-16 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93289 --- Comment #2 from Tobias Burnus --- (In reply to kargl from comment #1) > It appears to be an undocumented extension. Add -Wall to your command line. I would rather call it a bug :-) The truncation warning is a separate thing. For instance, i

[Bug fortran/93289] array constructor of different length: Missing diagnostic when PARAMETER is in list

2020-01-16 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93289 --- Comment #3 from Tobias Burnus --- Okay, it is indeed a -std=gnu extension. I still regard it as bug that it differs, but we can now think about which one to change. Namely: In the always-error case (i.e. literal first): * gfc_resolve_charac

[Bug fortran/93329] New: ICE in omp_code_to_statement, at fortran/openmp.c:5902

2020-01-20 Thread burnus at gcc dot gnu.org
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- The following program fails when compiled with -fopenacc & -fopenacc simultaneously: $ gfortran-trunk -fopenmp -fope

[Bug fortran/93330] New: CHARACTER: Wrong kind=4 resolution + missing string-length mismatch actual/dummy diagnostic

2020-01-20 Thread burnus at gcc dot gnu.org
Keywords: accepts-invalid, diagnostic, rejects-valid Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: tkoenig at gcc dot gnu.org Target Milestone

[Bug fortran/93336] New: BIND(C) and CHARACTER arguments

2020-01-20 Thread burnus at gcc dot gnu.org
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: tkoenig at gcc dot gnu.org Blocks: 85781 Target Milestone: --- Came up when testing PR85781. With C binding, one has a simple "

[Bug fortran/93309] Wrong error about duplicate implicit none

2020-01-20 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Tobias

[Bug libgomp/81886] Means to determine at runtime foffload targets specified at compile time

2020-01-20 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81886 --- Comment #8 from Tobias Burnus --- Related: https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01183.html (full thread) Namely, AMD GCN has different ISA – and depending which are available in the binary, the hardware could be chosen; having the w

[Bug fortran/93309] Wrong error about duplicate implicit none

2020-01-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/93409] [10 Regression] gcn libgomp plugin fails to build for x32

2020-01-24 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/85781] ICE in gfc_build_array_ref, at fortran/trans.c:393

2020-01-27 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution|--- |FIXED --- Comment #4 from Tobias Burnus --- FIXED for GCC 10. Thanks for the report!

[Bug fortran/93464] [10 Regression] ICE in gfc_omp_check_optional_argument, at fortran/trans-openmp.c:104 since r10-5727-gf760c0c77fe35061

2020-01-28 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93464 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/93025] [OpenACC] ICE with copy(y(1)%cc(:)%i) type of strided access – permitted since commit of OpenACC 2.6 deep copy patch series

2020-01-28 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93025 --- Comment #4 from Tobias Burnus --- (In reply to Tobias Burnus from comment #0) > It is not clear to me whether it is valid or not. To answer myself and record the result: As mentioned by me in https://gcc.gnu.org/ml/gcc-patches/2020-01/msg018

[Bug fortran/93461] Bogus "symbol is already defined" with long subroutine names in submodule

2020-01-28 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93461 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug bootstrap/93409] [10 Regression] gcn libgomp plugin fails to build for x32

2020-01-29 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409 --- Comment #5 from Tobias Burnus --- (In reply to Matthias Klose from comment #4) > your proposed patch fails with: > > checking for suffix of object files... configure: error: in > `/home/packages/gcc/10/gcc-10-10-202 > 00128/build-gcn/amdgcn-

[Bug bootstrap/93409] [10 Regression] gcn libgomp plugin fails to build for x32

2020-01-29 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409 --- Comment #8 from Tobias Burnus --- (In reply to Matthias Klose from comment #7) > /home/packages/gcc/10/gcc-10-10-20200128/build-gcn/./gcc/xgcc […] > -isystem /home/packages/gcc/10/gcc-10-10-20200128/src-gcn/newlib/libc/include This looks as

[Bug bootstrap/93409] [10 Regression] gcn libgomp plugin fails to build for x32

2020-01-29 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409 --- Comment #9 from Tobias Burnus --- Regarding the -mx32 issue (comment 0 to comment 3), that should be fixed by the patch https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01663.html The issue reported in comment 4 should be fixed by patch https:/

[Bug bootstrap/93409] [10 Regression] gcn libgomp plugin fails to build for x32

2020-01-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/93524] New: [ISO C Binding][F2018] CFI_allocate – elem_size mishandled + sm wrongly set?

2020-01-31 Thread burnus at gcc dot gnu.org
: wrong-code Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- CFI_cdesc_t structure type has: size_t elem_len; If the object is scalar, the value is

[Bug libgomp/92844] [10 regression] libgomp.fortran/use_device_ptr-optional-2.f90 fails after r279004

2020-02-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92844 --- Comment #2 from Tobias Burnus --- (In reply to Tobias Burnus from comment #1) > I think that is or could be a duplicate of PR 92305 PR92305 has been fixed. Can you re-check whether the issue of this PR still occurs? At least when trying it

[Bug fortran/93541] New: OpenMP module description incomplete in gcc/fortran/gfortran.texi – missing PARAMETER

2020-02-02 Thread burnus at gcc dot gnu.org
Keywords: documentation, openmp Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- https://gcc.gnu.org

[Bug libgomp/92844] [10 regression] libgomp.fortran/use_device_ptr-optional-2.f90 fails after r279004

2020-02-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92844 --- Comment #3 from Tobias Burnus --- Our nightly tests have: PASS on 2020-01-29 FAIL on 2020-01-30, 2020-01-31 PASS on 2020-02-01, 2020-02-02 (I couldn't find older data.) — Hence, it looks also like intermittent failures. Still, I think/hope Ja

[Bug fortran/93427] [10 Regression] Rejects valid with pointer result from recursive function since r10-5722-g4d124378848e82e5

2020-02-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93427 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/93541] OpenMP module description incomplete in gcc/fortran/intrinsic.texi – missing PARAMETER

2020-02-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93541 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/93309] Wrong error about duplicate implicit none

2020-02-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309 --- Comment #6 from Tobias Burnus --- (In reply to ripero84 from comment #4) > Thank you! Would it be possible to backport this fix to the other active > branches? Done so for GCC 9 – I did not check GCC 8 and I also do not think that it belon

[Bug fortran/93462] ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3771

2020-02-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93462 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/93598] New: Segfault when running libgomp.c/pr90811.c on PowerPC64le with nvptx offloading

2020-02-05 Thread burnus at gcc dot gnu.org
: openmp Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- The test case for PR target/90811, libgomp.c/pr90811.c fails on PowerPC64le with nvptx

[Bug libgcc/93783] New: [m68k][build warning] libgcc/config/m68k/fpgnulib.c: xfgnulib.c:556:10: warning: implicit declaration of function '__cmpdf2';

2020-02-17 Thread burnus at gcc dot gnu.org
oduct: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- Target: m68k-linux-gnu Just som

[Bug fortran/93787] New: Rejects non-ambigous specific in generic –

2020-02-17 Thread burnus at gcc dot gnu.org
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- The following can be found in libgomp/openacc_lib.h – or actually not, it currently uses (once) "async_" to avoid the bogus err

[Bug fortran/93787] Rejects non-ambigous specific in generic –

2020-02-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93787 --- Comment #1 from Tobias Burnus --- The following compiles with free-form source code but shows for fixed-form source code: Error: Ambiguous interfaces in generic interface 'acc_create_async' for ‘acc_create_async_32_h’ at (1) and ‘acc_create_

[Bug target/93598] Segfault when running libgomp.c/pr90811.c on PowerPC64le with nvptx offloading

2020-02-18 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93598 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/93787] Rejects non-ambigous specific in generic –

2020-02-18 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93787 --- Comment #2 from Tobias Burnus --- Note: Once this bug is fixed, libgomp/openacc_lib.h shall be updated as the 'async_' name is user visible and wrong.

[Bug fortran/93554] [8/9/10 Regression] ICE in expand_oacc_for, at omp-expand.c:6035 since r6-4364-ge4834818d22f5c66

2020-02-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93554 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/93554] [8/9/10 Regression] ICE in expand_oacc_for, at omp-expand.c:6035 since r6-4364-ge4834818d22f5c66

2020-02-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93554 --- Comment #3 from Tobias Burnus --- Draft patch, lightly tested: --- a/gcc/omp-expand.c +++ b/gcc/omp-expand.c @@ -6029,10 +6029,7 @@ expand_oacc_for (struct omp_region *region, struct omp_for_data *fd) basic_block cont_bb = region->cont; /

[Bug fortran/93825] New: [OpenACC] Implicit typing not honored – bogus type errors

2020-02-19 Thread burnus at gcc dot gnu.org
-valid Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- In following code, i and j are implicitly typed and of type integer. Nonetheless, the error is

[Bug fortran/93826] New: [OpenMP][OpenACC] Collapsed loop – code silently ignored

2020-02-19 Thread burnus at gcc dot gnu.org
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org Target Milestone: --- Found when looking at PR 93552. The code gfc_trans_omp_do for collapes (and for OpenACC's 'tile

[Bug fortran/93552] [8/9/10 Regression][OpenACC] ICE in gfc_trans_exit, at fortran/trans-stmt.c:6110 since r7-6598-g02889d23ee3b0285

2020-02-19 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Summary|[8/9/10 Regression] ICE in |[8/9/10 |gfc_trans_exit, at |Regression][OpenACC] ICE in |fortran/trans-stmt.c:6110 |gfc_trans_exit, at |since

[Bug fortran/93552] [8/9/10 Regression][OpenACC] ICE in gfc_trans_exit, at fortran/trans-stmt.c:6110 since r7-6598-g02889d23ee3b0285

2020-02-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93552 --- Comment #3 from Tobias Burnus --- (In reply to Tobias Burnus from comment #2) > As PR 93825 shows, Wrong PR – it is related, but the one relevant for this discussion is PR 93826.

[Bug fortran/93825] [OpenACC] Implicit typing not honored – bogus type errors

2020-02-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93825 --- Comment #1 from Tobias Burnus --- Created attachment 47877 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47877&action=edit Draft patch The attached patch fixes the issue for "tile". (By doing what is done in gfc_resolve_code for EXEC_

[Bug fortran/93826] [OpenMP][OpenACC] Collapsed loop – code silently ignored

2020-02-20 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93826 --- Comment #1 from Tobias Burnus --- The C code rejects this as follows. The OpenACC specification talks about "tightly nested loops"; the OpenMP spec is less clear but for "collapse" contrary to "tile" the implication that tightly nested loops

[Bug fortran/93825] [OpenACC] Implicit typing not honored – bogus type errors

2020-02-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93825 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/93552] [8/9/10 Regression][OpenACC] ICE in gfc_trans_exit, at fortran/trans-stmt.c:6110 since r7-6598-g02889d23ee3b0285

2020-02-24 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93552 --- Comment #5 from Tobias Burnus --- Committed patch: https://gcc.gnu.org/ml/gcc-patches/2020-02/msg01280.html Before, only "collapse" was reported (for OpenACC + OpenMP), now the check is also done for OpenACC's "tile" clause. — And for both c

[Bug target/92729] [avr] Convert the backend to MODE_CC so it can be kept in future releases

2020-02-24 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92729 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/55978] [4.8 Regression] class_optional_2.f90 -Os fails

2013-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 --- Comment #15 from Tobias Burnus 2013-02-05 22:46:03 UTC --- (In reply to comment #14) > + if (fsym && fsym->attr.optional && sym && sym->attr.pointer) Shouldn't you use something like gfc_expr_attr(expr).pointer Otherwise, I

[Bug fortran/55978] [4.8 Regression] class_optional_2.f90 -Os fails

2013-02-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 --- Comment #17 from Tobias Burnus 2013-02-06 11:16:38 UTC --- (In reply to comment #16) > For the allocatable case, no packing is done at all (I guess it's just not > needed there, since an allocatable array, contrary to a pointer, is alw

[Bug fortran/55978] [4.8 Regression] class_optional_2.f90 -Os fails

2013-02-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 --- Comment #19 from Tobias Burnus 2013-02-06 12:17:14 UTC --- (In reply to comment #18) > Here is an updated patch, which works for pointers and pointer components, Seems to work better than I expected. However, there is still an issue

[Bug fortran/56226] Add support for DEC UNION and MAP extensions

2013-02-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56224] [4.8 Regression] gfortran -fopenmp cannot find omp_lib.h

2013-02-06 Thread burnus at gcc dot gnu.org
||rejects-valid Last reconfirmed||2013-02-06 CC||burnus at gcc dot gnu.org, ||tkoenig at gcc dot gnu.org Ever Confirmed|0 |1

[Bug fortran/54339] [4.8 Regression] Update gfortran manual for GCC 4.8's TS29113 changes

2013-02-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54339 --- Comment #1 from Tobias Burnus 2013-02-07 11:08:28 UTC --- Author: burnus Date: Thu Feb 7 11:08:20 2013 New Revision: 195845 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195845 Log: 2013-02-07 Tobias Burnus

[Bug fortran/54339] [4.8 Regression] Update gfortran manual for GCC 4.8's TS29113 changes

2013-02-07 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution||FIXED --- Comment #2 from Tobias Burnus 2013-02-07 11:10:16 UTC --- FIXED

[Bug fortran/56293] New: I/O: Segfault in write_float when trying to print a not-word-aligned REAL(16) / -fno-align-commons

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56293 Bug #: 56293 Summary: I/O: Segfault in write_float when trying to print a not-word-aligned REAL(16) / -fno-align-commons Classification: Unclassified Product: gcc Versi

[Bug fortran/56293] I/O: Segfault in write_float when trying to print a not-word-aligned REAL(16) / -fno-align-commons

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56293 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56293] Segfault when trying to access pass-by-reference value of a not-word-aligned REAL(16) / -fno-align-commons

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56293 Tobias Burnus changed: What|Removed |Added Summary|I/O: Segfault in|Segfault when trying to

[Bug fortran/56293] Segfault when trying to access pass-by-reference value of a not-word-aligned REAL(16) / -fno-align-commons

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56293 --- Comment #5 from Tobias Burnus 2013-02-12 13:07:10 UTC --- Some tests with ifort, which by default uses unaligned commons: The first test case works, i.e. I/O with the unaligned "p" works. However, if one calls a user procedure ("call foo(p)"

[Bug testsuite/56082] FAIL: gfortran.dg/bind_c_bool_1.f90 -O (test for errors, line 18) on powerpc-apple-darwin9 with -m32

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56082 --- Comment #2 from Tobias Burnus 2013-02-12 16:22:26 UTC --- Author: burnus Date: Tue Feb 12 16:22:13 2013 New Revision: 195984 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195984 Log: 2013-02-12 Dominique d'Humieres

[Bug testsuite/56082] FAIL: gfortran.dg/bind_c_bool_1.f90 -O (test for errors, line 18) on powerpc-apple-darwin9 with -m32

2013-02-12 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution||FIXED --- Comment #3 from Tobias Burnus 2013-02-12 16:27:12 UTC --- Should be FIXED. Thanks Dominique for the report, debugging the issue, and for the patch!

[Bug fortran/56204] [4.8 regression] gfortran.dg/quad_[23].f90 FAIL on Solaris 9/x86

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56204] [4.8 regression] gfortran.dg/quad_[23].f90 FAIL on Solaris 9/x86

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204 --- Comment #3 from Tobias Burnus 2013-02-13 12:03:27 UTC --- Author: burnus Date: Wed Feb 13 12:03:18 2013 New Revision: 196011 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196011 Log: 2013-02-13 Tobias Burnus

[Bug fortran/56204] [4.8 regression] gfortran.dg/quad_[23].f90 FAIL on Solaris 9/x86

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/56305] passing array of character with len>1 to c_loc

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56305 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 --- Comment #11 from Tobias Burnus 2013-02-13 14:38:49 UTC --- (In reply to comment #10) > The test case fails because the match is too strict. Should be fixed - for the the trunk only - since 2012-01-09 via http://gcc.gnu.org/viewcvs?v

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 --- Comment #13 from Tobias Burnus 2013-02-13 15:09:06 UTC --- Author: burnus Date: Wed Feb 13 15:08:59 2013 New Revision: 196016 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196016 Log: 2012-02-13 Tobias Burnus

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 --- Comment #14 from Tobias Burnus 2013-02-13 17:51:17 UTC --- Author: burnus Date: Wed Feb 13 17:51:11 2013 New Revision: 196020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196020 Log: 2013-02-13 Tobias Burnus

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-02-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/56138] Deferred-length character RESULT: ICE in gfc_add_modify_loc

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56138 --- Comment #9 from Tobias Burnus 2013-02-14 09:37:58 UTC --- Author: burnus Date: Thu Feb 14 09:37:53 2013 New Revision: 196047 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196047 Log: 2013-02-14 Paul Thomas

[Bug fortran/56138] Deferred-length character RESULT: ICE in gfc_add_modify_loc

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56138 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/56318] New: [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 Bug #: 56318 Summary: [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 Tobias Burnus changed: What|Removed |Added Keywords||missed-optimization --- Comment

[Bug fortran/53537] [4.6/4.7 Regression] Explicit IMPORT of renamed USE-associated symbol fails

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53537 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/45129] I/O edit descriptors: Warn if the format field is too small for the E and F edit descriptor

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45129 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/28397] Check format mismatches at compile time

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28397 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug libfortran/50105] [4.6/4.7/4.8 Regression] I/O with g6.5 - wrong number of "**" shown

2013-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/51520] [4.6 Regression] ICE in gfortran 4.6.x

2013-02-14 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution||WONTFIX --- Comment #8 from Tobias Burnus 2013-02-15 07:45:58 UTC --- I close this now as WONTFIX. Given that it works in the current release 4.7.x and in the very-soon-to-be-released 4.8, it is simply

[Bug fortran/53818] -finit-local-zero -fno-automatic: Function result cannot have initializer

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53818 --- Comment #6 from Tobias Burnus 2013-02-15 08:50:43 UTC --- Author: burnus Date: Fri Feb 15 08:50:37 2013 New Revision: 196073 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196073 Log: 2013-02-15 Tobias Burnus

[Bug fortran/53818] -finit-local-zero -fno-automatic: Function result cannot have initializer

2013-02-15 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution||FIXED --- Comment #7 from Tobias Burnus 2013-02-15 08:52:32 UTC --- Finally FIXED – the approval was quite a while ago http://gcc.gnu.org/ml/fortran/2012-07/msg3.html Thanks for the bugreport and

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 --- Comment #4 from Tobias Burnus 2013-02-15 11:17:23 UTC --- Author: burnus Date: Fri Feb 15 11:17:15 2013 New Revision: 196075 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196075 Log: 2013-02-14 Tobias Burnus

[Bug libfortran/38199] [4.7/4.8 Regression] missed optimization: I/O performance

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 --- Comment #5 from Tobias Burnus 2013-02-15 14:20:30 UTC --- Author: burnus Date: Fri Feb 15 14:20:22 2013 New Revision: 196078 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196078 Log: 2013-02-15 Tobias Burnus

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 --- Comment #6 from Tobias Burnus 2013-02-15 14:20:58 UTC --- Author: burnus Date: Fri Feb 15 14:20:49 2013 New Revision: 196079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196079 Log: 2013-02-15 Tobias Burnus

[Bug fortran/56342] New: MATMUL with PARAMETER: Simplification usually doesn't work

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56342 Bug #: 56342 Summary: MATMUL with PARAMETER: Simplification usually doesn't work Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug fortran/56318] [4.6/4.7/4.8 Regression] Wrong result with MATMUL of PARAMETER

2013-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56318 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libquadmath/56379] New: libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379 Bug #: 56379 Summary: libquadmath: Wrong result for strtoflt128.c if compiled with -O0 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug libquadmath/56379] libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56378] [4.6/4.7/4.8 Regression] gfortran internal compiler error

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #8 from Tobias Burnus 2013-02-18 20:08:36 UTC --- (In reply to comment #5) ... > function int_fvec2vec (f_vec, n) result (c_vec) > integer f_vec(:) ... > subroutine lat_to_c (Fp, C) bind(c) ... > call lat_to_c2 (c_loc(fvec2vec(ic

[Bug libquadmath/56379] libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379 --- Comment #2 from Tobias Burnus 2013-02-18 23:42:18 UTC --- Some debugging. If one adds the following debugging patch: --- a/libquadmath/strtod/strtod_l.c +++ b/libquadmath/strtod/strtod_l.c @@ -441,3 +441,5 @@ mpn_lshift_1 (mp_limb_t

[Bug libquadmath/56379] libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-02-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/48111] libquadmath: strtoflt128 bug on MinGW

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48111 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56408] New: Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Bug #: 56408 Summary: Fix dependency handling of testsuite/gfortran.dg Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #3 from Tobias Burnus 2013-02-20 14:50:04 UTC --- Created attachment 29510 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29510 Draft patch (fails due to issues mentioned in comment 3) (In reply to comment #2) > (In re

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #5 from Tobias Burnus 2013-02-20 15:29:07 UTC --- (In reply to comment #4) > So can the modules be just moved into their own separate files and #included > (or INCLUDEd)? No. Those tests require that there is more than one t

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #6 from Tobias Burnus 2013-02-20 16:32:18 UTC --- Created attachment 29511 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29511 Draft patch (not working) for testsuite/lib (In reply to comment #5) > Maybe, an option wo

[Bug fortran/56416] New: texinfo 5: Many warnings for gfortran's *.texi

2013-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56416 Bug #: 56416 Summary: texinfo 5: Many warnings for gfortran's *.texi Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: documentat

[Bug fortran/56416] texinfo 5: Many warnings for gfortran's *.texi

2013-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56416 --- Comment #1 from Tobias Burnus 2013-02-21 09:23:38 UTC --- Author: burnus Date: Thu Feb 21 09:23:31 2013 New Revision: 196194 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196194 Log: 2012-02-21 Tobias Burnus

[Bug fortran/56416] texinfo 5: Many warnings for gfortran's *.texi

2013-02-21 Thread burnus at gcc dot gnu.org
||burnus at gcc dot gnu.org Resolution||FIXED --- Comment #2 from Tobias Burnus 2013-02-21 12:10:50 UTC --- FIXED on the 4.8 trunk. (Only warnings - contrary to PR 56258; hence, I do not intent to backport it.)

[Bug middle-end/55308] /usr/ports/lang/gcc48/work/build/sparc64-portbld-freebsd10.0/libstdc++-v3/src/.libs/libstdc++.so.6: Undefined symbol "__emutls_v._ThreadRuneLocale"

2013-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55308 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org

[Bug fortran/56422] New: IR F08/0086: gfortran rejects valid implied-shape arrays

2013-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56422 Bug #: 56422 Summary: IR F08/0086: gfortran rejects valid implied-shape arrays Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug fortran/56423] New: F08/0071: Shall reject invalid Vector subscript target with Pointer assignment

2013-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56423 Bug #: 56423 Summary: F08/0071: Shall reject invalid Vector subscript target with Pointer assignment Classification: Unclassified Product: gcc Version: 4.8.0

<    1   2   3   4   5   6   7   8   9   10   >