[Bug fortran/61632] memory corruption in Fortran RTL when writing formatted data

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #5 from Dominique d'Humieres --- With the patch in comment 4, the caret is shifted one character to the left and there are some missing characters in the format string. This causes the failure of the tests gfortran.dg/fmt_error_4.f90

[Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function

2014-07-13 Thread kariya_mitsuru at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61791 Bug ID: 61791 Summary: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function Product: gcc Version: unknown Status: UNCONFIRMED Se

[Bug c++/51312] [C++0x] Wrong interpretation of converted constant expressions (for enumerator initializers)

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51312 --- Comment #7 from Paolo Carlini --- Uhm, it occurs to me that we may also play with moving up the code we already have a few line below handling ENUM_UNDERLYING_TYPE (enumtype): if convert is called first on the X() in e = X() we get a CALL_EXP

[Bug libstdc++/61791] [C++11] [constexpr] Additional overloads of std::real should be a constexpr function

2014-07-13 Thread kariya_mitsuru at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61791 --- Comment #1 from Mitsuru Kariya --- Sorry, the text which should be quoted was mistaken. > According to C++11 standard 26.4.9[cmplx.over] paragraph 2, "if either > argument has type complex, double, or an integer type, then both > arguments a

[Bug c++/51312] [C++0x] Wrong interpretation of converted constant expressions (for enumerator initializers)

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51312 --- Comment #8 from Paolo Carlini --- ... but then value isn't yet an INTEGER_CST and we can't use int_fits_type_p... Still, something seems redundant between an early conversion and the final convert.

[Bug c++/60628] [4.7/4.8 Regression] [c++11] ICE initializing array of auto

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628 --- Comment #5 from Paolo Carlini --- *** Bug 60629 has been marked as a duplicate of this bug. ***

[Bug c++/60629] [c++11] ICE initializing array of function pointers with auto

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

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-07-13 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #50 from Denis Excoffier --- gcc-4.9.1-RC-20140710 bootstraps perfectly. Thank you.

[Bug bootstrap/61792] New: [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 Bug ID: 61792 Summary: [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 --- Comment #1 from Andreas Schwab --- Looks like it doesn't use/prefer the configured ISL headers. Unfortunately you left out the actual compiler command lines.

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 --- Comment #7 from Dominique d'Humieres --- Created attachment 33116 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33116&action=edit Reduced test case This is the smallest test I can get to gives an ICE plib8b-1_red.f90: In function 'ma

[Bug fortran/61780] [4.8/4.9/4.10 Regression] Wrong code when shifting elements of a multidimensional array

2014-07-13 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61780 --- Comment #5 from Mikael Morin --- (In reply to paul.richard.tho...@gmail.com from comment #3) > Dear Mikael, > > I didn't see your posting, which was about an hour before mine. At > least we came to the same conclusion! > Yes, that's good.

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 --- Comment #8 from Dominique d'Humieres --- Backtrace for the reduced test case * thread #1: tid = 0x1357c7a, 0x0001000afb00 f951`count_st_nodes(st=) + 16 at symbol.c:3580, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code

[Bug libstdc++/61791] [C++11] [constexpr] Additional overloads of std::real should be a constexpr function

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

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 --- Comment #2 from Paolo Carlini --- I'm adding the testcase and closing the bug.

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Sun Jul 13 13:24:18 2014 New Revision: 212493 URL: https://gcc.gnu.org/viewcvs?rev=212493&root=gcc&view=rev Log: 2014-07-13 Paolo Carlini PR c++/60967 * g++.dg/cilk

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|florent.hive

[Bug regression/61793] New: regression: bootstrapping fails on x86_64-linux-gnu after r212352

2014-07-13 Thread kikairoya at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61793 Bug ID: 61793 Summary: regression: bootstrapping fails on x86_64-linux-gnu after r212352 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.

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

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 --- Comment #2 from Thomas Koenig --- Here is the command line: make[3]: Entering directory `/home/ig25/Gcc/trunk-bin/gcc' g++ -c -g -DIN_GCC-fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wc

[Bug c++/60209] Declaration of user-defined literal operator cause error

2014-07-13 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60209 --- Comment #5 from emsr at gcc dot gnu.org --- Author: emsr Date: Sun Jul 13 13:36:57 2014 New Revision: 212494 URL: https://gcc.gnu.org/viewcvs?rev=212494&root=gcc&view=rev Log: cp/ 2014-07-13 Edward Smith-Rowland <3dw...@verizon.net> P

[Bug regression/61793] regression: bootstrapping fails on x86_64-linux-gnu after r212352

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61793 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 Dominique d'Humieres changed: What|Removed |Added CC||kikairoya at gmail dot com --- Co

[Bug c++/60209] Declaration of user-defined literal operator cause error

2014-07-13 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60209 emsr at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/61794] New: internal error: unrecognizable insn, from avx512 extract instruction

2014-07-13 Thread agner at agner dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61794 Bug ID: 61794 Summary: internal error: unrecognizable insn, from avx512 extract instruction Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: major

[Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments

2014-07-13 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61615 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3 from

[Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61615 --- Comment #4 from Dominique d'Humieres --- > TKR, i.e. rank in the present case? Doesn't it assume that TKR is available trough C_LOC(i)?

[Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments

2014-07-13 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61615 --- Comment #5 from Harald Anlauf --- (In reply to Dominique d'Humieres from comment #4) > > TKR, i.e. rank in the present case? > > Doesn't it assume that TKR is available trough C_LOC(i)? Well, my understanding is that TYPE(c_ptr) :: a,

[Bug c++/58636] [4.8/4.9/4.10 Regression] ICE with initializer_list and rvalue references

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

[Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61615 --- Comment #6 from Dominique d'Humieres --- > Well, my understanding is that > > TYPE(c_ptr) :: a, b > > are pointers (void*) and > > TYPE(c_ptr) :: a(:), b(:) > > are arrays of pointers (void**). The result of -fdump-tree-original of

[Bug c++/58612] [4.8/4.9/4.10 Regression] [c++11] ICE calling non-constexpr from constexpr in template class

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

[Bug fortran/61632] memory corruption in Fortran RTL when writing formatted data

2014-07-13 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #6 from Jerry DeLisle --- yes, I need to adjust the offset and width calculation. Updated patch is in the works.

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-13 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libstdc++/61795] New: [C++11] return type of std::pow(std::complex, int) should be std::complex

2014-07-13 Thread kariya_mitsuru at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61795 Bug ID: 61795 Summary: [C++11] return type of std::pow(std::complex, int) should be std::complex Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: norm

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 Thomas Koenig changed: What|Removed |Added CC||romangareev at gcc dot gnu.org --- Comme

[Bug libstdc++/61795] [C++11] return type of std::pow(std::complex, int) should be std::complex

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

[Bug fortran/61615] Failure to resolve correct generic with TYPE(C_PTR) arguments

2014-07-13 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61615 --- Comment #7 from Harald Anlauf --- (In reply to Dominique d'Humieres from comment #6) Well, the problem is in the resolution of the generic, not in the invocation in the main. If you comment out ! MODULE PROCEDURE bar_a1d you get the res

[Bug c++/60608] Template argument problem

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608 Paolo Carlini changed: What|Removed |Added CC|volumedriverteam@cloudfound | |ers.com

[Bug other/61796] New: gcc arm hardfloat

2014-07-13 Thread luka.perkov at sartura dot hr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796 Bug ID: 61796 Summary: gcc arm hardfloat Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: una

[Bug gcov-profile/61790] [4.10 Regression] gcov-tool.c uses atoll

2014-07-13 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790 --- Comment #1 from dave.anglin at bell dot net --- On 12-Jul-14, at 8:47 PM, danglin at gcc dot gnu.org wrote: > ../../gcc/gcc/gcov-tool.c:313:42: error: 'atoll' was not declared in > this scope sscanf will work. Dave -- John David Anglin

[Bug c++/60608] Template argument problem

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608 --- Comment #3 from Paolo Carlini --- Slightly shorter: template void wrapper(void (*f)(Args...)); void myfun(int); void test() { wrapper(myfun); }

[Bug fortran/61632] memory corruption in Fortran RTL when writing formatted data

2014-07-13 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org ---

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-07-13 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Jerry DeLisle changed: What|Removed |Added Status|WAITING |NEW --- Comment #9 from Jerry DeLisle -

[Bug fortran/61632] memory corruption in Fortran RTL when writing formatted data

2014-07-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #8 from Dominique d'Humieres --- Sorry! There is still a glitch: the following code program p call ss() call ss() end program p subroutine ss CHARACTER(3), save :: ZTYP(3) DATA ZTYP /'XXX','Y

[Bug fortran/61632] memory corruption in Fortran RTL when writing formatted data

2014-07-13 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #9 from Jerry DeLisle --- Its not really a glitch. In this case reversion has occurred so i can only approximate where in the string the error occured. I can improve on it with: offset = fmt->reversion_ok ? fmt->format_string_len

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug lto/61786] wrong code by LTO on x86_64-linux-gnu

2014-07-13 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61786 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/61795] [C++11] return type of std::pow(std::complex, int) should be std::complex

2014-07-13 Thread kariya_mitsuru at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61795 --- Comment #2 from Mitsuru Kariya --- I think that this behaviour is caused by r201253 (for PR57974, Comment 11). DR844 was fixed by r136694 but reverted by r201253. diff r135878 r136694 https://gcc.gnu.org/viewcvs/gcc/trunk/libstdc%2B%2B-v3/in

[Bug c++/60628] [4.7/4.8 Regression] [c++11] ICE initializing array of auto

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628 --- Comment #6 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:19 2014 New Revision: 212504 URL: https://gcc.gnu.org/viewcvs?rev=212504&root=gcc&view=rev Log: PR c++/60628 * decl.c (create_array_type_for_decl): Only check for

[Bug c++/58636] [4.8/4.9/4.10 Regression] ICE with initializer_list and rvalue references

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58636 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:13 2014 New Revision: 212503 URL: https://gcc.gnu.org/viewcvs?rev=212503&root=gcc&view=rev Log: PR c++/58636 * call.c (build_list_conv): Don't try to build a list

[Bug c++/58511] [4.8/4.9/4.10 Regression] [c++11] ICE using static const member variable in constexpr

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58511 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:37 2014 New Revision: 212507 URL: https://gcc.gnu.org/viewcvs?rev=212507&root=gcc&view=rev Log: PR c++/58511 * semantics.c (is_instantiation_of_constexpr): Return

[Bug c++/58612] [4.8/4.9/4.10 Regression] [c++11] ICE calling non-constexpr from constexpr in template class

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58612 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:25 2014 New Revision: 212505 URL: https://gcc.gnu.org/viewcvs?rev=212505&root=gcc&view=rev Log: PR c++/58612 * tree.c (bot_replace): Only replace a dummy 'this' p

[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:31 2014 New Revision: 212506 URL: https://gcc.gnu.org/viewcvs?rev=212506&root=gcc&view=rev Log: PR c++/58611 * decl.c (check_initializer): Don't finish_compound_l

[Bug c++/58511] [4.8/4.9/4.10 Regression] [c++11] ICE using static const member variable in constexpr

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58511 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/55004] [meta-bug] constexpr issues

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 58511, which changed state. Bug 58511 Summary: [4.8/4.9/4.10 Regression] [c++11] ICE using static const member variable in constexpr https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58511 What|Removed

[Bug c++/55004] [meta-bug] constexpr issues

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 58612, which changed state. Bug 58612 Summary: [4.8/4.9/4.10 Regression] [c++11] ICE calling non-constexpr from constexpr in template class https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58612 What|Removed

[Bug c++/55004] [meta-bug] constexpr issues

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 58611, which changed state. Bug 58611 Summary: [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 What|

[Bug c++/58612] [4.8/4.9/4.10 Regression] [c++11] ICE calling non-constexpr from constexpr in template class

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58612 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58636] [4.8/4.9/4.10 Regression] ICE with initializer_list and rvalue references

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58636 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:28:21 2014 New Revision: 212508 URL: https://gcc.gnu.org/viewcvs?rev=212508&root=gcc&view=rev Log: PR c++/58636 * call.c (build_list_conv): Don't try to build a list

[Bug c++/58636] [4.8/4.9/4.10 Regression] ICE with initializer_list and rvalue references

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58636 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61445] [4.10 Regression][C++11] ice in instantiate_decl at cp/pt.c:19770

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61445 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug bootstrap/61797] New: [4.10 regression] 'bool decl_in_symtab_p(const_tree)' defined but not used error breaks x86_64-linux bootstrap

2014-07-13 Thread mikpelinux at gmail dot com
Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Attempting to bootstrap gcc-4.10-20140713 (r212499) on x86_64-linux fails w

[Bug bootstrap/61797] [4.10 regression] 'bool decl_in_symtab_p(const_tree)' defined but not used error breaks x86_64-linux bootstrap

2014-07-13 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61797 --- Comment #1 from Mikael Pettersson --- decl_in_symtab_p is used under #ifdef ENABLE_CHECKING by symtab_get_node (also in craph.h), and unconditionally by fold-const.c:tree_single_nonzero_warnv_p. Sticking an __attribute__((__used__)) on decl_