[Bug fortran/66709] ICE on formatted io with parameter array specifier fmt

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/68303] performance: unordered_map&co. up to 7x speedup

2018-03-25 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68303 --- Comment #3 from François Dumont --- Even if I always considered unordered containers to be high volume containers that's an interesting idea. As this is a pretty old entry I guess I'll have to try it myself.

[Bug tree-optimization/85063] Switch conversion in openacc routine introduces unsupported construct

2018-03-25 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85063 --- Comment #6 from Tom de Vries --- (In reply to Jakub Jelinek from comment #3) > What about switch inside of OpenACC constructs? The standard forbids function static vars in routines. It doesn't forbid function static vars in OpenACC construct

[Bug fortran/66709] ICE on formatted io with parameter array specifier fmt

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Mon Mar 26 06:29:01 2018 New Revision: 258850 URL: https://gcc.gnu.org/viewcvs?rev=258850&root=gcc&view=rev Log: 2018-03-26 Thomas Koenig PR fortran/66709 * io.c: In

[Bug target/85075] New: powerpc: ICE in iszero testcase

2018-03-25 Thread raji at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85075 Bug ID: 85075 Summary: powerpc: ICE in iszero testcase Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target As

[Bug c++/80265] __builtin_{memcmp,memchr,strlen} are not usable in constexpr functions

2018-03-25 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80265 --- Comment #32 from Pedro Alves --- In that case, I think the "something something" you're looking for can be char_trait's __constant_char_array_p: + if (__constant_char_array_p(__first1, __len) + && __constant_char

[Bug tree-optimization/85063] Switch conversion in openacc routine introduces unsupported construct

2018-03-25 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85063 --- Comment #5 from Tom de Vries --- > Switch conversion triggers for this example, which introduces > a function static var, Hmm, that was my impression from PR84592 comment 5, and the comments in tree-switch-conversion.c. When I compile this

[Bug fortran/53298] ICE in gfc_conv_scalarized_array_ref for ARRAY + substring

2018-03-25 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53298 --- Comment #5 from Harald Anlauf --- Removing the size() in the print and the unneeded declaration of , one gets a different ICE: character(len=5) :: str(3) call f(str(:)) contains subroutine f(x) character(len=*) :: x(:) print

[Bug fortran/69497] ICE in gfc_free_namespace, at fortran/symbol.c:3701

2018-03-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69497 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Thomas Koenig changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/84094] several correctness issues in gfortran.dg

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84094 Bug 84094 depends on bug 84381, which changed state. Bug 84381 Summary: replace non-std 'call abort' by 'stop 1' in gfortran testsuite https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 What|Removed |Added

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 --- Comment #18 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 25 16:00:52 2018 New Revision: 258846 URL: https://gcc.gnu.org/viewcvs?rev=258846&root=gcc&view=rev Log: 2018-03-25 Thomas Koenig PR fortran/84381 * testsui

[Bug fortran/66709] ICE on formatted io with parameter array specifier fmt

2018-03-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709 Jerry DeLisle changed: What|Removed |Added Assignee|jvdelisle at gcc dot gnu.org |unassigned at gcc dot gnu.org --

[Bug fortran/84924] Erroneous error in C_F_POINTER

2018-03-25 Thread johnsonsr at ornl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84924 --- Comment #9 from Seth Johnson --- Thanks guys for the fast fix and review!

[Bug tree-optimization/85063] Switch conversion in openacc routine introduces unsupported construct

2018-03-25 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85063 --- Comment #4 from Tom de Vries --- Created attachment 43751 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43751&action=edit Tentative patch that doesn't disable the switch conversion optimization (In reply to Jakub Jelinek from comment

[Bug middle-end/85074] New: FAIL: g++.dg/torture/pr81812.C (test for excess errors)

2018-03-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85074 Bug ID: 85074 Summary: FAIL: g++.dg/torture/pr81812.C (test for excess errors) Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority

[Bug fortran/84693] scalar DT not broadcast across an array in an initialization expression

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84693 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 --- Comment #17 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 25 12:46:31 2018 New Revision: 258845 URL: https://gcc.gnu.org/viewcvs?rev=258845&root=gcc&view=rev Log: 2018-03-24 Thomas Koenig PR fortran/84381 * gfortra

[Bug fortran/84094] several correctness issues in gfortran.dg

2018-03-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84094 Bug 84094 depends on bug 84381, which changed state. Bug 84381 Summary: replace non-std 'call abort' by 'stop 1' in gfortran testsuite https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 What|Removed |Added

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/84094] several correctness issues in gfortran.dg

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84094 Bug 84094 depends on bug 84381, which changed state. Bug 84381 Summary: replace non-std 'call abort' by 'stop 1' in gfortran testsuite https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 What|Removed |Added

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Thomas Koenig changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 --- Comment #14 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 25 12:23:58 2018 New Revision: 258844 URL: https://gcc.gnu.org/viewcvs?rev=258844&root=gcc&view=rev Log: 2018-03-25 Thomas Koenig Neil Carlson PR fortran/8

[Bug target/85073] New: [x86] extra check after BLSR

2018-03-25 Thread wojciech_mula at poczta dot onet.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85073 Bug ID: 85073 Summary: [x86] extra check after BLSR Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Ass

[Bug c++/85072] New: g++ -O1 consumes all memory

2018-03-25 Thread fabian.loeschner at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85072 Bug ID: 85072 Summary: g++ -O1 consumes all memory Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assigne

[Bug fortran/66709] ICE on formatted io with parameter array specifier fmt

2018-03-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/84924] Erroneous error in C_F_POINTER

2018-03-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84924 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/84924] Erroneous error in C_F_POINTER

2018-03-25 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84924 --- Comment #7 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sun Mar 25 11:30:24 2018 New Revision: 258843 URL: https://gcc.gnu.org/viewcvs?rev=258843&root=gcc&view=rev Log: 2018-03-25 Seth Johnson Dominique d'Humieres

[Bug c++/85071] New: The g++ delete the memory alloced by new operator before I manually delete it.

2018-03-25 Thread 141242068 at smail dot nju.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85071 Bug ID: 85071 Summary: The g++ delete the memory alloced by new operator before I manually delete it. Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: