[Bug tree-optimization/68341] [6 Regression] FAIL: gcc.dg/graphite/interchange-{1,11,13}.c (internal compiler error)

2015-11-18 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68341 sandra at gcc dot gnu.org changed: What|Removed |Added CC||sandra at gcc dot gnu.org ---

[Bug c++/68348] [6 regression] ICE: segfault in cxx_eval_constant_expression at cp/constexpr.c:3172

2015-11-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68348 --- Comment #3 from Marek Polacek --- A bit shorter: struct C { constexpr C() : w(), x(), y() {} constexpr double fn() const noexcept; double w; double x; double y; }; constexpr double C::fn() const noexcept { return w; } C foo() { C

[Bug rtl-optimization/68173] gcc does not terminate with -O0 on source file with a very large expression

2015-11-18 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68173 --- Comment #7 from Vladimir Makarov --- GCC on trunk is 50 times slower than LLVM-3.7 in -O0 mode on this test. In -O2 mode GCC is only 20% slower than LLVM-3.7 in the same mode and faster than LLVM-3.7 with -O0. About 80% of compile time GCC

[Bug target/68410] config/nios2/nios2.c: 4123: duplicates in expression

2015-11-18 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68410 --- Comment #3 from sandra at gcc dot gnu.org --- Author: sandra Date: Wed Nov 18 19:45:47 2015 New Revision: 230563 URL: https://gcc.gnu.org/viewcvs?rev=230563&root=gcc&view=rev Log: 2015-11-18 Sandra Loosemore PR target/68410

[Bug target/68410] config/nios2/nios2.c: 4123: duplicates in expression

2015-11-18 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68410 sandra at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|-

[Bug libstdc++/66059] make_integer_sequence should use a log(N) implementation

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66059 --- Comment #10 from Jonathan Wakely --- (In reply to Adrian Wielgosik from comment #9) > TOTAL : 0.97 0.01 0.99 > 119627 kB By passing in the length of the first sequence instead of using si

[Bug tree-optimization/65424] gcc does not recognize byte swaps implemented as loop.

2015-11-18 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65424 --- Comment #3 from Robert Clausecker --- I checked this again on a computer with more RAM and compilation does indeed terminate after 23 minutes. On the original machine, the compiler most likely swapped a lot contrary to my original report in w

[Bug rtl-optimization/68173] gcc takes a long time and a lot of memory with -O0 on source file with very large expression

2015-11-18 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68173 --- Comment #8 from Robert Clausecker --- I checked this again on a computer with more RAM and compilation does indeed terminate after 23 minutes. On the original machine, the compiler most likely swapped a lot contrary to my original report in w

[Bug tree-optimization/65424] gcc does not recognize byte swaps implemented as loop.

2015-11-18 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65424 --- Comment #4 from Robert Clausecker --- Sorry, comment was posted to the wrong bug. I have trouble using your bug reporting software, the “automatically go to next bug after making a change” behaviour is weird and unintuitive.

[Bug libstdc++/66059] make_integer_sequence should use a log(N) implementation

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66059 --- Comment #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #7) > The version I came up with is very close to Xeo's at stackoverflow. I tried > something more like yours and it used a LOT more memory. > > Here's what I tes

[Bug go/68420] New: Errors with go escape analysis

2015-11-18 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68420 Bug ID: 68420 Summary: Errors with go escape analysis Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assigne

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-11-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #8

[Bug go/68420] Errors with go escape analysis

2015-11-18 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68420 boger at us dot ibm.com changed: What|Removed |Added Target||ppc64le, x86_64 --- Comment #1

[Bug lto/67548] [5/6 Regression] LTO drops weak binding with "ld -r"

2015-11-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67548 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug testsuite/68232] gcc.dg/ifcvt-4.c fails on some arm configurations

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68232 Bill Schmidt changed: What|Removed |Added CC||wschmidt at gcc dot gnu.org --- Comment #

[Bug c++/68422] New: compile-time cost of sizeof... is exponential

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Bug ID: 68422 Summary: compile-time cost of sizeof... is exponential Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: compile-time-hog Severity: normal P

[Bug target/68421] New: unused copy of global register variable into another gpr

2015-11-18 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68421 Bug ID: 68421 Summary: unused copy of global register variable into another gpr Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Jonathan Wakely changed: What|Removed |Added Summary|compile-time cost of|compile-time cost of

[Bug libstdc++/66059] make_integer_sequence should use a log(N) implementation

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66059 --- Comment #12 from Jonathan Wakely --- I've opened PR 68422 for the sizeof... inefficiency.

[Bug rtl-optimization/66669] FAIL: gcc.dg/loop-8.c

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Bill Schmidt changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org,

[Bug c++/68423] New: override/final doesn't cause error in templated class without base

2015-11-18 Thread rhainin1 at binghamton dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68423 Bug ID: 68423 Summary: override/final doesn't cause error in templated class without base Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 Bill Schmidt changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org,

[Bug c++/68423] override/final doesn't cause error in templated class without base

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68423 --- Comment #1 from Jonathan Wakely --- You get an error as soon as you instantiate the templates. I don't know if the standard requires an error even for uninstantiated templates, but there are LOTS of things g++ doesn't diagnose in uninstantiat

[Bug middle-end/68221] libgomp reduction-11/12 failures

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68221 Bill Schmidt changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org,

[Bug libgomp/68403] FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/loop-auto-1.c (internal compiler error)

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68403 Bill Schmidt changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org,

[Bug other/67868] ICE in handling VTV sections for targets with section anchors.

2015-11-18 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67868 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68424] New: static_cast(0.29 * 100) == "28"

2015-11-18 Thread alex.piliev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68424 Bug ID: 68424 Summary: static_cast(0.29 * 100) == "28" Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug c/68425] New: Enhanced error message when an array is initialized with too many elements

2015-11-18 Thread morwenn29 at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68425 Bug ID: 68425 Summary: Enhanced error message when an array is initialized with too many elements Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: enha

[Bug c/65083] Can not indirectly call some C11 atomic library functions

2015-11-18 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65083 --- Comment #3 from Joseph S. Myers --- Author: jsm28 Date: Wed Nov 18 22:13:44 2015 New Revision: 230578 URL: https://gcc.gnu.org/viewcvs?rev=230578&root=gcc&view=rev Log: Add out-of-line versions of some functions (PR c/65083). PR c/65083 no

[Bug c/65083] Can not indirectly call some C11 atomic library functions

2015-11-18 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65083 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/68421] unused copy of global register variable into another gpr

2015-11-18 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68421 --- Comment #1 from Peter Bergner --- This seems somewhat related to PR24644 which was "fixed". That bug showed we do not want to copy global registers to other "tmp" registers and use them from the "tmp" reg. In this case, at least we're still

[Bug target/68424] static_cast(0.29 * 100) == "28"

2015-11-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68424 Andrew Pinski changed: What|Removed |Added Component|c++ |target --- Comment #1 from Andrew Pinski

[Bug target/68424] static_cast(0.29 * 100) == "28"

2015-11-18 Thread alex.piliev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68424 --- Comment #2 from Alex Piliev --- #include int main(int argc, char* argv[]) { std::cout << static_cast(0.28 * 100) << std::endl; std::cout << 0.29 * 100 << std::endl; std::cout << static_cast(0.29 * 100) << std::endl; std::cout << static_cas

[Bug fortran/43996] ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996 --- Comment #19 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 18 22:51:39 2015 New Revision: 230579 URL: https://gcc.gnu.org/viewcvs?rev=230579&root=gcc&view=rev Log: 2015-11-18 Steven G. Kargl PR fortran/43996

[Bug fortran/59910] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:5327

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59910 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 18 22:55:17 2015 New Revision: 230580 URL: https://gcc.gnu.org/viewcvs?rev=230580&root=gcc&view=rev Log: 2015-11-18 Steven G. Kargl PR fortran/59910

[Bug target/68408] broken support for attribute init_priority

2015-11-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68408 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/68408] broken support for attribute init_priority

2015-11-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68408 Eric Botcazou changed: What|Removed |Added Target||sparc-elf Status|UNCONFIRMED

[Bug fortran/43996] ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996 --- Comment #20 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 18 22:58:47 2015 New Revision: 230581 URL: https://gcc.gnu.org/viewcvs?rev=230581&root=gcc&view=rev Log: 2015-11-18 Steven G. Kargl PR fortran/43996

[Bug plugins/41757] Add PLUGIN_FINISH_DECL

2015-11-18 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41757 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug web/50642] onlinedocs formated text too small to read

2015-11-18 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642 --- Comment #13 from Jon Grant --- Hello Could this be committed to the trunk please?

[Bug c/16351] NULL dereference warnings

2015-11-18 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #45 from Jon Grant --- (In reply to Manuel López-Ibáñez from comment #39) > (In reply to David Binderman from comment #38) > > It could even be the case that the "potential NULL" code gets > > put into some backwater flag away from -W

[Bug target/68424] static_cast(0.29 * 100) == "28"

2015-11-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68424 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/43996] ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996 --- Comment #21 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #20) > Author: kargl > Date: Wed Nov 18 22:58:47 2015 > New Revision: 230581 > > URL: https://gcc.gnu.org/viewcvs?rev=230581&root=gcc&view=rev > Log: > 2015-11-18

[Bug lto/61313] configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX

2015-11-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61313 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/43996] ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/43996] ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996 kargl at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug fortran/59910] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:5327

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59910 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/68426] New: Simplification of SPREAD with a derived type element causes ICE

2015-11-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68426 Bug ID: 68426 Summary: Simplification of SPREAD with a derived type element causes ICE Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68426] Simplification of SPREAD with a derived type element causes ICE

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

[Bug tree-optimization/68198] [6 Regression]Excessive code size, compile time and memory usage bloat due to FSM threading in 453.povray

2015-11-18 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68198 --- Comment #9 from Jeffrey A. Law --- Author: law Date: Thu Nov 19 00:33:27 2015 New Revision: 230586 URL: https://gcc.gnu.org/viewcvs?rev=230586&root=gcc&view=rev Log: [PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threading

[Bug tree-optimization/68198] [6 Regression]Excessive code size, compile time and memory usage bloat due to FSM threading in 453.povray

2015-11-18 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68198 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/68415] Internal compiler error on Class variable containing array of allocatable polymorphic variable

2015-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68415 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/61819] [4.9/4.10 Regression] ICE in gfc_conv_descriptor_data_get

2015-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 Dominique d'Humieres changed: What|Removed |Added CC||talebi.hossein at gmail dot com -

[Bug other/66827] [6 Regression] left shifts of negative value warnings due to C++14 switch

2015-11-18 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66827 --- Comment #5 from Vittorio Zecca --- I am traveling now so I cannot double check your hint. What do you suggest?

[Bug fortran/68401] improve 'Allocation would exceed memory limit'

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

[Bug lto/61313] configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX

2015-11-18 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61313 --- Comment #2 from PaX Team --- do you have a few examples of expected input/output path pairs perhaps?

[Bug c++/68427] New: GCC (G++) flunks legal ANSI-C code

2015-11-18 Thread wam at hiwaay dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 Bug ID: 68427 Summary: GCC (G++) flunks legal ANSI-C code Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ A

[Bug tree-optimization/68428] New: [6 Regression] [graphite] ICE in outermost_loop_in_sese w/ -O2 -floop-strip-mine or -O2 -floop-nest-optimize

2015-11-18 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68428 Bug ID: 68428 Summary: [6 Regression] [graphite] ICE in outermost_loop_in_sese w/ -O2 -floop-strip-mine or -O2 -floop-nest-optimize Product: gcc Version: 6.0

[Bug web/50642] onlinedocs formated text too small to read

2015-11-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642 --- Comment #14 from Manuel López-Ibáñez --- (In reply to Jon Grant from comment #13) > Hello > Could this be committed to the trunk please? Not everybody reads all messages in bugzilla. Patches go to gcc-patches. See comment #8. CC Gerald (see

[Bug c/68425] Enhanced error message when an array is initialized with too many elements

2015-11-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68425 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack Status|UNCONF

[Bug c++/68429] New: [concepts] ICE in in placeholder_extract_concept_and_args, at cp/constraint.cc:1401

2015-11-18 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68429 Bug ID: 68429 Summary: [concepts] ICE in in placeholder_extract_concept_and_args, at cp/constraint.cc:1401 Product: gcc Version: 6.0 Status: UNCONFIRM

[Bug c++/68295] internal compiler error / segmentation fault

2015-11-18 Thread liupeifeng at live dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68295 Peifeng Liu changed: What|Removed |Added CC||liupeifeng at live dot com --- Comment #5

[Bug c++/68295] internal compiler error / segmentation fault

2015-11-18 Thread liupeifeng at live dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68295 --- Comment #6 from Peifeng Liu --- Just a clue: when processing float/double consts/variables in the source code files, this issue is very likely to be reproduced.

[Bug middle-end/68393] internal compiler error: in convert_move, at expr.c:286

2015-11-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68393 Bill Schmidt changed: What|Removed |Added CC||wschmidt at gcc dot gnu.org --- Comment #

[Bug c++/68430] New: std::is_constructible::value == true for unconstructable type T

2015-11-18 Thread ytj000 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68430 Bug ID: 68430 Summary: std::is_constructible::value == true for unconstructable type T Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68401] improve 'Allocation would exceed memory limit'

2015-11-18 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68401 Joost VandeVondele changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug c/68431] New: Regression in GCC-6.0.0's optimizer

2015-11-18 Thread ishiura-compiler at ml dot kwansei.ac.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68431 Bug ID: 68431 Summary: Regression in GCC-6.0.0's optimizer Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Ass

[Bug rtl-optimization/68432] New: [6 Regression] internal compiler error: in expand_insn, at optabs.c:6947

2015-11-18 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432 Bug ID: 68432 Summary: [6 Regression] internal compiler error: in expand_insn, at optabs.c:6947 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68401] improve 'Allocation would exceed memory limit'

2015-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68401 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Severity|normal

[Bug fortran/65751] Bogus &L in error message

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

[Bug fortran/68401] improve 'Allocation would exceed memory limit'

2015-11-18 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68401 --- Comment #4 from Joost VandeVondele --- (In reply to Dominique d'Humieres from comment #3) > I am still not convinced. IMO enhancements have only two realistic status: > WONTFIX or ASSIGNED. not sure, project that do not engage with their co

[Bug fortran/47040] Make error message for empty array constructor more helpful/correct

2015-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47040 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Assignee|unassigned

[Bug fortran/47191] Misleading error message if part-ref starts with DATA

2015-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47191 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Severity|normal

<    1   2   3