https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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.
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69497
Jerry DeLisle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381
Thomas Koenig changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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
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
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84924
--- Comment #9 from Seth Johnson ---
Thanks guys for the fast fix and review!
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84693
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381
Dominique d'Humieres changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381
Thomas Koenig changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84924
Dominique d'Humieres changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
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:
29 matches
Mail list logo