[Bug libstdc++/68995] New: Including both and can cause ADL problems in std::function SFINAE

2015-12-19 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 Bug ID: 68995 Summary: Including both and can cause ADL problems in std::function SFINAE Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/67598] [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap

2015-12-19 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67598 --- Comment #4 from Arseny Solokha --- Technically, I can mark it RESOLVED, of course, but I'm not a gcc contributor.

[Bug tree-optimization/65337] [5/6 Regression] bootstrap-lto gnat1 linktime ICE: gcc/ada/exp_aggr.adb:6570:0: internal compiler error: in forward_edge_to_pdom, at tree-ssa-dce.c:1086

2015-12-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65337 --- Comment #13 from Jan Hubicka --- Author: hubicka Date: Sun Dec 20 05:50:29 2015 New Revision: 231856 URL: https://gcc.gnu.org/viewcvs?rev=231856&root=gcc&view=rev Log: PR middle-end/65337 * tree-ssa-dce.c (bb_postorder): New

[Bug java/58117] Java not compiling on ia64-hp-hpux11.31 due to socklen_t

2015-12-19 Thread pda at freeshell dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58117 --- Comment #2 from Paul A. --- On Wed, Dec 16, 2015 at 02:44:17AM +, msebor at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58117 ... > --- Comment #1 from Martin Sebor --- > Is this a problem with one of the recent

[Bug c++/58109] alignas() fails to compile with constant expression

2015-12-19 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #5 from TC ---

[Bug target/65618] [5/6 Regression] gnat bootstrap comparison failure on mips{,el}-linux-gnu

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65618 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/66790] Invalid uninitialized register handling in REE

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66790 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/61047] [4.9/5 Regression] wrong code at -O1 on x86_64-linux

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61047 Eric Botcazou changed: What|Removed |Added Status|SUSPENDED |NEW

[Bug other/16507] gcc_s not found when linking 64-bit C++

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16507 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/59854] Types with specific endianness

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59854 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/68910] [5/6 regression] huge stack frame and poor code with instruction scheduling at -O2

2015-12-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68910 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/68910] [5/6 regression] huge stack frame and poor code with instruction scheduling at -O2

2015-12-19 Thread ebotcazou at gcc dot gnu.org
(*iordi3_sp32): Likewise. (*or_not_di_sp32): Likewise. (*xordi3_sp32): Likewise. (*xor_not_di_sp32): Likewise. (32-bit DImode logical operations splitter): Likewise. (*one_cmpldi2_sp32): Likewise. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/s

[Bug rtl-optimization/68910] [5/6 regression] huge stack frame and poor code with instruction scheduling at -O2

2015-12-19 Thread ebotcazou at gcc dot gnu.org
(*iordi3_sp32): Likewise. (*or_not_di_sp32): Likewise. (*xordi3_sp32): Likewise. (*xor_not_di_sp32): Likewise. (32-bit DImode logical operations splitter): Likewise. (*one_cmpldi2_sp32): Likewise. Added: trunk/gcc/testsuite/gcc.target/sparc/20151219-1.c Mo

[Bug c/68994] New: GCC doesn't issue any diagnostic for missing end-of-line marker

2015-12-19 Thread pponnuvel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68994 Bug ID: 68994 Summary: GCC doesn't issue any diagnostic for missing end-of-line marker Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/68993] MERGE does not evaluate its arguments

2015-12-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68993 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug rtl-optimization/68991] -O3 generates misaligned xorv4si3

2015-12-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991 --- Comment #7 from H.J. Lu --- [hjl@gnu-tools-1 pr68991]$ cat x.cc #include #include typedef std::string StringRef; template class ArrayRef { public: typedef const T *iterator; typedef size_t size_type; private: const T *Data;

[Bug fortran/68993] New: MERGE does not evaluate its arguments

2015-12-19 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68993 Bug ID: 68993 Summary: MERGE does not evaluate its arguments Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug rtl-optimization/68991] -O3 generates misaligned xorv4si3

2015-12-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991 --- Comment #6 from H.J. Lu --- I don't have a small testcase. I am testing https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=a93baf9afe49e059c9a7746608bdf7403fbaca42 to see if it fixes my problem.

[Bug fortran/46846] Bogus warning: "Interface mismatch in dummy procedure .* has the wrong number of arguments" for intrinsic functions with optional arguments

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

[Bug bootstrap/68992] [6 Regression] bootstrap error on s390x-linux-gnu with r231848

2015-12-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68992 --- Comment #1 from Matthias Klose --- my last successful build was from 20151213.

[Bug bootstrap/68992] New: [6 Regression] bootstrap error on s390x-linux-gnu with r231848

2015-12-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68992 Bug ID: 68992 Summary: [6 Regression] bootstrap error on s390x-linux-gnu with r231848 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

[Bug rtl-optimization/68991] -O3 generates misaligned xorv4si3

2015-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug rtl-optimization/66206] Address of stack memory associated with local variable returned to caller

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

[Bug c++/67371] Never executed "throw" in constexpr function fails to compile

2015-12-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67371 --- Comment #12 from Markus Trippelsdorf --- (In reply to Markus Trippelsdorf from comment #11) > (In reply to rhalbersma from comment #10) > > Ping to get this merged into the upcoming 5.4 release. > > Only regressions should be backported. Thi

[Bug c++/67371] Never executed "throw" in constexpr function fails to compile

2015-12-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67371 --- Comment #11 from Markus Trippelsdorf --- (In reply to rhalbersma from comment #10) > Ping to get this merged into the upcoming 5.4 release. Only regressions should be backported. This isn't one.

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

2015-12-19 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66059 --- Comment #14 from rhalbersma --- Ping to get this merged into the upcoming 5.4 release.

[Bug c++/67371] Never executed "throw" in constexpr function fails to compile

2015-12-19 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67371 --- Comment #10 from rhalbersma --- Ping to get this merged into the upcoming 5.4 release.

[Bug c++/65985] [5/6 Regression] compiler segfault with assert() in constexpr constructor body

2015-12-19 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 rhalbersma changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Bug c++/65977] Constexpr should be allowed in declaration of friend template specialization

2015-12-19 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65977 --- Comment #4 from rhalbersma --- Ping to get this merged into the upcoming 5.4.

[Bug libstdc++/65978] missing constexpr on std::forward_as_tuple and std::tie (LWG issues 2275 and 2301)

2015-12-19 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65978 --- Comment #3 from rhalbersma --- Ping to get this merged into the upcoming 5.4.