[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 Markus Trippelsdorf changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/49636] [F03] ASSOCIATE construct confused with slightly complicated case

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49636 --- Comment #8 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #7) > Ping! I am just going through the PRs assigned to me and tying to draw up a priority list. ***sigh*** there are quite a lot fo which there are partial fixe

[Bug tree-optimization/68008] New: Pessimization of simple non-tail-recursive functions

2015-10-18 Thread gcc-bugzilla at mkarcher dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68008 Bug ID: 68008 Summary: Pessimization of simple non-tail-recursive functions Product: gcc Version: 5.1.1 URL: http://stackoverflow.com/questions/32974625 Status: UNCONFIRMED

[Bug fortran/67177] MOVE_ALLOC not automatically allocating deferred character arrays in derived types

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67177 --- Comment #4 from Paul Thomas --- Author: pault Date: Sun Oct 18 09:31:21 2015 New Revision: 228940 URL: https://gcc.gnu.org/viewcvs?rev=228940&root=gcc&view=rev Log: 2015-10-18 Paul Thomas PR fortran/67177 PR fortran/67977

[Bug fortran/67977] allocatable strings, array section reallocated - non-standard behaviour

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67977 --- Comment #2 from Paul Thomas --- Author: pault Date: Sun Oct 18 09:31:21 2015 New Revision: 228940 URL: https://gcc.gnu.org/viewcvs?rev=228940&root=gcc&view=rev Log: 2015-10-18 Paul Thomas PR fortran/67177 PR fortran/67977

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-10-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #9 from Iain Sandoe --- Author: iains Date: Sun Oct 18 10:33:37 2015 New Revision: 228942 URL: https://gcc.gnu.org/viewcvs?rev=228942&root=gcc&view=rev Log: Fix PR63758 by using the _NSGetEnviron() API on Darwin include/ Ro

[Bug fortran/60717] Wrong code with recursive procedure with unlimited polymorphic dummy argument

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60717 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/52846] [F2008] Support submodules

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52846 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/39627] [meta-bug] Fortran 2008 support

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627 Bug 39627 depends on bug 52846, which changed state. Bug 52846 Summary: [F2008] Support submodules https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52846 What|Removed |Added -

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

2015-10-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 66385, which changed state. Bug 66385 Summary: [4.9 Regression] ICE: FORALL writing multiple elements of one array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385 What|Removed |Added

[Bug fortran/66385] [4.9 Regression] ICE: FORALL writing multiple elements of one array

2015-10-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Sun Oct 18 11:29:37 2015 New Revision: 228943 URL: https://gcc.gnu.org/viewcvs?rev=228943&root=gcc&view=rev Log: 2015-10-18 Thomas Koenig Backport from trunk PR fort

[Bug fortran/66385] [4.9 Regression] ICE: FORALL writing multiple elements of one array

2015-10-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/68009] New: [6 Regression] prototype for gfortran_runtime_error with inline matmul

2015-10-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68009 Bug ID: 68009 Summary: [6 Regression] prototype for gfortran_runtime_error with inline matmul Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68009] [6 Regression] prototype for gfortran_runtime_error with inline matmul

2015-10-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68009 Thomas Koenig changed: What|Removed |Added Target||nvptx CC|

[Bug fortran/66082] memory leak with automatic array dummy argument with derived type array constructor actual argument

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66082 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/67977] allocatable strings, array section reallocated - non-standard behaviour

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67977 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Commen

[Bug tree-optimization/67921] [6 Regression] "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2015-10-18 Thread amker.cheng at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 --- Comment #6 from bin.cheng --- The fact is GCC calls function: chrec_fold_minus (type, chrec1, chrec2) // type == sizetype // chrec1 == 4 - (sizetype) &c // chrec2 == (sizetype) ((int *) p1_8(D) + ((sizetype) a_23

[Bug tree-optimization/68008] Pessimization of simple non-tail-recursive functions

2015-10-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68008 --- Comment #1 from Marc Glisse --- Probably not related, but at -O2, I notice that sccp produces the "interesting": _3 = n_4(D) + -2; _12 = (unsigned int) n_4(D); _10 = _12 + 4294967294; _2 = _10 / 2; _11 = (int) _2; _9 = _11 * -2;

[Bug tree-optimization/67921] [6 Regression] "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2015-10-18 Thread amker.cheng at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 --- Comment #7 from bin.cheng --- Hmm, this issue could be simply because chrec_fold_multiply doesn't use sizetype as CHREC_RIGHT's type to build pointer type CHREC: return build_polynomial_chrec (CHREC_VARIABLE (op0),

[Bug fortran/59678] [F03] Segfault on equalizing variables of a complex derived type

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678 --- Comment #21 from Mikael Morin --- Author: mikael Date: Sun Oct 18 15:01:03 2015 New Revision: 228945 URL: https://gcc.gnu.org/viewcvs?rev=228945&root=gcc&view=rev Log: PR fortran/67721 PR fortran/67818 Backport from m

[Bug fortran/67818] [5 Regression] FAIL: libgomp.fortran/alloc-comp-[23].f90

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67818 --- Comment #9 from Mikael Morin --- Author: mikael Date: Sun Oct 18 15:01:03 2015 New Revision: 228945 URL: https://gcc.gnu.org/viewcvs?rev=228945&root=gcc&view=rev Log: PR fortran/67721 PR fortran/67818 Backport from ma

[Bug fortran/65841] Seg fault on intrinsic assignment to allocatable derived type with allocatable component

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65841 --- Comment #7 from Mikael Morin --- Author: mikael Date: Sun Oct 18 15:01:03 2015 New Revision: 228945 URL: https://gcc.gnu.org/viewcvs?rev=228945&root=gcc&view=rev Log: PR fortran/67721 PR fortran/67818 Backport from ma

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 --- Comment #9 from Mikael Morin --- Author: mikael Date: Sun Oct 18 15:01:03 2015 New Revision: 228945 URL: https://gcc.gnu.org/viewcvs?rev=228945&root=gcc&view=rev Log: PR fortran/67721 PR fortran/67818 Backport from ma

[Bug target/67871] LTO falis for ARM big-endian

2015-10-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871 --- Comment #7 from H.J. Lu --- arm-none-eabi GCC only supports little-endian, not big-endian and armeb-none-eabi GCC only supports big-endian, not little-endian. To make them support both, you need to pass the right -m option to linker.

[Bug boehm-gc/66848] boehm-gc fails test suite on x86_64-apple-darwin15

2015-10-18 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66848 --- Comment #19 from Jack Howarth --- This thread... http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2011-April/004472.html suggests that the boehm-gc is older than I suspected (as it claims gcc's copy is based on the 6.6 release). As far a

[Bug boehm-gc/66848] boehm-gc fails test suite on x86_64-apple-darwin15

2015-10-18 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66848 --- Comment #20 from Jack Howarth --- Also, the one commonality in all of the boehm-gc regressions on darwin15 (against the Apple Clang 7.0 compiled libunwind.dylib) is instances of... * thread #1: tid = 0x20dbb8, 0x7fff93f37148 libdyld.dyli

[Bug fortran/67758] [6 Regression] ICE on invalid use of COMMON

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67758 --- Comment #8 from Mikael Morin --- Author: mikael Date: Sun Oct 18 17:17:21 2015 New Revision: 228947 URL: https://gcc.gnu.org/viewcvs?rev=228947&root=gcc&view=rev Log: Fix common-related error recovery ICE. Fix an inconsistent state, between

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 --- Comment #3 from Jason Merrill --- Author: jason Date: Sun Oct 18 18:02:10 2015 New Revision: 228949 URL: https://gcc.gnu.org/viewcvs?rev=228949&root=gcc&view=rev Log: PR c++/68006 * decl.c (implicit_default_ctor_p): New.

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/67758] [6 Regression] ICE on invalid use of COMMON

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67758 Mikael Morin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68010] New: internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-18 Thread ghoort1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Bug ID: 68010 Summary: internal compiler error: in tree_to_shwi, at tree.h:3661 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Prior

[Bug fortran/66079] [5 Regression] memory leak with source allocation in internal subprogram

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66079 --- Comment #12 from Paul Thomas --- Author: pault Date: Sun Oct 18 18:36:52 2015 New Revision: 228952 URL: https://gcc.gnu.org/viewcvs?rev=228952&root=gcc&view=rev Log: 2015-10-18 Paul Thomas PR fortran/66079 * trans-expr.c

[Bug rtl-optimization/67443] [5/6 regression] DSE removes required store instruction

2015-10-18 Thread wmi at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67443 --- Comment #13 from wmi at google dot com --- Use the extracted testcase vogt contributed. Here is some digging about why rtx_refs_may_alias_p returns noalias for the load and store: (gdb) c Continuing. Breakpoint 3, rtx_refs_may_alias_p (x=0x7

[Bug c++/68010] internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-18 Thread ghoort1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 --- Comment #1 from ghoort1 at gmail dot com --- At GCC-5.1.1 /home/ghoort/projects/nfg/NFserver/StructDecoder.h:67:2: internal compiler error: in tree_to_shwi, at tree.h:3856 } ^ 0x806864 tree_to_shwi(tree_node const*) ../../src/gcc/

[Bug c++/68010] internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/66079] [5 Regression] memory leak with source allocation in internal subprogram

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66079 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68010] internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-18 Thread ghoort1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 --- Comment #3 from Andrey Chistyakov --- Created attachment 36538 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36538&action=edit crash file

[Bug rtl-optimization/67443] [5/6 regression] DSE removes required store instruction

2015-10-18 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67443 --- Comment #14 from Dominik Vogt --- This is the thread discussing the patch that introduced the if-condition above to ao_ref_from_mem: https://gcc.gnu.org/ml/gcc-patches/2009-09/msg01638.html

[Bug debug/68010] internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW Component|c++

[Bug fortran/34721] Output statements fool the -Wuninitialized option

2015-10-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34721 Dominique d'Humieres changed: What|Removed |Added CC||arnaud02 at users dot sourceforge

[Bug fortran/50331] -Wuninitialized and variable passed to WRITE statements

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

[Bug other/63509] Misleading error message when building gcc without C++ compiler installed

2015-10-18 Thread tzachinoy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509 TzachiNoy changed: What|Removed |Added CC||tzachinoy at gmail dot com --- Comment #6 fr

[Bug middle-end/68000] Suboptimal ternary operator codegen

2015-10-18 Thread thaines.astro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68000 --- Comment #3 from Tim Haines --- (In reply to Andrew Pinski from comment #1) > Note I think the trunk already has improved code generation. Here is the codegen from the latest trunk build using the same options as before. foo_manual_hoist:

[Bug fortran/29799] More informative message if a symbol is found in two modules

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

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

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

[Bug rtl-optimization/67443] [5/6 regression] DSE removes required store instruction

2015-10-18 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67443 --- Comment #15 from Dominik Vogt --- The original problem was that a 4-byte load (or whatever) from memory M into an 8-byte-register on bigendian machines is represented by a memory reference of size 8 starting at M-4? This problem was present

[Bug fortran/31711] was "rhs array is changed while assiging to same lhs array"

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

[Bug fortran/67933] [4.9/5/6 Regression] ICE for array of a derived type with allocatable class in derived type object

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67933 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org Blo

[Bug fortran/67900] [4.9/5/6 Regression] Interface bug: Binding parameters to C causes a compiler segmentation fault.

2015-10-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67900 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #4

[Bug other/65800] gengtype aborts when run with -d (debug dump)

2015-10-18 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65800 --- Comment #2 from Mikhail Maltsev --- Author: miyuki Date: Sun Oct 18 23:33:21 2015 New Revision: 228956 URL: https://gcc.gnu.org/viewcvs?rev=228956&root=gcc&view=rev Log: Fix crash in gengtype debug dump gcc/ PR other/65800 *

[Bug other/65800] gengtype aborts when run with -d (debug dump)

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

[Bug rtl-optimization/68011] New: wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

2015-10-18 Thread su at cs dot ucdavis.edu
--enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20151018 (experimental) [trunk revision 228953] (GCC) $ $ gcc-trunk -m64 -O0 small.c; ./a.out $ gcc-trunk -m32 -O1 small.c; ./a.out $ gcc-5.2 -m64 -O1 small.c; ./a.out $ $ gcc-trunk -m64 -O1 small.c

[Bug c++/68012] New: g++ incorrectly accepts forward declaration of constexpt variable template

2015-10-18 Thread morwenn29 at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68012 Bug ID: 68012 Summary: g++ incorrectly accepts forward declaration of constexpt variable template Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: norm

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-18 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 Daniel Micay changed: What|Removed |Added CC||danielmicay at gmail dot com --- Comment

[Bug tree-optimization/68013] New: ICE on valid code at -O2 on x86_64-linux-gnu in duplicate_thread_path, at tree-ssa-threadupdate.c:2469

2015-10-18 Thread su at cs dot ucdavis.edu
--prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20151018 (experimental) [trunk revision 228953] (GCC) $ $ gcc-trunk -Os -c small.c $ gcc-5.2 -O2 -c small.c $ $ gcc-trunk -O2 -c small.c small.c: In function ‘fn1’: small.c

[Bug fortran/31711] was "rhs array is changed while assiging to same lhs array"

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31711 --- Comment #19 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #18) > > comment #10 from Roger-Sayle is being kept "live" by this PR. Whilst > > I am interested, I have to give priority to other PRs to make best use > > of m

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2015-10-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #10 from paul.richard.thomas at gmail dot com --- Hi Dominique, I was about to close this one right now :-) Thanks Paul On 18 October 2015 at 22:54, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/56852] [4.9 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-10-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 Paul Thomas changed: What|Removed |Added Summary|[4.9/5 Regression] ICE on |[4.9 Regression] ICE on

[Bug c/68014] New: ICE when using Flag Output Operands

2015-10-18 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68014 Bug ID: 68014 Summary: ICE when using Flag Output Operands Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c Assi

[Bug middle-end/68000] Suboptimal ternary operator codegen

2015-10-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68000 --- Comment #4 from Andrew Pinski --- Note I was looking at the code generation of AARCH64 which does not have addition in QI Mode and does those adds in SImode and RTL CSE (or RTL GCSE, I did not look into which one) could remove the extra addit

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-18 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 Rich Felker changed: What|Removed |Added CC||bugdal at aerifal dot cx --- Comment #6 fr

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 --- Comment #5 from Markus Trippelsdorf --- It looks like trunk/gcc/testsuite/g++.dg/opt/flifetime-dse3.C doesn't work as expected. It already succeeds before your patch.

[Bug c++/68006] [6 Regression] [C++14] Incorrect aggregate initialization from empty initializer list with NSDMI

2015-10-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68006 --- Comment #6 from Markus Trippelsdorf --- (In reply to Markus Trippelsdorf from comment #5) > It looks like trunk/gcc/testsuite/g++.dg/opt/flifetime-dse3.C doesn't work > as expected. It already succeeds before your patch. Please ignore. I use