[Bug libstdc++/77801] std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid

[Bug libstdc++/77802] [7 Regression] Boost Fiber doesn't compile

2016-09-30 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77802 --- Comment #2 from Ville Voutilainen --- Mine.

[Bug libstdc++/77802] [7 Regression] Boost Fiber doesn't compile

2016-09-30 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77802 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/77801] std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread ma30002000 at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 --- Comment #3 from Matthias Schneider --- Isn't it also obvious that calling a non-constexpr function from a constexpr function will not work when actually using it as a constexpr?

[Bug fortran/77764] ICE in is_anonymous_component, at fortran/interface.c:450

2016-09-30 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77764 foreese at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/77801] std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread ma30002000 at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 --- Comment #2 from Matthias Schneider --- Of course: [...] /home/vcs/VideoSDK/vcs-base/include/vcsbase/Time.h:122:203: in constexpr expansion of ‘vcsbase::Time::FromInt(ticks, (uncertaintyInTicks / 90u), 0l, ((int64_t)ticksPerMs))’

[Bug fortran/77764] ICE in is_anonymous_component, at fortran/interface.c:450

2016-09-30 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77764 --- Comment #3 from foreese at gcc dot gnu.org --- Author: foreese Date: Fri Sep 30 11:42:31 2016 New Revision: 240652 URL: https://gcc.gnu.org/viewcvs?rev=240652=gcc=rev Log: 2016-09-30 Fritz Reese Fix ICE for maps

[Bug libstdc++/77802] [7 Regression] Boost Fiber doesn't compile

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77802 --- Comment #1 from Jonathan Wakely --- 17.6.4.8 [res.on.functions] p2 In particular, the effects are undefined in the following cases: ... — if an incomplete type (3.9) is used as a template argument when instantiating a template component,

[Bug fortran/77782] ICE in gfc_get_union_type, at fortran/trans-types.c:2387

2016-09-30 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77782 foreese at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/77782] ICE in gfc_get_union_type, at fortran/trans-types.c:2387

2016-09-30 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77782 --- Comment #3 from foreese at gcc dot gnu.org --- Author: foreese Date: Fri Sep 30 11:37:23 2016 New Revision: 240651 URL: https://gcc.gnu.org/viewcvs?rev=240651=gcc=rev Log: 2016-09-30 Fritz Reese Fix ICE caused by

[Bug target/47779] Problem cross-compiling trunk for bfin

2016-09-30 Thread wbx at openadk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779 --- Comment #7 from Waldemar Brodkorb --- I fixed it in uClibc-ng some time ago. So if you want you can close the ticket.

[Bug fortran/77584] Unclassifiable statement error with procedure pointer using template named "structure_"

2016-09-30 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77584 --- Comment #8 from foreese at gcc dot gnu.org --- (In reply to Marek Polacek from comment #7) > You need to use your @gnu.gcc.org account to be able to modify BZs. Oh, thanks. Seems obvious now that I think about it. I didn't realize such an

[Bug fortran/77785] ICE in gfc_get_caf_token_offset, at fortran/trans-expr.c:1990

2016-09-30 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from

[Bug libstdc++/77802] [7 Regression] Boost Fiber doesn't compile

2016-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77802 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug libstdc++/77802] New: [7 Regression] Boost Fiber doesn't compile

2016-09-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77802 Bug ID: 77802 Summary: [7 Regression] Boost Fiber doesn't compile Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/77584] Unclassifiable statement error with procedure pointer using template named "structure_"

2016-09-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77584 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug fortran/77584] Unclassifiable statement error with procedure pointer using template named "structure_"

2016-09-30 Thread fritzoreese at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77584 Fritz Reese changed: What|Removed |Added CC||fritzoreese at gmail dot com --- Comment

[Bug c++/77797] Unable to use constexpr function as constexpr template parameter

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77797 --- Comment #3 from Jonathan Wakely --- https://gcc.gnu.org/ shows the active releases.

[Bug c++/67200] Copy elision and implicit move in return performed in cases not allowed by standard

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67200 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |6.0

[Bug libstdc++/77801] std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/77801] std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 Jonathan Wakely changed: What|Removed |Added Status|NEW |WAITING

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-09-30 Thread sv.muel...@tu-braunschweig.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 --- Comment #16 from Mueller --- I stumbled upon this problem when creating an object-oriented string class if I remember correctly. Some procedure would allocate a string and return it (like

[Bug libstdc++/77801] New: std::experimental::gcd std::experimental::lcd use non-constexpr std::abs

2016-09-30 Thread ma30002000 at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77801 Bug ID: 77801 Summary: std::experimental::gcd std::experimental::lcd use non-constexpr std::abs Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity:

[Bug fortran/77603] ICE: Segmentation fault (program f951)

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

[Bug fortran/77602] ICE with cyclic length declaration: Killed (program f951)

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

[Bug middle-end/77798] [7 Regression] 465.tonto ICE with trunk with -O2

2016-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77798 --- Comment #4 from Richard Biener --- Ok, looks like a genmatch insufficiency with type auto-detection.

[Bug tree-optimization/77399] Poor code generation for vector casts and loads

2016-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399 --- Comment #12 from Richard Biener --- Load part remains.

[Bug middle-end/77798] [7 Regression] 465.tonto ICE with trunk with -O2

2016-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77798 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/77798] [7 Regression] 465.tonto ICE with trunk with -O2

2016-09-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77798 --- Comment #2 from Martin Liška --- Created attachment 39726 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39726=edit Reduced test-case

[Bug fortran/77584] Unclassifiable statement error with procedure pointer using template named "structure_"

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

[Bug c++/77748] pr77550.C fails on arm-none-eabi

2016-09-30 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748 Bernd Edlinger changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/77798] [7 Regression] 465.tonto ICE with trunk with -O2

2016-09-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77798 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug tree-optimization/77399] Poor code generation for vector casts and loads

2016-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399 --- Comment #11 from Richard Biener --- Author: rguenth Date: Fri Sep 30 07:06:16 2016 New Revision: 240646 URL: https://gcc.gnu.org/viewcvs?rev=240646=gcc=rev Log: 2016-09-30 Richard Biener PR

<    1   2   3   4   5