[Bug c++/63149] wrong auto deduction from braced-init-list

2019-01-26 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63149 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #3 from k

[Bug target/80586] vsqrtss with AVX should avoid a dependency on the destination register.

2019-01-26 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80586 Peter Cordes changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #14 from Jerry DeLisle --- Author: jvdelisle Date: Sun Jan 27 01:36:40 2019 New Revision: 268309 URL: https://gcc.gnu.org/viewcvs?rev=268309&root=gcc&view=rev Log: 2019-01-26 Jerry DeLisle PR libfortran/89020 * io

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread jvdelisle at charter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #15 from jvdelisle at charter dot net --- On 1/26/19 1:07 PM, anlauf at gmx dot de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 > > Harald Anlauf changed: > > What|Removed |Added >

[Bug d/88958] ICE in walk_aliased_vdefs_1, at tree-ssa-alias.c:2887

2019-01-26 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88958 --- Comment #2 from Iain Buclaw --- This is code that the front-end implementation accepts as valid code, but it should be an error. Referencing f on is own does not automatically take the address of it, e.g: auto a = f;// f(int) is not cal

[Bug c++/89070] Attribute [[nodiscard]] should be ignored in unevaluated contexts

2019-01-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89070 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/89056] Optimizer generates bad code for non-void function that fails to return a value

2019-01-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89056 --- Comment #7 from Jonathan Wakely --- (In reply to Darryl Okahata from comment #6) > I just wish the C++ standard instead just allowed an undefined value to be > returned, instead of generating bad optimized code. It does allow it. The behavio

[Bug c++/88358] variable template definition taken as function template declaration with implicit typename

2019-01-26 Thread blitzrakete at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88358 --- Comment #4 from Nicolas Lesser --- Almost the same fix has to apply when the declarator is unqualified: Always treat T::something as a value, never as a type. This is not part of the allowed contexts in P0634. I don't know which core discussi

[Bug ipa/88933] ICE: verify_cgraph_node failed (Error: caller edge count does not match BB count)

2019-01-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88933 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/88933] ICE: verify_cgraph_node failed (Error: caller edge count does not match BB count)

2019-01-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88933 --- Comment #18 from Martin Jambor --- Author: jamborm Date: Sat Jan 26 22:19:17 2019 New Revision: 268305 URL: https://gcc.gnu.org/viewcvs?rev=268305&root=gcc&view=rev Log: [PR ipa/88933] Careful CFG cleanup in IPA-CP function transformation 2

[Bug c/89076] New: gcc/dwarf2out.c:23270:9: warning: duplicated ‘if’ condition

2019-01-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89076 Bug ID: 89076 Summary: gcc/dwarf2out.c:23270:9: warning: duplicated ‘if’ condition Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug d/89042] ICE in visit, at d/decl.cc:597

2019-01-26 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89042 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #13 fro

[Bug d/89042] ICE in visit, at d/decl.cc:597

2019-01-26 Thread ibuclaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89042 --- Comment #1 from ibuclaw at gcc dot gnu.org --- Author: ibuclaw Date: Sat Jan 26 21:07:15 2019 New Revision: 268304 URL: https://gcc.gnu.org/viewcvs?rev=268304&root=gcc&view=rev Log: Fix ICE when handling void initialized manifest constants.

[Bug lto/89075] New: error: type variant has different TREE_TYPE

2019-01-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89075 Bug ID: 89075 Summary: error: type variant has different TREE_TYPE Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug c++/89074] New: valid pointer equality constexpr comparison rejected

2019-01-26 Thread tadeus.prastowo at unitn dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89074 Bug ID: 89074 Summary: valid pointer equality constexpr comparison rejected Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/57553] [F08] Valid use of STORAGE_SIZE rejected, bad error message for invalid use

2019-01-26 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57553 --- Comment #8 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sat Jan 26 20:45:55 2019 New Revision: 268303 URL: https://gcc.gnu.org/viewcvs?rev=268303&root=gcc&view=rev Log: 2019-01-26 Harald Anlauf PR fortran/57553

[Bug other/69561] MULTILIB_EXCLUSIONS is not documented

2019-01-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69561 --- Comment #2 from Eric Gallager --- (In reply to Steve Ellcey from comment #0) > MULTILIB_EXCLUSIONS is not documented anywhere. MULTILIB_EXCEPTIONS is > documented, but not MULTILIB_EXCLUSIONS. MULTILIB_EXCEPTIONS is in fragments.texi, so I

[Bug c++/88951] [9 Regression] No fpermissive offerred on 'error: jump to case label'

2019-01-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88951 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #12 from Jerry DeLisle --- Author: jvdelisle Date: Sat Jan 26 20:27:16 2019 New Revision: 268301 URL: https://gcc.gnu.org/viewcvs?rev=268301&root=gcc&view=rev Log: 2019-01-26 Jerry DeLisle PR libfortran/88020 * io

[Bug c++/88020] Deduction guides fail inside sizeof

2019-01-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug c++/88020] Deduction guides fail inside sizeof

2019-01-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Sat Jan 26 20:27:16 2019 New Revision: 268301 URL: https://gcc.gnu.org/viewcvs?rev=268301&root=gcc&view=rev Log: 2019-01-26 Jerry DeLisle PR libfortran/88020 * io/

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #11 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #10) > It seems that the GCC policy is "s/can not/cannot/g". Thanks Dominique, I will fix it. BTW I set up Ubuntu 18 in Virtualbox 6 on Win 10 and it does not

[Bug target/89073] New: x86 __attribute__ ((target("sha"))) not documented

2019-01-26 Thread pocqak at fyvzl dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89073 Bug ID: 89073 Summary: x86 __attribute__ ((target("sha"))) not documented Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c/89072] New: -Wall -Werror should be defaults

2019-01-26 Thread bugzilla at kerneldriver dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89072 Bug ID: 89072 Summary: -Wall -Werror should be defaults Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c As

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #10 from Dominique d'Humieres --- It seems that the GCC policy is "s/can not/cannot/g".

[Bug libfortran/89020] close(status='DELETE') does not remove file

2019-01-26 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89020 --- Comment #9 from Steve Kargl --- On Sat, Jan 26, 2019 at 03:49:48AM +, jvdelisle at gcc dot gnu.org wrote: > --- Comment #8 from Jerry DeLisle --- > OK yes we are not doing anything with the return values of the calls to > 'remove'. > >

[Bug fortran/42361] [Meta-bug] Serious Fortran bugs

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42361 --- Comment #2 from Dominique d'Humieres --- > This meta bug is for serious bugs (wrong-code, rejects-valid, > ice-on-valid-code) which should be given a high priority. The list has not been updated for more than nine years. As for today I have

[Bug fortran/86754] [meta-bug] Memory leaks at run time

2019-01-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86754 Bug 86754 depends on bug 86481, which changed state. Bug 86481 Summary: [OOP] Memory leak with sourced allocation https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86481 What|Removed |Added --

[Bug fortran/86481] [OOP] Memory leak with sourced allocation

2019-01-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86481 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/80477] [OOP] Polymorphic function result generates memory leak

2019-01-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80477 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/86754] [meta-bug] Memory leaks at run time

2019-01-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86754 Bug 86754 depends on bug 80477, which changed state. Bug 80477 Summary: [OOP] Polymorphic function result generates memory leak https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80477 What|Removed |Added

[Bug fortran/63689] -fcheck=array-temps should warn for temporaries during intrinsic assignment

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63689 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/48655] False positive with -Warray-temporaries and a=transpose(a)

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48655 Dominique d'Humieres changed: What|Removed |Added CC||bardeau at iram dot fr --- Commen

[Bug target/88343] [7/8 Regression] R31 is unconditionally saved/restored on powerpc-darwin even when it's not necessary.

2019-01-26 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88343 --- Comment #21 from Segher Boessenkool --- Before the holidays I did this patch: === diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index fa5f032..2ffe7d9 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6

[Bug fortran/56744] [meta-bug] Namelist bugs

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56744 --- Comment #4 from Dominique d'Humieres --- What is the policy for meta-bugs with all entries marked as resolved? Should we keep them as NEW or could we close them as FIXED?

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 87969, which changed state. Bug 87969 Summary: -fcheck does not raise signal https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87969 What|Removed |Added --

[Bug fortran/87969] -fcheck does not raise signal

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87969 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Blocks|

[Bug fortran/87154] Internal compiler error: in gimplify_expr, at gimplify.c:12215

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87154 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Blocks|

[Bug fortran/68241] [meta-bug] [F03] Deferred-length character

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241 Bug 68241 depends on bug 87154, which changed state. Bug 87154 Summary: Internal compiler error: in gimplify_expr, at gimplify.c:12215 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87154 What|Removed |Added

[Bug fortran/77296] [F03] Compiler Error with allocatable string and associate

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77296 Dominique d'Humieres changed: What|Removed |Added CC||uberprugelknabe at hotmail dot co

[Bug rtl-optimization/85899] [8/9 Regression] ICE in find_fallthru_edge_from, at haifa-sched.c:8059

2019-01-26 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85899 Arseny Solokha changed: What|Removed |Added Target|powerpc-*-linux-gnu,|powerpc-*-linux-gnu,

[Bug fortran/85579] accepts invalid fortran test case gfortran.dg/pr51434.f90

2019-01-26 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85579 --- Comment #10 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sat Jan 26 15:25:45 2019 New Revision: 268295 URL: https://gcc.gnu.org/viewcvs?rev=268295&root=gcc&view=rev Log: 2019-01-26 Dominique d'Humieres PR fortran/8557

[Bug fortran/85579] accepts invalid fortran test case gfortran.dg/pr51434.f90

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85579 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug d/89054] libphobos/src/std/math.d:5279:18: error: undefined iden tifier 'ControlState'

2019-01-26 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89054 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/86151] size() of unallocated array is nonzero

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86151 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/79134] Implicit declaration of free due to missing include

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79134 --- Comment #2 from Dominique d'Humieres --- Since the patch has rotten for two years, it no longer applies. Without an update submitted for review to fort...@gcc.gnu.org and gcc-patc...@gcc.gnu.org, I'll close the PR as WONTFIX.

[Bug fortran/55980] missed optimizations with internal_pack

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55980 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/88821] Inline packing of non-contiguous arguments

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88821 Dominique d'Humieres changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Comm

[Bug debug/71906] [6/7 Regression] Fortran allocatable strings debug info type size regression

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906 Dominique d'Humieres changed: What|Removed |Added CC||nikolay.piskun at roguewave dot c

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 77865, which changed state. Bug 77865 Summary: Regression: wrong debug information for gfortran pointers to structures https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77865 What|Removed |A

[Bug fortran/77865] Regression: wrong debug information for gfortran pointers to structures

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77865 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/87738] internal compiler error: in gfc_trans_use_stmts, at fortran/trans-decl.c:4920

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87738 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/85982] ICE in resolve_component, at fortran/resolve.c:13696

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85982 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #4 from Domi

[Bug fortran/62278] gfc_check_dependency should also check for TARGET attribute

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62278 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #13 from Dominique d'Humieres --- > print '(f1.0)',100.00 ! => len=1 *: no digits > print '(f2.0)',100.00 ! => len=0 : no digits > print '(f3.0)',100.00 ! => len=0 : no digits > print

[Bug debug/78212] Fortran allocatable strings in derived type elements debug info

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78212 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 63331, which changed state. Bug 63331 Summary: Fortran -fcompare-debug issues https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63331 What|Removed |Added -

[Bug fortran/63331] Fortran -fcompare-debug issues

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63331 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #8 from Dominique d'Humieres --- > I will try and will let you now. Any progress?

[Bug fortran/88960] [F18] ISO_FORTRAN_ENV: add INITIAL_TEAM, PARENT_TEAM, and CURRENT_TEAM

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88960 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47030] !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 --- Comment #11 from Dominique d'Humieres --- See https://gcc.gnu.org/ml/fortran/2019-01/msg00038.html for comments.

[Bug fortran/51790] Broken ambiguity check when combining generic with nongeneric procedures

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51790 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #2 from Domin

[Bug fortran/51578] [4.3/4.4/4.5/4.6/4.7 Regression] Import of same symbol via different modules and renaming

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51578 Bug 51578 depends on bug 51788, which changed state. Bug 51788 Summary: Unstable gfc_verify_binding_labels check for a binding label which collides with a global entity https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51788 What|Remov

[Bug fortran/51788] Unstable gfc_verify_binding_labels check for a binding label which collides with a global entity

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51788 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/47149] failing build: execvp: /bin/sh: Argument list too long

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47149 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/65438] Unnecessary ptr check

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65438 Dominique d'Humieres changed: What|Removed |Added CC||cesar at gcc dot gnu.org --- Comm

[Bug fortran/36854] [meta-bug] fortran front-end optimization

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 34706, which changed state. Bug 34706 Summary: FE should reuse array temporaries, reduce temporaties and tell ME the array-size type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34706 What|Removed

[Bug fortran/34706] FE should reuse array temporaries, reduce temporaties and tell ME the array-size type

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34706 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/67420] gfortran.dg/norm2_3.f90 FAILs

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67420 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/89067] Inaccurate error message: 'i' at (1) is not a member of the 'x' structure

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89067 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug fortran/89069] ICE in select type with function returning class array pointer

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89069 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/89071] New: AVX vcvtsd2ss lets us avoid PXOR dependency breaking for scalar float<->double

2019-01-26 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89071 Bug ID: 89071 Summary: AVX vcvtsd2ss lets us avoid PXOR dependency breaking for scalar float<->double Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: mi

[Bug preprocessor/88974] [9 Regression] ICE: Segmentation fault (in linemap_resolve_location)

2019-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88974 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Sat Jan 26 10:08:00 2019 New Revision: 268285 URL: https://gcc.gnu.org/viewcvs?rev=268285&root=gcc&view=rev Log: PR preprocessor/88974 * directives.c (SEEN_EOL): Move macr

[Bug c++/89070] New: Attribute [[nodiscard]] should be ignored in unevaluated contexts

2019-01-26 Thread d.frey at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89070 Bug ID: 89070 Summary: Attribute [[nodiscard]] should be ignored in unevaluated contexts Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal