[Bug c++/68593] New: Problem compiling random.h

2015-11-27 Thread c.spanakis83 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68593 Bug ID: 68593 Summary: Problem compiling random.h Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ Assignee:

[Bug c/68589] internal compiler error: Segmentation fault

2015-11-27 Thread bacon at cs dot nyu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589 --- Comment #3 from David Bacon --- A workaround for this gcc bug is to replace the offending 1e37 (the only one in the .i file) with 10.1 (1{37 zeroes}.1). That works in the 5.2.0 case, anyway. It is worth n

[Bug c/68589] internal compiler error: Segmentation fault

2015-11-27 Thread bacon at cs dot nyu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589 --- Comment #2 from David Bacon --- A workaround for this gcc bug is to replace the offending 1e37 (the only one in the .i file) with 10.1 (1{37 zeroes}.1). That works in the 5.2.0 case, anyway. It is worth n

[Bug tree-optimization/68576] scev failed for loop auto parallelize

2015-11-27 Thread majun4950646 at 163 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68576 --- Comment #3 from majun --- (In reply to Richard Biener from comment #2) > I think the issue is that with respect to loop 4 the evolution is > > _76 = { 1 + _373, + , 1 }_4 > > but with all the casting we end up with > > (set_scalar_evolutio

[Bug ada/68564] Ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 Matthias Klose changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/68564] Ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 --- Comment #6 from Matthias Klose --- Author: doko Date: Sat Nov 28 02:42:37 2015 New Revision: 231030 URL: https://gcc.gnu.org/viewcvs?rev=231030&root=gcc&view=rev Log: 2015-11-28 Matthias Klose PR ada/68564 * gcc-interface

[Bug ada/68564] Ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 --- Comment #5 from Matthias Klose --- Author: doko Date: Sat Nov 28 02:41:20 2015 New Revision: 231029 URL: https://gcc.gnu.org/viewcvs?rev=231029&root=gcc&view=rev Log: 2015-11-28 Matthias Klose PR ada/68564 * gcc-interface

[Bug ada/68564] Ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 --- Comment #4 from Matthias Klose --- Author: doko Date: Sat Nov 28 02:39:20 2015 New Revision: 231028 URL: https://gcc.gnu.org/viewcvs?rev=231028&root=gcc&view=rev Log: 2015-11-28 Matthias Klose PR ada/68564 * gcc-interface

[Bug c/63326] whether a #pragma is a statement depends on the type of pragma

2015-11-27 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63326 --- Comment #22 from Chen Gang --- (In reply to Jakub Jelinek from comment #21) > Author: jakub > Date: Fri Nov 27 08:59:55 2015 > New Revision: 230999 > > URL: https://gcc.gnu.org/viewcvs?rev=230999&root=gcc&view=rev This way looks OK to me.

[Bug other/61321] demangler crash on casts in template parameters

2015-11-27 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61321 Mikhail Maltsev changed: What|Removed |Added CC||cas43 at cs dot stanford.edu --- Comme

[Bug other/63159] Demangler crash

2015-11-27 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63159 Mikhail Maltsev changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/68592] New: [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1403 with -fprofile-generate

2015-11-27 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68592 Bug ID: 68592 Summary: [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1403 with -fprofile-generate Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug c++/56606] GCC refuses to emit long calls for operator new/delete on PowerPC

2015-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606 --- Comment #3 from Martin Sebor --- Test case and its output: $ cat u.cpp && /build/gcc-trunk/gcc/xgcc -B /build/gcc-trunk/gcc -O2 -Wall -Wextra -c -mlongcall u.cpp && objdump -r u.o extern void foo(); void bar() { foo(); new char; } u

[Bug c++/56606] GCC refuses to emit long calls for operator new/delete on PowerPC

2015-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606 Martin Sebor changed: What|Removed |Added Target||powerpc64 Status|UNCONFIRMED

[Bug c++/68113] VLA+typeof+new -- confusing warning

2015-11-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68113 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/68590] FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not optimized "Index_Check"

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

[Bug ada/68590] FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not optimized "Index_Check"

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

[Bug libitm/68591] trans-mem: missing transactional read in transaction when using -O1

2015-11-27 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68591 torvald at gcc dot gnu.org changed: What|Removed |Added CC||rth at gcc dot gnu.org --- C

[Bug libitm/68591] New: trans-mem: missing transactional read in transaction when using -O1

2015-11-27 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68591 Bug ID: 68591 Summary: trans-mem: missing transactional read in transaction when using -O1 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

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

2015-11-27 Thread wam at hiwaay dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 --- Comment #9 from wam at hiwaay dot net --- On 11/27/15 13:32, redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 > > --- Comment #8 from Jonathan Wakely --- > Similarly, _STD_C_H_ is not a valid header guard in

[Bug ada/68590] New: FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not optimized "Index_Check"

2015-11-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68590 Bug ID: 68590 Summary: FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not optimized "Index_Check" Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug c/68589] internal compiler error: Segmentation fault

2015-11-27 Thread bacon at cs dot nyu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589 --- Comment #1 from David Bacon --- Version 5.2.0 of gcc for the same Cygwin 64-bit platform fails in the same way on the same source line.

[Bug tree-optimization/68552] [5/6 Regression]: ICE in in expand_expr_real_2 with -O2 -ftree-vectorize

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68552 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri Nov 27 19:42:47 2015 New Revision: 231024 URL: https://gcc.gnu.org/viewcvs?rev=231024&root=gcc&view=rev Log: PR tree-optimization/68552 * optabs.c (expand_vec_perm_1):

[Bug libgomp/68579] FAIL: libgomp.c/target-32.c execution test

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68579 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Nov 27 19:33:33 2015 New Revision: 231023 URL: https://gcc.gnu.org/viewcvs?rev=231023&root=gcc&view=rev Log: PR libgomp/68579 * task.c (gomp_task_run_post_handle_depen

[Bug tree-optimization/68552] [5/6 Regression]: ICE in in expand_expr_real_2 with -O2 -ftree-vectorize

2015-11-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68552 --- Comment #6 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #4) > (In reply to Jakub Jelinek from comment #3) > > Created attachment 36847 [details] > > gcc6-pr68552.patch > > I have started a bootstrap + regtest with the above pat

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

2015-11-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 --- Comment #8 from Jonathan Wakely --- Similarly, _STD_C_H_ is not a valid header guard in StdC.h, and _ASSERT0_H_ is not valid in Assert.h, and _GAUSS_H_ is not valid in gauss.h Same goes for # define __ASSERT_FUNCTION ((__const char *)

[Bug c++/68586] [6 Regression] Enum template parameter wrongly rejected

2015-11-27 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68586 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

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

2015-11-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 --- Comment #7 from Jonathan Wakely --- OK, the problem is a bug in your code, not GCC. Your StdIO.h file has this header guard: #ifndef _STDIO_H_ #define _STDIO_H_ That clashes with the name of the header guard in /usr/include/stdio.h so the

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #8 from Vladimir Makarov --- Author: vmakarov Date: Fri Nov 27 18:26:12 2015 New Revision: 231021 URL: https://gcc.gnu.org/viewcvs?rev=231021&root=gcc&view=rev Log: 2015-11-27 Vladimir Makarov PR rtl-optimization/68536

[Bug ada/68564] Ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 Eric Botcazou changed: What|Removed |Added Summary|ada fails to bootstrap on |Ada fails to bootstrap on

[Bug c++/68383] Demangler stack overflow

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68383 --- Comment #10 from Markus Trippelsdorf --- markus@x4 libiberty % ./a.out _ZSt7forwardIRKZN5Write14DataMapGrammarISt20back_insert_iteratorISsEEC4EvEUlRT_E_EOS5_RNSt16remove_referenceIS5_E4typeE typed name template qualified name name

[Bug fortran/68218] ALLOCATE with size given by a module function

2015-11-27 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68218 kargl at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

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

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #7 from Vladimir Makarov --- The problem of the segmentation fault is in base == NULL in lra_emit_add but the real root of the problem is in processing insn operators for subreg reloading. I'll have a patch today and commit it in tru

[Bug rtl-optimization/68349] [6 regression] ice in decompose_normal_address with -O2 at rtlanal.c:6086

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68349 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 --- Comment #5 from David Edelsohn --- One needs to upgrade to ISL 0.14 or 0.15. The earlier inclusion ordering of ISL header files in graphite source files were wrong and did not follow GCC requirements. It worked on Mint and OpenSUSE because

[Bug bootstrap/68361] [6 regression] Bootstrap failure with --enable-checking=release

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68361 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c/68589] New: internal compiler error: Segmentation fault

2015-11-27 Thread bacon at cs dot nyu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589 Bug ID: 68589 Summary: internal compiler error: Segmentation fault Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/68501] [6 Regression] sqrt builtin is not used anymore

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68501 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 Thomas Schwinge changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org,

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

2015-11-27 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432 --- Comment #13 from Tobias Burnus --- (In reply to rsand...@gcc.gnu.org from comment #10) > Series finally posted here: > https://gcc.gnu.org/ml/gcc-patches/2015-11/msg03020.html Part 05's gcc/genattrtab.c changes do not apply. (All other par

[Bug c++/61039] Using a constexpr's address as a template variable produces an unnecessary warning

2015-11-27 Thread Torsten at Robitzki dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61039 Torsten Robitzki changed: What|Removed |Added CC||Torsten at Robitzki dot de --- Commen

[Bug target/63773] [meta-bug] Restoring darwin bootstrap for gcc 5.0

2015-11-27 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 --- Comment #34 from mrs at gcc dot gnu.org --- So, for bugs that aren't fixed, sometimes we work around them. We can use this bug to track things like the vendor bug status (fixed or not), and potential workarounds. Plus, we can list this bug

[Bug target/63773] [meta-bug] Restoring darwin bootstrap for gcc 5.0

2015-11-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 --- Comment #33 from Iain Sandoe --- (In reply to Iain Sandoe from comment #32) > reduced testcase: ..however this is not "our" bug, so there's no known reason to keep this PR open, right? .. if no-one objects by Monday 30th, then let's close i

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

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432 Markus Trippelsdorf changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comm

[Bug sanitizer/68587] [6 Regression][UBSAN] ICE in expand_insn, at optabs.c:6974

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68587 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug sanitizer/68587] [6 Regression][UBSAN] ICE in expand_insn, at optabs.c:6974

2015-11-27 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68587 --- Comment #1 from Tobias Burnus --- The options can be reduced to: g++ -O1 -ffast-math -fsanitize=null

[Bug c++/68588] GCC requires constexpr for template non-type parameter, even though constexpr conversion operator exists

2015-11-27 Thread petr at kalinin dot nnov.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68588 --- Comment #1 from pkalinin --- [Attribution was incorrect, the last sentence is reworded from Columbo's answer. Sorry.]

[Bug target/68214] gcc.dg/cwsc1.c fails on arm-none-eabi

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68214 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code Stat

[Bug c++/68588] New: GCC requires constexpr for template non-type parameter, even though constexpr conversion operator exists

2015-11-27 Thread petr at kalinin dot nnov.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68588 Bug ID: 68588 Summary: GCC requires constexpr for template non-type parameter, even though constexpr conversion operator exists Product: gcc Version: 5.2.0

[Bug sanitizer/68587] [6 Regression][UBSAN] ICE in expand_insn, at optabs.c:6974

2015-11-27 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68587 Tobias Burnus changed: What|Removed |Added Target||x86_64-pc-linux-gnu Target Milestone|-

[Bug sanitizer/68587] New: [6 Regression][UBSAN] ICE in expand_insn, at optabs.c:6974

2015-11-27 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68587 Bug ID: 68587 Summary: [6 Regression][UBSAN] ICE in expand_insn, at optabs.c:6974 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2015-11-27 Thread wam at hiwaay dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68427 --- Comment #6 from wam at hiwaay dot net --- I see this is labelled as resolved. That is *NOT* true for me. All versions of gcc on FreeBSD 9.3R that I have tried (4.8.5, 4.9.4, 5.2.0, 5.2.1) still reproduce this bug as of today. I pkg-upgraded al

[Bug other/61321] demangler crash on casts in template parameters

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61321 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68586] New: [6 Regression] Enum template parameter wrongly rejected

2015-11-27 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68586 Bug ID: 68586 Summary: [6 Regression] Enum template parameter wrongly rejected Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: rejects-valid S

[Bug other/61233] Demangler crash (GDB PR 16957)

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61233 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/68312] [6 Regression] Memory leaks in cilkplus

2015-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68312 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/61321] demangler crash on casts in template parameters

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61321 --- Comment #16 from Markus Trippelsdorf --- Author: trippels Date: Fri Nov 27 14:48:21 2015 New Revision: 231020 URL: https://gcc.gnu.org/viewcvs?rev=231020&root=gcc&view=rev Log: PR other/61321 - demangler crash on casts in template parameters

[Bug other/59195] C++ demangler handles conversion operator incorrectly

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59195 --- Comment #6 from Markus Trippelsdorf --- Author: trippels Date: Fri Nov 27 14:48:21 2015 New Revision: 231020 URL: https://gcc.gnu.org/viewcvs?rev=231020&root=gcc&view=rev Log: PR other/61321 - demangler crash on casts in template parameters

[Bug other/61233] Demangler crash (GDB PR 16957)

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61233 --- Comment #3 from Markus Trippelsdorf --- Author: trippels Date: Fri Nov 27 14:48:21 2015 New Revision: 231020 URL: https://gcc.gnu.org/viewcvs?rev=231020&root=gcc&view=rev Log: PR other/61321 - demangler crash on casts in template parameters

[Bug middle-end/68570] [6 Regression] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68570 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug fortran/68218] ALLOCATE with size given by a module function

2015-11-27 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68218 --- Comment #6 from vehre at gcc dot gnu.org --- Author: vehre Date: Fri Nov 27 14:35:46 2015 New Revision: 231017 URL: https://gcc.gnu.org/viewcvs?rev=231017&root=gcc&view=rev Log: gcc/fortran/ChangeLog: 2015-11-27 Andre Vehreschild

[Bug c++/68585] New: [5/6 Regression] c++14 code accepted by 4.9 not accepted by 5 and 6

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68585 Bug ID: 68585 Summary: [5/6 Regression] c++14 code accepted by 4.9 not accepted by 5 and 6 Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/68584] nested generic lambda with trailing return type cases compiler crash

2015-11-27 Thread Gaetano.Checinski at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68584 --- Comment #1 from Gaetano.Checinski at gmail dot com --- clang compiles this examples

[Bug tree-optimization/68559] Excessive peeling for gaps

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68559 --- Comment #3 from Richard Biener --- Author: rguenth Date: Fri Nov 27 14:17:28 2015 New Revision: 231015 URL: https://gcc.gnu.org/viewcvs?rev=231015&root=gcc&view=rev Log: 2015-11-27 Richard Biener PR tree-optimization/68559

[Bug tree-optimization/68559] Excessive peeling for gaps

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68559 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 68559, which changed state. Bug 68559 Summary: Excessive peeling for gaps https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68559 What|Removed |Added -

[Bug c++/68584] New: nested generic lambda with trailing return type cases compiler crash

2015-11-27 Thread Gaetano.Checinski at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68584 Bug ID: 68584 Summary: nested generic lambda with trailing return type cases compiler crash Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68218] ALLOCATE with size given by a module function

2015-11-27 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68218 --- Comment #5 from vehre at gcc dot gnu.org --- Author: vehre Date: Fri Nov 27 14:08:23 2015 New Revision: 231014 URL: https://gcc.gnu.org/viewcvs?rev=231014&root=gcc&view=rev Log: gcc/fortran/ChangeLog: 2015-11-27 Andre Vehreschild

[Bug ada/68564] ada fails to bootstrap on sparc64-linux-gnu

2015-11-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564 --- Comment #2 from Matthias Klose --- Created attachment 36855 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36855&action=edit patch proposed patch; check for the multiarch string before checking for the directory name.

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread mar...@mpa-garching.mpg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 --- Comment #2 from Martin Reinecke --- OK, the problematic commit appears to be: Revision 230759 - Directory Listing Added Mon Nov 23 14:23:59 2015 UTC (3 days, 23 hours ago) by dje Correct graphite*.c ISL header file inclusion order. * system

[Bug target/68214] gcc.dg/cwsc1.c fails on arm-none-eabi

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68214 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/68214] gcc.dg/cwsc1.c fails on arm-none-eabi

2015-11-27 Thread ktkachov at gcc dot gnu.org
.ident "GCC: (unknown) 6.0.0 20151127 (experimental)" .text .code 16 .align 1 .L7: bx r3

[Bug target/68577] [6 Regression] ICE: in expand_direct_optab_fn, at internal-fn.c:2171

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68577 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug bootstrap/68563] LTO bootstrap fails on aarch64-linux-gnu

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68563 --- Comment #3 from ktkachov at gcc dot gnu.org --- LTO bootstrap on aarch64-linux with --disable-werror passes.

[Bug bootstrap/64320] Missing config.h during findcomp.cc compilation

2015-11-27 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64320 Georg Koppen changed: What|Removed |Added CC||gk at torproject dot org --- Comment #3 f

[Bug c/68582] -Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68582 --- Comment #3 from Richard Biener --- Probably because noreturn uses the volatile bit, TREE_THIS_VOLATILE: /* Warn about static fns or vars defined but not used. */ if (((warn_unused_function && TREE_CODE (decl) == FUNCTION_DECL) ||

[Bug c/68582] -Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68582 Richard Biener changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM

[Bug tree-optimization/68583] [5/6 Regression] Missed if-conversion

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68583 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug tree-optimization/68583] New: [5/6 Regression] Missed if-conversion

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68583 Bug ID: 68583 Summary: [5/6 Regression] Missed if-conversion Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priori

[Bug rtl-optimization/68250] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68250 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/68194] [4.9/5/6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68194 --- Comment #17 from Jakub Jelinek --- *** Bug 68250 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/68250] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68250 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Nov 27 12:13:48 2015 New Revision: 231010 URL: https://gcc.gnu.org/viewcvs?rev=231010&root=gcc&view=rev Log: PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.

[Bug rtl-optimization/68250] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68250 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Nov 27 12:12:35 2015 New Revision: 231009 URL: https://gcc.gnu.org/viewcvs?rev=231009&root=gcc&view=rev Log: PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.

[Bug middle-end/37150] basic-block vectorization misses some unrolled loops

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37150 --- Comment #16 from Richard Biener --- (In reply to Joost VandeVondele from comment #15) > Created attachment 29738 [details] > maybe smaller testcase version ? > > Attached is what I think is roughly the smallest kernel of this type that we >

[Bug rtl-optimization/67477] [6 Regression] ICE in cselib_record_set, at cselib.c:2388

2015-11-27 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67477 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/68343] FAIL: gcc.dg/graphite/fuse-{1,2}.c scan-tree-dumps

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68343 ktkachov at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2015-11-13 00:00:00 |2015-11-27

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #6 from Yvan Roux --- (In reply to ktkachov from comment #5) > Hmm, I can definitely still reproduce based on today's trunk. > I'm using an arm-none-eabi compiler configured with > --without-isl --with-float=hard --with-cpu=cortex-a1

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug bootstrap/68540] 6.0 build process broken on Linux Mint, potential include ordering problem

2015-11-27 Thread mar...@mpa-garching.mpg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68540 --- Comment #1 from Martin Reinecke --- I should probably add that building the trunk was possible without any problems on Linux Mint until about two weeks ago. Unfortunately I do not know yet how to isolate the problematic commit ... will look i

[Bug ada/68564] ada fails to bootstrap on sparc64-linux-gnu

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

[Bug tree-optimization/68553] gcc.dg/vect/pr68445.c FAILs

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68553 --- Comment #4 from Richard Biener --- Author: rguenth Date: Fri Nov 27 11:17:51 2015 New Revision: 231006 URL: https://gcc.gnu.org/viewcvs?rev=231006&root=gcc&view=rev Log: 2015-11-27 Richard Biener PR tree-optimization/68553

[Bug tree-optimization/68553] gcc.dg/vect/pr68445.c FAILs

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68553 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/68582] -Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions

2015-11-27 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68582 --- Comment #1 from Pedro Alves --- Same thing with gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) [Fedora 20].

[Bug sanitizer/68580] FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test

2015-11-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68580 --- Comment #3 from vries at gcc dot gnu.org --- (In reply to Dmitry Vyukov from comment #2) > If you change types of: > > int v; > int q; > int o; > > to 'long long', does it fix the failure? As long as I don't have a reliable way to reproduce

[Bug c/68582] New: -Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions

2015-11-27 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68582 Bug ID: 68582 Summary: -Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions Product: gcc Version: 6.0 Status: UNCONFIRMED Seve

[Bug sanitizer/68580] FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test

2015-11-27 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68580 Dmitry Vyukov changed: What|Removed |Added CC||dvyukov at google dot com --- Comment #2

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #5 from ktkachov at gcc dot gnu.org --- Hmm, I can definitely still reproduce based on today's trunk. I'm using an arm-none-eabi compiler configured with --without-isl --with-float=hard --with-cpu=cortex-a15 --with-fpu=neon-vfpv4 --wi

[Bug c++/67702] [4.9/5/6 Regression] Internal compiler error: Segmentation fault

2015-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67702 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

  1   2   >