[Bug target/64348] New: Case scal-to-vec1.c failed on arm-linux-gnueabi with -fPIC

2014-12-18 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64348 Bug ID: 64348 Summary: Case scal-to-vec1.c failed on arm-linux-gnueabi with -fPIC Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/64244] [4.8/4.9/5 Regression] ICE at class.c:236 when using non_overridable

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64244 --- Comment #15 from janus at gcc dot gnu.org --- (In reply to Ondřej Čertík from comment #14) I tested it and it seems to be working! The code compiled with non_overridable on. Great. Thanks for checking. There are run-time segfaults and

[Bug sanitizer/64344] [5 Regression] [UBSAN] ICE with -fsanitize=float-cast-overflow [ICE in -fsanitize=float-cast-overflow]

2014-12-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64344 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 34297 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34297action=edit gcc5-pr64344.patch Untested fix, but this is getting way too ugly. Furthermore, e.g.

[Bug sanitizer/64344] [5 Regression] [UBSAN] ICE with -fsanitize=float-cast-overflow [ICE in -fsanitize=float-cast-overflow]

2014-12-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64344 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #34297|0 |1 is

[Bug c++/59383] typedef propagation with template base class using the same name is wrong

2014-12-18 Thread naup at sfr dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59383 naup at sfr dot fr changed: What|Removed |Added CC||naup at sfr dot fr --- Comment #1

[Bug target/64342] [5 Regression] Tests failing when compiled with '-m32 -fpic' after r216154.

2014-12-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64342 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64343] [5 Regression] lto compile options

2014-12-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64343 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Note that we should update the documentation about this change (and throw away all option handling of optimize/target attribute handled options from lto-wrapper, or rather move all

[Bug target/64348] [5 Regression] Case scal-to-vec1.c failed on arm-linux-gnueabi with -fPIC

2014-12-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64348 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||ra

[Bug bootstrap/64349] New: [5 Regression] Bootstrapping Ada fails on darwin(9|10).

2014-12-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 Bug ID: 64349 Summary: [5 Regression] Bootstrapping Ada fails on darwin(9|10). Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).

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

[Bug bootstrap/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).

2014-12-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 --- Comment #2 from Iain Sandoe iains at gcc dot gnu.org --- Created attachment 34299 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34299action=edit proper fix. So, the rules on Darwin say that it's OK to access _environ directly from the

[Bug ipa/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 --- Comment #7 from Martin Liška marxin at gcc dot gnu.org --- Author: marxin Date: Thu Dec 18 12:02:22 2014 New Revision: 218860 URL: https://gcc.gnu.org/viewcvs?rev=218860root=gccview=rev Log: Fix for PR ipa/64146 PR ipa/64146 *

[Bug ipa/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 Martin Liška marxin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/63573] [5 Regression] libgo: ICE building libgo on powerpc-linux-gnu

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63573 --- Comment #29 from Martin Liška marxin at gcc dot gnu.org --- Author: marxin Date: Thu Dec 18 12:06:34 2014 New Revision: 218861 URL: https://gcc.gnu.org/viewcvs?rev=218861root=gccview=rev Log: Fix for PR bootstrap/63573. PR

[Bug bootstrap/63573] [5 Regression] libgo: ICE building libgo on powerpc-linux-gnu

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63573 Martin Liška marxin at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||zreed1 at gmail dot

[Bug c++/60767] use of using inside template causes failure in retreive_specialization

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60767 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/64342] [5 Regression] Tests failing when compiled with '-m32 -fpic' after r216154.

2014-12-18 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64342 Igor Zamyatin izamyatin at gmail dot com changed: What|Removed |Added CC||izamyatin at

[Bug tree-optimization/64330] [5 Regression] IPA-ICF merges const exported vars that could be addressable in other TUs

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64330 --- Comment #10 from Martin Liška marxin at gcc dot gnu.org --- Author: marxin Date: Thu Dec 18 13:32:18 2014 New Revision: 218864 URL: https://gcc.gnu.org/viewcvs?rev=218864root=gccview=rev Log: Fix for PR64330. PR tree-optimization/64330

[Bug tree-optimization/64330] [5 Regression] IPA-ICF merges const exported vars that could be addressable in other TUs

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64330 Martin Liška marxin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/58972] Lambda can't access private members

2014-12-18 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972 --- Comment #11 from Ville Voutilainen ville.voutilainen at gmail dot com --- Reduced further: class base { protected: typedef int type; }; template typename T class derive: public base { public: void foo() { struct f_t {

[Bug c++/63889] [5 Regression] Ice with redundant static in class scope constexpr variable template.

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63889 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug sanitizer/64350] New: TSAN fails after stress-testing for a while

2014-12-18 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64350 Bug ID: 64350 Summary: TSAN fails after stress-testing for a while Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug sanitizer/64350] TSAN fails after stress-testing for a while

2014-12-18 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64350 Dmitry Vyukov dvyukov at google dot com changed: What|Removed |Added CC||dvyukov at

[Bug libstdc++/64351] New: std::uniform_real_distributionfloat(0, 1) returns 1

2014-12-18 Thread info at jmeng dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64351 Bug ID: 64351 Summary: std::uniform_real_distributionfloat(0, 1) returns 1 Product: gcc Version: 3.3.6 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/64291] [5 Regression] Miscompile t-div in GMP's testsuite

2014-12-18 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64291 --- Comment #5 from Vladimir Makarov vmakarov at gcc dot gnu.org --- The bug is new rematerialization sub-pass in LRA. I'll be working on it.

[Bug c++/64352] New: [5.0 regression] No SFINAE with deleted function

2014-12-18 Thread lucdanton at free dot fr
++ Assignee: unassigned at gcc dot gnu.org Reporter: lucdanton at free dot fr Created attachment 34300 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34300action=edit Minimal testcase Using: g++-trunk (GCC) 5.0.0 20141218 (experimental) Testcase: templatebool B struct

[Bug c++/64251] [5 Regression] Chromium build error only with --enable-checking=yes

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64251 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug ipa/63851] [5 Regression] ipa-icf miscompiles gfortran.dg/assumed_rank_(8|9|10).f90 at -O2 and above

2014-12-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63851 --- Comment #11 from Martin Liška marxin at gcc dot gnu.org --- Hello. The problem is caused by missing static-chain in newly created GIMPLE_CALL in expand_thunk: fpi (struct array7_integer(kind=4) xx1, struct array7_t yy1) { bb 2: fpa

[Bug c++/63889] [5 Regression] Ice with redundant static in class scope constexpr variable template.

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63889 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- (In reply to Kai Tietz from comment #4) is_ok has two levels of template parameters: its own and those for A. An instantiation needs to provide both levels of args as well. It

[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2014-12-18 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 --- Comment #2 from Jiong Wang jiwang at gcc dot gnu.org --- the problem is we do overflow checking at the start of store_bit_field_1, but that only check the situation where the field lies completely outside the register, while there do have

[Bug c++/64353] New: ICE: in execute_todo, at passes.c:1986

2014-12-18 Thread adam at os dot inf.tu-dresden.de
://gcc.gnu.org/bugs.html for instructions. $ g++ --version g++ (GCC) 5.0.0 20141218 (experimental) Admittedly the attribute((const)) should not be there. Also, removing 'y' will also not emit an ICE.

[Bug sanitizer/64354] New: no preprocessor symbol __SANITIZE_THREAD__

2014-12-18 Thread rrh at newrelic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64354 Bug ID: 64354 Summary: no preprocessor symbol __SANITIZE_THREAD__ Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/64352] [5.0 regression] No SFINAE with deleted function

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64352 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c++/61402] -Wsequence-point doesn't notice unsequenced lambda init and function argument

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61402 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/60955] [4.9/5 Regression] Erroneous warning about taking address of register with std=c++1y

2014-12-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60955 --- Comment #8 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Dec 18 17:53:55 2014 New Revision: 218871 URL: https://gcc.gnu.org/viewcvs?rev=218871root=gccview=rev Log: /cp 2014-12-18 Paolo Carlini

[Bug target/58066] GCC mis-compiles access to TLS variable with -fPIC on x86_64

2014-12-18 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #8 from Dmitry Vyukov dvyukov at google dot com --- Is there any progress on this? Is it fixed? I've hit this issue in ThreadSanitizer. It intercepts __tls_get_addr and then code that uses MOVDQA [rbp] crashes. I remember that I hit

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug lto/64343] [5 Regression] lto compile options

2014-12-18 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64343 --- Comment #5 from Jan Hubicka hubicka at ucw dot cz --- Yep, I am slowly working on that: still need to finish upatin ipa passes for per-function flags (ipa-reference/ipa-icf are two remaining) and we need to figure out what to do with flags

[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3

2014-12-18 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407 --- Comment #56 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Author: fxcoudert Date: Thu Dec 18 20:12:44 2014 New Revision: 218873 URL: https://gcc.gnu.org/viewcvs?rev=218873root=gccview=rev Log: PR target/61407 *

[Bug fortran/64355] New: ICE (segfault) in gfc_zero_size_array with -fcoarray=single

2014-12-18 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355 Bug ID: 64355 Summary: ICE (segfault) in gfc_zero_size_array with -fcoarray=single Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/64355] [4.9/5 Regression] ICE (segfault) in gfc_zero_size_array with -fcoarray=single

2014-12-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Keywords|

[Bug rtl-optimization/64291] [5 Regression] Miscompile t-div in GMP's testsuite

2014-12-18 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64291 --- Comment #6 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Thu Dec 18 20:49:44 2014 New Revision: 218874 URL: https://gcc.gnu.org/viewcvs?rev=218874root=gccview=rev Log: 2014-12-18 Vladimir Makarov

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 --- Comment #3 from janus at gcc dot gnu.org --- -fdump-tree-original shows the following dump of the copy function (with gfortran 4.8): copy (integer(kind=4) restrict a, struct __class__STAR restrict b) { { integer(kind=4) *

[Bug rtl-optimization/64291] [5 Regression] Miscompile t-div in GMP's testsuite

2014-12-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64291 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/64355] [4.9/5 Regression] ICE (segfault) in gfc_zero_size_array with -fcoarray=single

2014-12-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/64251] [5 Regression] Chromium build error only with --enable-checking=yes

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64251 --- Comment #2 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Thu Dec 18 22:22:36 2014 New Revision: 218876 URL: https://gcc.gnu.org/viewcvs?rev=218876root=gccview=rev Log: PR c++/64251 * decl2.c (mark_used): Don't

[Bug c++/64352] [5.0 regression] No SFINAE with deleted function

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64352 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Thu Dec 18 22:22:42 2014 New Revision: 218877 URL: https://gcc.gnu.org/viewcvs?rev=218877root=gccview=rev Log: PR c++/64352 * pt.c

[Bug ipa/63851] [5 Regression] ipa-icf miscompiles gfortran.dg/assumed_rank_(8|9|10).f90 at -O2 and above

2014-12-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63851 --- Comment #12 from howarth at bromo dot med.uc.edu --- I can confirm that the proposed patch from comment 11 along with the one from comment 5 eliminates all of the fortran testsuite regressions on x86_64-apple-darwin14 at r218871.

[Bug c++/54442] [4.8/4.9 Regression] Const overloads resolution failure

2014-12-18 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to janus from comment #4) The following patch is sufficient to make the reduced test case in comment 2 work: ... but unfortunately it caused a number of testsuite regressions. The

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 --- Comment #6 from janus at gcc dot gnu.org --- Here is a reduced test case for the remaining segfault: PROGRAM main IMPLICIT NONE INTEGER :: copy_x(3) CALL copy(1,copy_x) PRINT *, copy_x CONTAINS SUBROUTINE copy(x,a) integer,

[Bug c++/59204] Incorrect metaprogram evaluation in SFINAE context

2014-12-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59204 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/59204] Incorrect metaprogram evaluation in SFINAE context

2014-12-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59204 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Dec 18 23:43:46 2014 New Revision: 218878 URL: https://gcc.gnu.org/viewcvs?rev=218878root=gccview=rev Log: 2014-12-18 Paolo Carlini

[Bug c++/59204] Incorrect metaprogram evaluation in SFINAE context

2014-12-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59204 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/64105] [4.9/5 Regression] ICE: in strip_typedefs, at cp/tree.c:1326

2014-12-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64105 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Thu Dec 18 23:53:15 2014 New Revision: 218879 URL: https://gcc.gnu.org/viewcvs?rev=218879root=gccview=rev Log: PR c++/64105 * parser.c

[Bug c++/63723] Narrowing conversion allowed in braced init list in SFINAE context

2014-12-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63723 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/63723] Narrowing conversion allowed in braced init list in SFINAE context

2014-12-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63723 --- Comment #6 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Fri Dec 19 00:02:05 2014 New Revision: 218880 URL: https://gcc.gnu.org/viewcvs?rev=218880root=gccview=rev Log: 2014-12-18 Paolo Carlini

[Bug c++/63723] Narrowing conversion allowed in braced init list in SFINAE context

2014-12-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63723 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/60563] FAIL: g++.dg/ext/sync-4.C on *-apple-darwin*

2014-12-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60563 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot

[Bug ipa/63851] [5 Regression] ipa-icf miscompiles gfortran.dg/assumed_rank_(8|9|10).f90 at -O2 and above

2014-12-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63851 --- Comment #13 from Dominique d'Humieres dominiq at lps dot ens.fr --- I can confirm that the proposed patch from comment 11 along with the one from comment 5 eliminates all of the fortran test suite regressions on x86_64-apple-darwin14 at

[Bug rtl-optimization/63259] Detecting byteswap sequence

2014-12-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259 --- Comment #13 from Oleg Endo olegendo at gcc dot gnu.org --- (In reply to thopre01 from comment #12) That's good, it means the pattern is recognized. Is there an optab defined for bswap16? Nope. Just this: (define_insn rotlhi3_8 [(set

[Bug c++/64356] New: Some constexpr expressions not recognized as constexpr

2014-12-18 Thread sneves at dei dot uc.pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64356 Bug ID: 64356 Summary: Some constexpr expressions not recognized as constexpr Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/63723] Narrowing conversion allowed in braced init list in SFINAE context

2014-12-18 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63723 --- Comment #8 from Tavian Barnes tavianator at gmail dot com --- Actually it is a regression: according to http://gcc.godbolt.org/, GCC 4.6.4 compiled it correctly with -std=c++0x and typedef decltype(helperFrom, To(0)) type; instead of

[Bug tree-optimization/64357] New: ICE at -Os on x86_64-linux-gnu in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:579

2014-12-18 Thread su at cs dot ucdavis.edu
=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 5.0.0 20141218 (experimental) [trunk revision 218871] (GCC) $ $ gcc-trunk -O1 -c small.c $ gcc-trunk -O2 -c small.c $ gcc-4.9 -Os -c small.c $ $ gcc-trunk -Os -c small.c small.c