[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 Kazumoto Kojima changed: What|Removed |Added Attachment #34831|0 |1 is obsolete|

[Bug c++/65160] New: Linker forgets definition of type_info::__is_pointer_p

2015-02-21 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65160 Bug ID: 65160 Summary: Linker forgets definition of type_info::__is_pointer_p Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/65159] New: Linker forgets definition of type_info::__is_pointer_p

2015-02-21 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65159 Bug ID: 65159 Summary: Linker forgets definition of type_info::__is_pointer_p Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 --- Comment #6 from Kazumoto Kojima --- Created attachment 34831 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34831&action=edit a possible patch I think the problem is latent on trunk.

[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 --- Comment #5 from Kazumoto Kojima --- Created attachment 34828 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34828&action=edit reduced testcase Looks an interesting "why didn't we see it?" target bug. The problem happens at peephole2 ph

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 --- Comment #17 from Iain Sandoe --- so .. the problem on Darwin seems to be when we have an alias which is a vtable reference to a method. Then we have alias->callers == NULL, and it seems we don't have anything in place to replace the referenc

[Bug c++/64531] `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2015-02-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64531 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Jonatha

[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 --- Comment #7 from Oleg Endo --- The following fixes the problem: Index: gcc/config/sh/sh.c === --- gcc/config/sh/sh.c(revision 220889) +++ gcc/config/sh/sh.c(working copy)

[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 --- Comment #6 from Oleg Endo --- (In reply to Oleg Endo from comment #5) > The problem is the following insn: > > (insn 45 11 12 2 (set (reg:HI 168 [ x ]) > (subreg/s/u:HI (reg:SI 147 t) 0)) cchMsw9Z.out:9 -1 > (expr_list:REG_DEAD

[Bug c++/64531] `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2015-02-21 Thread iamsupermouse at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64531 Egor changed: What|Removed |Added Severity|minor |normal

[Bug c/65158] New: printf attribute error reporting assumes single-byte characters

2015-02-21 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65158 Bug ID: 65158 Summary: printf attribute error reporting assumes single-byte characters Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/65109] [5 Regression] r220674 causes FAIL: gcc.target/powerpc/ppc64-abi-1.c execution test

2015-02-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65109 --- Comment #13 from Martin Sebor --- The patch has been posted: http://gcc.gnu.org/ml/gcc-patches/2015-02/msg01324.html

[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 --- Comment #5 from Oleg Endo --- The problem is the following insn: (insn 45 11 12 2 (set (reg:HI 168 [ x ]) (subreg/s/u:HI (reg:SI 147 t) 0)) cchMsw9Z.out:9 -1 (expr_list:REG_DEAD (reg:SI 147 t) (nil))) which is not in sh

[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 --- Comment #4 from Oleg Endo --- Created attachment 34825 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34825&action=edit a reduced test case

[Bug c++/65157] New: Unable to define a static template member function of a nested class as a friend of a sibling class.

2015-02-21 Thread brian.a.curtis at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65157 Bug ID: 65157 Summary: Unable to define a static template member function of a nested class as a friend of a sibling class. Product: gcc Version: 4.8.2 Status: UNCONFIRME

[Bug c++/62272] Gimplify throws error on method call from inside nested lambdas

2015-02-21 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62272 Guille changed: What|Removed |Added CC||guille at cal dot berkeley.edu --- Comment #3 f

[Bug rtl-optimization/64317] [5 Regression] Ineffective allocation of PIC base register

2015-02-21 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64317 --- Comment #15 from Vladimir Makarov --- (In reply to Jeffrey A. Law from comment #14) > Just trying to help out where I can. It's similar to the round robin use > of reload regs we've had in reload for a while. THe idea was to hopefully > ha

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2" basic block vectorized using SLP" 1

2015-02-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #4

[Bug ada/65156] [5 regression] FAIL: gnat.dg/timing_events.adb execution test

2015-02-21 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65156 --- Comment #3 from Arnaud Charlet --- Author: charlet Date: Sat Feb 21 18:57:02 2015 New Revision: 220889 URL: https://gcc.gnu.org/viewcvs?rev=220889&root=gcc&view=rev Log: PR ada/65156 * gnat.dg/timing_events.adb: Removed, invalid test

[Bug ada/65156] [5 regression] FAIL: gnat.dg/timing_events.adb execution test

2015-02-21 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65156 Arnaud Charlet changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/62251] FAIL: gfortran.dg/quad_2.f90 execution test

2015-02-21 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251 --- Comment #6 from dave.anglin at bell dot net --- On 2015-02-20, at 1:49 PM, danglin at gcc dot gnu.org wrote: > sqrtl is not available on hpux. It seems at some point before r214253 > the test started running, probably using sqrtq from libqua

[Bug ada/65156] [5 regression] FAIL: gnat.dg/timing_events.adb execution test

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

[Bug ada/65156] New: [5 regression] FAIL: gnat.dg/timing_events.adb execution test

2015-02-21 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65156 Bug ID: 65156 Summary: [5 regression] FAIL: gnat.dg/timing_events.adb execution test Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Pr

[Bug libgomp/65155] libgomp-plugin-host_nonshm installation failure

2015-02-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65155 --- Comment #1 from David Edelsohn --- This is caused by AIX keeping the plugin shared object cached after running the testsuite. I guess this means the best solution is deleting the library before relinking it.

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 --- Comment #16 from Iain Sandoe --- The first error that comes up is a missing std::__codecvt_utf8_base::do_unshift(__mbstate_t&, char*, char*, char*&) [libstdc++ reference to itself] === And indeed, if prevent the redirect_callers for darwin

[Bug libgomp/65155] New: libgomp-plugin-host_nonshm installation failure

2015-02-21 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65155 Bug ID: 65155 Summary: libgomp-plugin-host_nonshm installation failure Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lib

[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 Oleg Endo changed: What|Removed |Added CC||kkojima at gcc dot gnu.org --- Comment #4 fr

[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 Oleg Endo changed: What|Removed |Added Summary|sh: "insn does not satisfy |[SH][4.9 Regression] "insn

[Bug target/65153] [SH][4.9 Regression] "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 --- Comment #15 from Iain Sandoe --- so .. in principle, if we are not creating an alias, it should not matter if the target supports aliases or not. I'm wondering if we're somehow deleting an alias that is used elsewhere in the callgraph. I'm

[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/63427] hwint.h:250:29: runtime error: shift exponent 64 is too large for 64-bit type 'long int'

2015-02-21 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63427 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirme

[Bug target/65153] sh: "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 --- Comment #2 from John Paul Adrian Glaubitz --- Created attachment 34823 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34823&action=edit Pre-compiled source file for libmcrypt 2.5.8

[Bug target/65151] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 --- Comment #2 from John Paul Adrian Glaubitz --- Created attachment 34822 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34822&action=edit Pre-compiled source file for libav 11.2

[Bug bootstrap/65150] r220875 causes bootstrap failure on x86_64 darwin

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150 --- Comment #5 from Iain Sandoe --- fix posted here. https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01320.html

[Bug target/65153] sh: "insn does not satisfy its constraints" when compiling libmcrypt

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65153 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #1 f

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 --- Comment #14 from Iain Sandoe --- https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01320.html (tested at r220887) Looking at current output - recurser_void1 is sib-calling recurser_void2, but not vice-versa.

[Bug target/65151] Internal compiler error when trying to build libav 11.2 on sh4

2015-02-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #1 f

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #13 f

[Bug rtl-optimization/30957] Misscompare with variable expansion optimization

2015-02-21 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30957 vries at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|WAITING CC|

[Bug target/63892] [5 Regression] gcc.dg/sibcall-3.c fails on darwin with -m32

2015-02-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63892 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/65154] ICE with {} initialized array with string

2015-02-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65154 --- Comment #1 from Andrew Pinski --- Reduced testcase: struct ss { ss() {}; }; struct C { ss s; }; int main() { C cs[5]{}; }

[Bug bootstrap/65150] r220875 causes bootstrap failure on x86_64 darwin

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

[Bug c++/65154] New: ICE with {} initialized array with string

2015-02-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65154 Bug ID: 65154 Summary: ICE with {} initialized array with string Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++