[Bug fortran/60928] gfortran issue with allocatable components and OpenMP

2014-05-13 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928 --- Comment #4 from Tobias Burnus --- (In reply to Sean Santos from comment #3) > 'For a list item or the subobject of a list item with the ALLOCATABLE > attribute: Frankly, I fail to decipher what a "subobject of a list item with the allocatabl

[Bug middle-end/61158] negative shift at fold-const.c:12095

2014-05-13 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61158 --- Comment #2 from Vittorio Zecca --- I found this one with -fsanitize=shift. The runtime error message says "shift exponent -8 is negative". Maybe this is also a sanitizer bug?

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-05-13 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 --- Comment #18 from Rich Felker --- Any ideas on how to reliably test for this bug without having to run programs (breaks cross-compiling) or use additional tools (nm, objdump, etc. which we don't already depend on) to detect it? Since this issu

[Bug fortran/60928] gfortran issue with allocatable components and OpenMP

2014-05-13 Thread quantheory at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928 --- Comment #3 from Sean Santos --- OpenMP 4.0 is strange. Sure, it does refer to "allocatable enhancement" as an unsupported feature, which is vague. It might refer to the TR unofficially known as the "Allocatable Enhancements" update, or it mig

[Bug c++/61182] Forming pointer to qualified function type

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 --- Comment #5 from Jason Merrill --- 8.3.5/6 says, A function type with a cv-qualifier-seq or a ref-qualifier ... shall appear only as: — the function type for a non-static member function, — the function type to which a pointer to member refer

[Bug middle-end/58094] [4.9 Regression] IPA devirt testsuite errors

2014-05-13 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58094 Hans-Peter Nilsson changed: What|Removed |Added Target|powerpc*-*-*|powerpc*-*-*, cris-*-*,

[Bug fortran/61126] [4.8/4.9/4.10 Regression] gfortran does not enable -Wununused-parameter with -Wextra

2014-05-13 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61126 --- Comment #19 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #18) Ah, I saw the link in comment 17 now.

[Bug fortran/61126] [4.8/4.9/4.10 Regression] gfortran does not enable -Wununused-parameter with -Wextra

2014-05-13 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61126 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org Su

[Bug libstdc++/60966] std::call_once sometime hangs

2014-05-13 Thread hideaki.kimura at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 Hideaki Kimura changed: What|Removed |Added CC||hideaki.kimura at gmail dot com --- Com

[Bug lto/61184] New: wrong code (that hangs) by LTO on x86_64-linux-gnu

2014-05-13 Thread su at cs dot ucdavis.edu
-multilib Thread model: posix gcc version 4.10.0 20140513 (experimental) [trunk revision 210350] (GCC) $ $ gcc-trunk -flto -O0 -c foo.c $ gcc-trunk -flto -O0 -c main.c $ gcc-trunk -flto -Os foo.o main.o $ a.out ^C $ $ gcc-4.9.0 -flto -O0 -c foo.c $ gcc-4.9.0 -flto -O0 -c main.c $ gcc-4.9.0 -flto

[Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"

2014-05-13 Thread halo9pan03 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244 --- Comment #5 from Halo9Pan03 --- Thanks niXman I got this problem in 4.9.0 release. But I already built it successfully with Alexpux/MINGW-packages's gcc patches. Thanks any way.

[Bug libfortran/61173] [4.9/4.10 Regression] Erroneous "end of file" with internal read

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

[Bug libstdc++/60966] std::call_once sometime hangs

2014-05-13 Thread fawaka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 Leon Timmermans changed: What|Removed |Added CC||fawaka at gmail dot com --- Comment #1

[Bug c++/61182] Forming pointer to qualified function type

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/61182] Forming pointer to qualified function type

2014-05-13 Thread pdaou...@aldebaran-robotics.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 --- Comment #3 from pdaou...@aldebaran-robotics.com --- I am no c++ expert but my guess is that it should be allowed to have qualified function types as long as you don't try to instantiate that type. The problem in our code is that we use boost:

[Bug c++/61182] Forming pointer to qualified function type

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 --- Comment #2 from Paolo Carlini --- In fact, icc, clang, and SolarisStudio appear to accept pointers to qualified function types?!?

[Bug libstdc++/61143] [4.9/4.10 Regression] Arithmetic exception on emplacing into unordered_map moved out

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61143 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #11 from Jonathan

[Bug c++/61183] New: Large memory usage with smallish C++ templates (> 16GB)

2014-05-13 Thread giovannibajo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61183 Bug ID: 61183 Summary: Large memory usage with smallish C++ templates (> 16GB) Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/61183] Large memory usage with smallish C++ templates (> 16GB)

2014-05-13 Thread giovannibajo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61183 --- Comment #1 from Giovanni Bajo --- Created attachment 32794 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32794&action=edit Preprocessed source

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/60902] [4.9 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-05-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/60902] [4.9 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-05-13 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 --- Comment #35 from Jeffrey A. Law --- Author: law Date: Tue May 13 20:26:30 2014 New Revision: 210398 URL: http://gcc.gnu.org/viewcvs?rev=210398&root=gcc&view=rev Log: PR tree-optimization/60902 * tree-ssa-threadedge.c (record_temp

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-13 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #16 from Jeffrey A. Law --- Author: law Date: Tue May 13 20:26:51 2014 New Revision: 210400 URL: http://gcc.gnu.org/viewcvs?rev=210400&root=gcc&view=rev Log: 2014-05-08 Jeff Law PR tree-optimization/61009 * tree-ssa-threa

[Bug c++/61182] Forming pointer to qualified function type

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug libstdc++/61143] [4.9/4.10 Regression] Arithmetic exception on emplacing into unordered_map moved out

2014-05-13 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61143 François Dumont changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |fdumont at gcc dot gnu.org ---

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

2014-05-13 Thread nco...@aldebaran-robotics.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61174 --- Comment #7 from alkino --- I only spot the wrong bug. Here it is: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182

[Bug c++/61182] New: Forming pointer to qualified function type

2014-05-13 Thread pdaou...@aldebaran-robotics.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 Bug ID: 61182 Summary: Forming pointer to qualified function type Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/51501] [DR 1433] decltype over-agressive SFINAE

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501 Jonathan Wakely changed: What|Removed |Added CC||tower120 at gmail dot com --- Comment

[Bug c++/61178] expansion pattern '#'nontype_argument_pack' not supported by dump_expr#

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61178 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61178] expansion pattern '#'nontype_argument_pack' not supported by dump_expr#

2014-05-13 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61178 tower120 changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIXED

[Bug c++/61178] expansion pattern '#'nontype_argument_pack' not supported by dump_expr#

2014-05-13 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61178 tower120 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61121] -ftree-parallelize-loops=n (n as value) not accepted in 4.9.0

2014-05-13 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61121 --- Comment #4 from Jim Michaels --- which means to me it takes only a constant. it should be able to take the equivalent of "auto" (however the gcc folk want to write that), again due to the wide difference between processors. for targeting publ

[Bug middle-end/61158] negative shift at fold-const.c:12095

2014-05-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61158 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Com

[Bug libstdc++/61166] overflow when parse number in std::duration operator""

2014-05-13 Thread 3dw4rd at verizon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61166 --- Comment #5 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Created attachment 32792 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32792&action=edit Better patch with test case. 2014-05-13 Ed Smith-Rowland <3dw...@verizon.net>

gcc-bugs@gcc.gnu.org

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

[Bug c/61162] possibly bad error location with -Wc++-compat

2014-05-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61162 --- Comment #11 from Marek Polacek --- Not marking this as fixed yet, we should probably address the column info for return stmts.

[Bug libstdc++/60970] Support std::hash with enum types (LWG 2148)

2014-05-13 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60970 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comm

[Bug c++/61151] [4.9/4.10 Regression] ICE with lambda

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61151 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue May 13 17:54:00 2014 New Revision: 210394 URL: http://gcc.gnu.org/viewcvs?rev=210394&root=gcc&view=rev Log: PR c++/61151 * semantics.c (is_this_parameter): Allow capture proxi

[Bug fortran/61180] surprising -Wsurprising warning

2014-05-13 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug fortran/61181] -Wunused-but-set-variable for Fortran

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

[Bug c/61162] possibly bad error location with -Wc++-compat

2014-05-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61162 --- Comment #10 from Marek Polacek --- Author: mpolacek Date: Tue May 13 17:41:12 2014 New Revision: 210393 URL: http://gcc.gnu.org/viewcvs?rev=210393&root=gcc&view=rev Log: PR c/61162 * c-typeck.c (convert_for_assignment): Pass location

gcc-bugs@gcc.gnu.org

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60019 --- Comment #4 from Jason Merrill --- Author: jason Date: Tue May 13 17:39:56 2014 New Revision: 210391 URL: http://gcc.gnu.org/viewcvs?rev=210391&root=gcc&view=rev Log: DR 5 PR c++/60019 * call.c (build_user_type_conversion_1): The

[Bug c++/61151] [4.9/4.10 Regression] ICE with lambda

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61151 --- Comment #2 from Jason Merrill --- Author: jason Date: Tue May 13 17:40:03 2014 New Revision: 210392 URL: http://gcc.gnu.org/viewcvs?rev=210392&root=gcc&view=rev Log: PR c++/61151 * lambda.c (is_this): Allow capture proxies too. Adde

[Bug fortran/61180] surprising -Wsurprising warning

2014-05-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/61179] Can not compile "type is(double complex)"

2014-05-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61179 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Tue May 13 17:22:08 2014 New Revision: 210388 URL: http://gcc.gnu.org/viewcvs?rev=210388&root=gcc&view=rev Log: PR libstdc++/60497 * include/debug/array (get): Qualify call to o

[Bug fortran/61181] New: -Wunused-but-set-variable for Fortran

2014-05-13 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61181 Bug ID: 61181 Summary: -Wunused-but-set-variable for Fortran Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug c/61177] armv6zk: gcc fails compile one source file with fPIC and mthumb

2014-05-13 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution

[Bug c/61177] armv6zk: gcc fails compile one source file with fPIC and mthumb

2014-05-13 Thread rion4ik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 --- Comment #4 from Rion --- It's not reproducible on 4.6.1, 4.7.3 and 4.8.2 so if this version is unmaintained, then probably the bug may be closed. this version of compiler is currently used in Intel embedded sdk. I'm in Inango currently work

[Bug c++/61151] [4.9/4.10 Regression] ICE with lambda

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

[Bug fortran/61179] Can not compile "type is(double complex)"

2014-05-13 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61179 --- Comment #1 from mrestelli --- I see now that "DOUBLE COMPLEX" is not specified by the standard, which rather says "There is no keyword for double precision complex." And in fact for a different code I see that gfortran indicates it as GNU ex

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 --- Comment #9 from Jonathan Wakely --- For example: #include #include struct A; template struct B { T t; }; int main() { using UP = std::unique_ptr>; std::vector v; v = v; } The self-assignment test in std::vector uses &__rhs which d

[Bug c++/60210] segfault when trying to use a const template using

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

[Bug c++/53658] internal compiler error -- segmentation fault

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658 Paolo Carlini changed: What|Removed |Added CC||florent.hivert at lri dot fr --- Comment

[Bug fortran/61180] New: surprising -Wsurprising warning

2014-05-13 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 Bug ID: 61180 Summary: surprising -Wsurprising warning Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug c++/60210] segfault when trying to use a const template using

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60210 --- Comment #2 from Paolo Carlini --- Thanks for the update. I'm pretty sure it's a Dup, thus instead of simply closing it, let me find the other bug.

[Bug c++/61066] [4.8 Regression] Many testcase failures

2014-05-13 Thread daniel.gutson at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61066 --- Comment #7 from Daniel Gutson --- Sorry my lack of time. Thanks Jason.

[Bug fortran/61179] New: Can not compile "type is(double complex)"

2014-05-13 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61179 Bug ID: 61179 Summary: Can not compile "type is(double complex)" Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug c++/60210] segfault when trying to use a const template using

2014-05-13 Thread florent.hivert at lri dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60210 --- Comment #1 from Florent Hivert --- The bug has vanished in the recent 4.9.0 release. Should I mark the ticket as RESOLVED and close it ?

[Bug c++/54310] Order of operations during overload resolution

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

[Bug c++/54310] Order of operations during overload resolution

2014-05-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54310 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue May 13 16:14:19 2014 New Revision: 210385 URL: http://gcc.gnu.org/viewcvs?rev=210385&root=gcc&view=rev Log: 2014-05-13 Paolo Carlini PR c++/54310 * g++.dg/templ

[Bug c/61177] armv6zk: gcc fails compile one source file with fPIC and mthumb

2014-05-13 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

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

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

[Bug c++/60713] [4.8 regression] ICE in iterative_hash_expr

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

[Bug c++/60708] [4.8 Regression] An array temporary causes an ICE in gimplify

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

[Bug c++/60367] Default argument object is not getting constructed

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 Jason Merrill changed: What|Removed |Added Keywords||wrong-code Status|ASSIGNED

[Bug c++/61066] [4.8 Regression] Many testcase failures

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

[Bug c++/60708] [4.8 Regression] An array temporary causes an ICE in gimplify

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60708 --- Comment #6 from Jason Merrill --- Author: jason Date: Tue May 13 16:05:19 2014 New Revision: 210384 URL: http://gcc.gnu.org/viewcvs?rev=210384&root=gcc&view=rev Log: PR c++/60708 * call.c (build_array_conv): Call complete_type. Adde

[Bug c++/60713] [4.8 regression] ICE in iterative_hash_expr

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60713 --- Comment #4 from Jason Merrill --- Author: jason Date: Tue May 13 16:05:13 2014 New Revision: 210383 URL: http://gcc.gnu.org/viewcvs?rev=210383&root=gcc&view=rev Log: PR c++/60713 * typeck2.c (PICFLAG_SIDE_EFFECTS): New. (picflag_

[Bug c++/60367] Default argument object is not getting constructed

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 --- Comment #10 from Jason Merrill --- Author: jason Date: Tue May 13 16:05:01 2014 New Revision: 210381 URL: http://gcc.gnu.org/viewcvs?rev=210381&root=gcc&view=rev Log: PR c++/60367 * call.c (convert_default_arg): Remove special handli

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

2014-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue May 13 16:05:07 2014 New Revision: 210382 URL: http://gcc.gnu.org/viewcvs?rev=210382&root=gcc&view=rev Log: PR c++/60628 * decl.c (create_array_type_for_decl): Complain about

[Bug c++/54890] Incorrect SFINAE Rejection

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54890 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #8

[Bug c++/55252] Caret diagnostic doesn't show useful location when macro clashes with name in system header

2014-05-13 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55252 Tom Tromey changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #14 f

[Bug c++/61178] New: expansion pattern '#'nontype_argument_pack' not supported by dump_expr#

2014-05-13 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61178 Bug ID: 61178 Summary: expansion pattern '#'nontype_argument_pack' not supported by dump_expr# Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: minor

[Bug c/61162] possibly bad error location with -Wc++-compat

2014-05-13 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61162 --- Comment #9 from Tom Tromey --- (In reply to Manuel López-Ibáñez from comment #8) > If you point to '=', then the macro expansion note will not appear in your > other example (PR61165). Yeah, I still think the '=' is preferable. I think it l

[Bug c/61177] armv6zk: gcc fails compile one source file with fPIC and mthumb

2014-05-13 Thread rion4ik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 --- Comment #2 from Rion --- Created attachment 32791 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32791&action=edit test.c example code.

[Bug c/61177] armv6zk: gcc fails compile one source file with fPIC and mthumb

2014-05-13 Thread rion4ik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 Rion changed: What|Removed |Added CC||rion4ik at gmail dot com Known to work|

[Bug c/61165] bad location for conversion in return

2014-05-13 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61165 Tom Tromey changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread tony.theodore at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #6 from Tony Theodore --- (In reply to r...@cebitec.uni-bielefeld.de from comment #4) > > --- Comment #3 from Tony Theodore --- > > I'm building a cross compiler with: > > It would have helped enormously if you'd stated so in the fi

[Bug c/61177] New: armv6zk: gcc

2014-05-13 Thread rion4ik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61177 Bug ID: 61177 Summary: armv6zk: gcc Product: gcc Version: 4.6.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at

[Bug c++/54310] Order of operations during overload resolution

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54310 --- Comment #3 from Paolo Carlini --- Current SolarisStudio also accepts it. I guess I'm going to add the testcase and close the bug.

[Bug fortran/60928] gfortran issue with allocatable components and OpenMP

2014-05-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928 Jakub Jelinek changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug libstdc++/61143] [4.9/4.10 Regression] Arithmetic exception on emplacing into unordered_map moved out

2014-05-13 Thread felix at fontein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61143 --- Comment #9 from Felix Fontein --- Another workaround is to use reserve(), as in: std::unordered_map b = std::move(a); a.reserve(1); // any number > 0 will do a.emplace(1, 1);

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61174 --- Comment #6 from Paolo Carlini --- Instead of starting from scratch, why don't you use std::is_member_function_pointer? It handles correctly all sorts of member functions. Alternately, study the implementation and learn from it. In any case,

[Bug plugins/61176] [4.9/4.10 Regression] plugin builds including gimple.h not building

2014-05-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1 --- Comment #1 from Richard Biene

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

2014-05-13 Thread nco...@aldebaran-robotics.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61174 --- Comment #5 from alkino --- Can you tell me why, please? Thanks to look at it.

[Bug fortran/61156] [4.7/4.8/4.9/4.10 Regression] Internal compiler error for Fortran files when specifying a file instead of an include directory with -I

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

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2014-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/47054] Compilation error when cray pointers are declared in both host and internal subroutines

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

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

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

[Bug fortran/60928] gfortran issue with allocatable components and OpenMP

2014-05-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928 Dominique d'Humieres changed: What|Removed |Added Keywords||wrong-code Status|UNC

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

2014-05-13 Thread nco...@aldebaran-robotics.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61174 --- Comment #3 from alkino --- It works with ideone (gcc-4.8.1) https://ideone.com/t8Jww2

[Bug libfortran/61173] [4.9/4.10 Regression] Erroneous "end of file" with internal read

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

[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081 Paolo Carlini changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #6 from Paolo Carl

[Bug libfortran/61173] [4.9/4.10 Regression] Erroneous "end of file" with internal read

2014-05-13 Thread krefson at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61173 Keith Refson changed: What|Removed |Added CC||krefson at googlemail dot com --- Comment

[Bug c++/57086] Internal compiler error: Error reporting routines re-entered.

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57086 Paolo Carlini changed: What|Removed |Added CC||stanislav.manilov at gmail dot com ---

[Bug plugins/61176] New: [4.9/4.10 Regression] plugin builds including gimple.h not building

2014-05-13 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Bug ID: 61176 Summary: [4.9/4.10 Regression] plugin builds including gimple.h not building Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/61174] Bad resolving of specialized template with const-qualified member function

2014-05-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61174 --- Comment #2 from Paolo Carlini --- By the way, this does *not* compile with 4.8, neither with 4.7, ...

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #5 from Rainer Orth --- Created attachment 32790 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32790&action=edit proposed patch

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Tony Theodore --- > I'm building a cross compiler with: > > Host: x86_64-apple-darwin13.1.0 > Targets: i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32 > Build:

  1   2   >