[Bug fortran/60543] [4.8/4.9 Regression] Function with side effect removed by the optimizer.

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Thu Mar 20 06:53:01 2014 New Revision: 208693 URL: http://gcc.gnu.org/viewcvs?rev=208693&root=gcc&view=rev Log: 2014-03-19 Tobias Burnus PR fortran/60543 * io.c (check

[Bug other/60589] Parallel install fails due to multiple cilk.h installs

2014-03-19 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60589 --- Comment #3 from Yury Gribov --- (In reply to Tobias Burnus from comment #2) > > BTW could someone add libcilkrts to list of components? > > What do you mean by this? No-no, I meant a bugzilla component so that I could fire bugs against Cilk

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 --- Comment #6 from Jerry DeLisle --- character(25) :: the filename inquire(unit=input_unit, name=thefilename) print *, "The name is: ", trim(thefilename) Before closing the input gives a hint, but maybe not the whole file path.

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread patnel97269-gfortran at yahoo dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 --- Comment #4 from patnel97269-gfortran at yahoo dot fr --- Ok so if I understand well, for gfortran once the input_unit is closed, the unit number corresponding to input_unit can be used for another file. But, the input_unit is defined to be the

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 --- Comment #3 from Steve Kargl --- On Thu, Mar 20, 2014 at 02:27:15AM +, patnel97269-gfortran at yahoo dot fr wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 > > --- Comment #2 from patnel97269-gfortran at yahoo dot fr --- > Using

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread patnel97269-gfortran at yahoo dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 --- Comment #2 from patnel97269-gfortran at yahoo dot fr --- Using your program, I get the same behavior I describe . Running with gfortran I get ./a.out < tmp.dat 400 0 0 Running with ifort I get ./a.out < tmp.

[Bug driver/52556] Ability to change GLIBC_DYNAMIC_LINKER

2014-03-19 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52556 Brooks Moses changed: What|Removed |Added CC||brooks at gcc dot gnu.org --- Comment #6 f

[Bug fortran/60596] Inquire size for stream zero

2014-03-19 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug target/60039] sh3 optimisation bug with -O2

2014-03-19 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60039 --- Comment #9 from Kazumoto Kojima --- Author: kkojima Date: Wed Mar 19 22:51:47 2014 New Revision: 208688 URL: http://gcc.gnu.org/viewcvs?rev=208688&root=gcc&view=rev Log: PR target/60039 * config/sh/sh.md (udivsi3_i1): Clobber R1 regis

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #8 from Jakub Jelinek --- (In reply to Uroš Bizjak from comment #7) > (In reply to Jakub Jelinek from comment #6) > > Created attachment 32397 [details] > > gcc49-pr60568.patch > > fnaddr = gen_rtx_UNSPEC (Pmode, gen_rtvec (1,

[Bug target/60580] aarch64 generates wrong code for __attribute__ ((optimize("no-omit-frame-pointer")))

2014-03-19 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60580 --- Comment #2 from joseph at codesourcery dot com --- I think following what i386 does is reasonable for now. I'm a bit dubious of the whole Save design - logically it would be cleaner if the gcc_options structures were saved just before finish

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #7 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #6) > Created attachment 32397 [details] > gcc49-pr60568.patch fnaddr = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, fnaddr), UNSPEC_GOT); - fnaddr = gen_rtx_PLUS (Pm

[Bug other/60589] Parallel install fails due to multiple cilk.h installs

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60589 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60595] Compiler error when computing default destructor thunk within virtual inheritance hierarchy

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

[Bug target/60520] stack adjustment are not merged anymore

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60520 H.J. Lu changed: What|Removed |Added Attachment #32353|0 |1 is obsolete|

[Bug fortran/60596] New: Inquire size for stream zero

2014-03-19 Thread patnel97269-gfortran at yahoo dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60596 Bug ID: 60596 Summary: Inquire size for stream zero Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Ass

[Bug target/60528] MIPS GCC puts out complex constant incorrectly when in big-endian mode

2014-03-19 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60528 --- Comment #3 from rsandifo at gcc dot gnu.org --- Agree about 'unsigned long'. IMO we shouldn't use 'long' directly in GCC; it should be one of 'int', 'HOST_WIDE_INT' or 'HOST_WIDEST_INT'. FWIW the test passes for me on mips64-linux-gnu on al

[Bug testsuite/60590] Can't recreate the same executable in testsuite

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60590 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/60528] MIPS GCC puts out complex constant incorrectly when in big-endian mode

2014-03-19 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60528 --- Comment #2 from Steve Ellcey --- This may actually be a glibc bug instead of a GCC bug. While GCC puts out different numbers based on whether or not it is built as a 32 or 64 bit object (and I think that is a bug) that does not seem to be cau

[Bug fortran/60543] [4.8/4.9 Regression] Function with side effect removed by the optimizer.

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543 --- Comment #3 from Tobias Burnus --- Author: burnus Date: Wed Mar 19 21:03:14 2014 New Revision: 208687 URL: http://gcc.gnu.org/viewcvs?rev=208687&root=gcc&view=rev Log: 2014-03-18 Tobias Burnus PR fortran/60543 PR fortran/60

[Bug fortran/60283] Wrong code: decode_omp_directive: implicit_pure not correctly unset

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60283 --- Comment #2 from Tobias Burnus --- Author: burnus Date: Wed Mar 19 21:03:14 2014 New Revision: 208687 URL: http://gcc.gnu.org/viewcvs?rev=208687&root=gcc&view=rev Log: 2014-03-18 Tobias Burnus PR fortran/60543 PR fortran/60

[Bug libstdc++/60594] std::function of a type with a declared (but not defined) return type fails to compile

2014-03-19 Thread chandlerc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60594 --- Comment #3 from Chandler Carruth --- Personally, I've no idea what the standard says. However, it seems extremely useful to be able to freely use std::function with return types (and argument types) within the definition those types which is

[Bug libstdc++/60594] std::function of a type with a declared (but not defined) return type fails to compile

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60594 --- Comment #2 from Jonathan Wakely --- > It looks like, somehow, instantiating the declaration of the std::function > copy constructor relies on the completeness of 'bar'. I suspect it's not the copy constructor, but that checking for copy const

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567 --- Comment #5 from Tobias Burnus --- Another data point. Running on the "-flto"-compiled object file $ build/gcc/lto1 -fwpa test.o fails with the ICE. However, using $ build/gcc/lto1 -flto test.o is successful both on the CentOS6 system and

[Bug libstdc++/60594] std::function of a type with a declared (but not defined) return type fails to compile

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60594 --- Comment #1 from Jonathan Wakely --- Are you sure this is valid? Instantiating std::function (like most std::lib templates) with an incomplete type is undefined behaviour. Is the function type bar() complete if bar is not complete?

[Bug fortran/59093] Segfault in gfc_trans_pointer_assignment

2014-03-19 Thread matthew.thompson at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59093 --- Comment #4 from Matt Thompson --- Any progress on this bug in the latest versions of the compiler?

[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567 --- Comment #4 from Tobias Burnus --- (In reply to Tobias Burnus from comment #3) > But only for the test case of comment 0. It still fails for the big program > and for the following test case. [I wonder whether you can reproduce this > one.] I

[Bug c++/60595] New: Compiler error when computing default destructor thunk within virtual inheritance hierarchy

2014-03-19 Thread xgue...@tower-research.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60595 Bug ID: 60595 Summary: Compiler error when computing default destructor thunk within virtual inheritance hierarchy Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug libstdc++/60594] New: std::function of a type with a declared (but not defined) return type fails to compile

2014-03-19 Thread dblaikie at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60594 Bug ID: 60594 Summary: std::function of a type with a declared (but not defined) return type fails to compile Product: gcc Version: unknown Status: UNCONFIRMED S

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #5 from David Kredba --- This is the command line that is enough to get the crash: /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -fPIC -flto=4 -fuse-linker-plugin -O2 -ggdb -pipe -march=core2 -mtune=core2 -mno-3dnow -mno-sse4.2 -mno-avx -Wl

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #4 from David Kredba --- Created attachment 32395 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32395&action=edit object file gzipped

[Bug c++/51474] [c++0x] ICE with pure virtual function in initialization of non-static data member

2014-03-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51474 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/51474] [c++0x] ICE with pure virtual function in initialization of non-static data member

2014-03-19 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51474 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 19 18:21:52 2014 New Revision: 208686 URL: http://gcc.gnu.org/viewcvs?rev=208686&root=gcc&view=rev Log: /cp 2014-03-19 Paolo Carlini PR c++/51474 * call.c (b

[Bug c/60591] Report enum conversions as part of Wconversion

2014-03-19 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60591 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60332] [c++1y] ICE with auto in function-pointer cast

2014-03-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60332 Paolo Carlini changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|UN

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #12 from Jakub Jelinek --- (In reply to Markus Trippelsdorf from comment #11) > > BTW, were those shared libraries built by some earlier version of G++ 4.9, > > or G++ 4.8 (or some older version)? > > Yes, there were build with earlie

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #4 from Steve Kargl --- On Wed, Mar 19, 2014 at 06:01:14PM +, dominiq at lps dot ens.fr wrote: > > --- Comment #3 from Dominique d'Humieres --- > It looks similar to the ICE reported in pr51976 comment 8, although the ICEs > are

[Bug fortran/60593] ICE with deferred length variable in FORALL

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

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #3 from David Kredba --- Without lto it compiles fine. It is Gentoo x86/x86_64 enabled package. I am going to attach all the ii files, thank you.

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #10 from Jakub Jelinek --- (In reply to Markus Trippelsdorf from comment #9) > Running nm on all my libs shows: > ... > kde4/notepadpart.so > U _ZThn16_N6KParts13ReadWritePartD0Ev > ... > kde4/okularpart.so >

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #2 from Steve Kargl --- Here's a reduced testcase that appears to lead to the same ICE without the ISO C binding detour. function C2FChar(j, s) result(res) implicit none integer, intent(in) :: j character(len=:), pointer, int

[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 --- Comment #16 from Steve Ellcey --- It looks like this is a bug in convert_move when POINTERS_EXTEND_UNSIGNED is false. If unsignedp is false we call emit_store_flag to get 'fill_value'. Arguments 3 and 4 (op0 and op1 in emit_store_flag) are:

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #9 from Markus Trippelsdorf --- Running nm on all my libs shows: ... kde4/notepadpart.so U _ZThn16_N6KParts13ReadWritePartD0Ev ... kde4/okularpart.so U _ZThn16_N6KParts13ReadWritePartD0Ev ... libkatepa

[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567 Tobias Burnus changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 kargl at gcc dot gnu.org changed: What|Removed |Added Known to fail||4.9.0 --- Comment #1 from kargl

[Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747 Jonathan Wakely changed: What|Removed |Added CC||mjbshaw at hotmail dot com --- Comment

[Bug libstdc++/60592] std::array is unable to be brace/universally initialized

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60592 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/60593] New: ICE with deferred length variable in FORALL

2014-03-19 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 Bug ID: 60593 Summary: ICE with deferred length variable in FORALL Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747 Jonathan Wakely changed: What|Removed |Added Status|NEW |SUSPENDED

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 --- Comment #1 from Uroš Bizjak --- Can you please post complete command line that triggers the bug, as outlined in [1]? Something like: g++ <... options ...> -fpreprocessed TEncSbac.ii Please also use -march= instead of -march=native. You can s

[Bug libstdc++/60592] std::array is unable to be brace/universally initialized

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60592 --- Comment #2 from Jonathan Wakely --- If it's that DR, then this is a dup of my PR51747

[Bug libstdc++/60592] std::array is unable to be brace/universally initialized

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60592 --- Comment #1 from Jonathan Wakely --- http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1467

[Bug libstdc++/60592] New: std::array is unable to be brace/universally initialized

2014-03-19 Thread mjbshaw at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60592 Bug ID: 60592 Summary: std::array is unable to be brace/universally initialized Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #8 from Markus Trippelsdorf --- (In reply to Jason Merrill from comment #7) > (In reply to Markus Trippelsdorf from comment #4) > > part.ii is part of a library called libkparts.so.4.12.3. > > When I compile part.cpp with a compiler be

[Bug testsuite/60590] Can't recreate the same executable in testsuite

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60590 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/60590] Can't recreate the same executable in testsuite

2014-03-19 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60590 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Mar 19 16:59:18 2014 New Revision: 208685 URL: http://gcc.gnu.org/viewcvs?rev=208685&root=gcc&view=rev Log: Log environment variables in set_ld_library_path_env_vars GNU linker

[Bug c++/60553] segfault in gt_ggc_mx_lang_tree_node in Chromium with LTO

2014-03-19 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60553 --- Comment #10 from Martin Liška --- Second part of suggested patch is sufficient. ps auxf: marxin 20293 0.0 0.0 8604 1200 pts/0S17:27 0:00 | \_ c++ -Wl,-z,now -Wl,-z,relro -pthread -Wl,-z,noexecstack -fPIC -pie -L. -Wl,-

[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 --- Comment #15 from H.J. Lu --- This is related to PR 54037.

[Bug target/60568] lto1: internal compiler error: in insn_min_length, at config/i386/i386.md:1599

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread reed.kotler at imgtec dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 --- Comment #14 from reed kotler --- (In reply to Andrew Pinski from comment #13) > (In reply to reed kotler from comment #12) > > > > Do you know where the original line was that made it fail in the .ii? > > Yes: > # 227 "/home/rkotler/llvm_tru

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #7 from Jason Merrill --- (In reply to Markus Trippelsdorf from comment #4) > part.ii is part of a library called libkparts.so.4.12.3. > When I compile part.cpp with a compiler before r208573 and link the > library (all other objects

[Bug other/60133] [4.8/4.9 Regression] wrong multiarch name on aarch64-linux-gnu

2014-03-19 Thread mshawcroft at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60133 mshawcroft at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED C

[Bug c++/60332] [c++1y] ICE with auto in function-pointer cast

2014-03-19 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60332 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 19 15:48:39 2014 New Revision: 208684 URL: http://gcc.gnu.org/viewcvs?rev=208684&root=gcc&view=rev Log: 2014-03-19 Paolo Carlini PR c++/60332 * g++.dg/cpp1y/

[Bug middle-end/60591] New: Report enum conversions as part of Wconversion

2014-03-19 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60591 Bug ID: 60591 Summary: Report enum conversions as part of Wconversion Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component

[Bug libstdc++/60587] [4.9 Regression] debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60587 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #5 from Jakub Jelinek --- (In reply to Markus Trippelsdorf from comment #4) > If I compile part.cpp with a compiler _after_ r208573 and link the > library and install it, Okular shows a popup "Unable to find the Okular > component".

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #6 from Markus Trippelsdorf --- Looking at the library, the only difference are four additional symbols in the good version: _ZThn16_N6KParts13ReadWritePartD0Ev _ZThn16_N6KParts13ReadWritePartD1Ev _ZTv0_n24_N6KParts13ReadWritePartD0Ev

[Bug c++/60553] segfault in gt_ggc_mx_lang_tree_node in Chromium with LTO

2014-03-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60553 --- Comment #9 from Richard Biener --- Author: rguenth Date: Wed Mar 19 15:37:28 2014 New Revision: 208682 URL: http://gcc.gnu.org/viewcvs?rev=208682&root=gcc&view=rev Log: 2014-03-19 Richard Biener PR middle-end/60553 * tree-core.h (

[Bug fortran/60576] [4.8/4.9 Regression] FAIL: gfortran.dg/assumed_rank_7.f90

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60576 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.0 |4.8.3 Summary|[4.9 Regression]

[Bug c++/60332] [c++1y] ICE with auto in function-pointer cast

2014-03-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60332 --- Comment #3 from Paolo Carlini --- I'm adding it to the testsuite.

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #4 from Markus Trippelsdorf --- (In reply to Jason Merrill from comment #3) > (In reply to Markus Trippelsdorf from comment #2) > > --- part_good.s 2014-03-19 08:57:10.100342064 +0100 > > +++ part_bad.s 2014-03-19 08:56:50.134141664 +

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-03-19 Thread howard.hinnant at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 --- Comment #8 from Howard Hinnant --- Here: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1862.html#27.4.4%20-%20Class%20template%20basic_ios is a good list of what needs to be done. It is an old paper, so it needs to be cross-check

[Bug other/60589] Parallel install fails

2014-03-19 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60589 Yury Gribov changed: What|Removed |Added CC||y.gribov at samsung dot com --- Comment #1

[Bug testsuite/60590] New: Can't recreate the same executable in testsuite

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60590 Bug ID: 60590 Summary: Can't recreate the same executable in testsuite Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: te

[Bug other/60589] New: Parallel install fails

2014-03-19 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60589 Bug ID: 60589 Summary: Parallel install fails Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: u

[Bug c/59749] unused warning not emited for unused static struct unles -save-temps is used

2014-03-19 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59749 --- Comment #4 from Martin Husemann --- Yes - I'm still trying to reduce it to a reasonable test case, but in general it works - so I am confused big time. Also Julio (the ATF author) claims the same test works on FreeBSD with a very similar compi

[Bug c++/60566] [4.9 Regression] r208573 miscompiles kdelibs

2014-03-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60566 --- Comment #3 from Jason Merrill --- (In reply to Markus Trippelsdorf from comment #2) > --- part_good.s 2014-03-19 08:57:10.100342064 +0100 > +++ part_bad.s 2014-03-19 08:56:50.134141664 +0100 > - .quad _ZN6KParts13ReadWritePartD1Ev > -

[Bug target/60588] New: AVR target does not support init_priority attribute

2014-03-19 Thread senthil_kumar.selvaraj at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60588 Bug ID: 60588 Summary: AVR target does not support init_priority attribute Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Comp

[Bug libstdc++/60587] New: debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly

2014-03-19 Thread sbergman at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60587 Bug ID: 60587 Summary: debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug c++/60585] Virtual function related memory access errors with multiple virtual inheritance

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60585 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/59749] unused warning not emited for unused static struct unles -save-temps is used

2014-03-19 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59749 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug libstdc++/60584] std::vector::emplace_back(...) use move constructor

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60584 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c++

[Bug c++/60583] Garbled data, "temporary bound ... only persists until the constructor exits", fine with clang++

2014-03-19 Thread andreaskem at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60583 --- Comment #3 from andreaskem at web dot de --- Thank you. I looked around but did not find those reports. Sorry for that.

[Bug tree-optimization/60559] [4.9 Regression] g++.dg/vect/pr60023.cc fails with -fno-tree-dce (ICE)

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60559 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #22 from Jonathan Wakely --- For the record, I think r207164 fixed this

[Bug c++/60583] Garbled data, "temporary bound ... only persists until the constructor exits", fine with clang++

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60583 --- Comment #2 from Jonathan Wakely --- As this is DR1288 it's a dup of PR50025

[Bug fortran/60549] [4.9 Regression] Run time doubled for fatigue.f90 due to SAVE changes

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60549 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60583] Garbled data, "temporary bound ... only persists until the constructor exits", fine with clang++

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60583 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/60553] segfault in gt_ggc_mx_lang_tree_node in Chromium with LTO

2014-03-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60553 --- Comment #8 from Richard Biener --- I've posted the patches but I'm curious if the 2nd change alone helps enough. The first is somewhat handwaving (because we also have type_non_common which breaks the argument of the former).

[Bug target/60580] aarch64 generates wrong code for __attribute__ ((optimize("no-omit-frame-pointer")))

2014-03-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60580 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug middle-end/60586] New: [Cilk+] Parameters evaluation happens inside spawn worker

2014-03-19 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60586 Bug ID: 60586 Summary: [Cilk+] Parameters evaluation happens inside spawn worker Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/60577] [4.7/4.8/4.9 Regression] inefficient FDO instrumentation code

2014-03-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60577 --- Comment #5 from Richard Biener --- Created attachment 32393 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32393&action=edit hack Like this (hack alert). Applies store motion one level for a restricted set of loops. Requires us to add

[Bug sanitizer/60569] Segfault with -flto and -fsanitize=undefined

2014-03-19 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60569 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/60569] Segfault with -flto and -fsanitize=undefined

2014-03-19 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60569 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed Mar 19 12:25:04 2014 New Revision: 208681 URL: http://gcc.gnu.org/viewcvs?rev=208681&root=gcc&view=rev Log: PR sanitizer/60569 * ubsan.c (ubsan_type_descriptor): Check that

[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233

2014-03-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567 --- Comment #2 from Tobias Burnus --- (In reply to Richard Biener from comment #1) > Works for me - any more specifics? Host/target? gcc version 4.9.0 20140319, r208679. Target: x86_64-unknown-linux-gnu CentOS 6.5, glibc-2.12-1.132, binut

[Bug c++/60585] New: Virtual function related memory access errors with multiple virtual inheritance

2014-03-19 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60585 Bug ID: 60585 Summary: Virtual function related memory access errors with multiple virtual inheritance Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/60577] [4.7/4.8/4.9 Regression] inefficient FDO instrumentation code

2014-03-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60577 --- Comment #4 from Richard Biener --- (In reply to Richard Biener from comment #3) > Which leaves the possibility of more cleverly instrumenting the program > in the first place ... Which shouldn't be so hard as we are in SSA form and have loop

  1   2   >