[Bug tree-optimization/61964] [4.8 regression] krb5 database propagation enters infinite loop; reduced test case

2014-07-30 Thread andersk at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 --- Comment #4 from Anders Kaseorg --- Another bisect between 4.7 and 4.8 shows that the bug appeared with r189321 (bug 52009). My test case has triggers the bug in more versions than Kerberos does: as far as I can tell, Kerberos was unaffected

[Bug c/61972] relocation truncated to fit: R_PPC_VLE_REL24 against symbol "xxx" for VLE instruction on binutils-2.24

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61972 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/61972] New: relocation truncated to fit: R_PPC_VLE_REL24 against symbol "xxx" for VLE instruction on binutils-2.24

2014-07-30 Thread wangy850626 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61972 Bug ID: 61972 Summary: relocation truncated to fit: R_PPC_VLE_REL24 against symbol "xxx" for VLE instruction on binutils-2.24 Product: gcc Version: unknown Status: UNCONF

[Bug c++/61970] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61970 --- Comment #2 from kaijun --- For Andrew Pinski, I am sorry, past again bug: 61970 and 61971 is the same. Thanks.

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

2014-07-30 Thread alexandermbock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407 --- Comment #19 from Alexander Bock --- (In reply to aggrostyle from comment #18) > Guys, a question... how can i apply the patch? I've read that i have to add: > > patch do > url "https://gcc.gnu.org/bugzilla/attachment.cgi?id=33180"; >

[Bug c++/61970] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61970 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 --- Comment #2 from Andrew Pinski --- *** Bug 61970 has been marked as a duplicate of this bug. ***

[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 --- Comment #1 from kaijun --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/m

[Bug c++/61971] New: array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 Bug ID: 61971 Summary: array subscript is above array bounds [-Werror=array-bounds] Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal P

[Bug c++/61970] New: array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61970 Bug ID: 61970 Summary: array subscript is above array bounds [-Werror=array-bounds] Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal P

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 --- Comment #6 from Andrew Pinski --- (In reply to Дилян Палаузов from comment #5) > Using gcc-ar instead of ar does not help: > > $grep AR\ = Makefile > AR = gcc-ar > ... > ranlib libgnu.a You need to use gcc-ranlib too otherwise the symbol t

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 --- Comment #5 from Дилян Палаузов --- Using gcc-ar instead of ar does not help: $grep AR\ = Makefile AR = gcc-ar ... $rm gnu/libgnu.a $make V=1 make[4]: Entering directory '/mnt/new/src/tar-1.28/gnu' rm -f libgnu.a gcc-ar cru libgnu.a copy-ac

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 --- Comment #4 from Дилян Палаузов --- (In reply to Andrew Pinski from comment #2) > >../gnu/libgnu.a > > I bet it is due to how ../gnu/libgnu.a is generated. Does it use gcc-ar or > just ar? For 4.9 and above, we use slim lto object files so

[Bug c/59850] Support sparse-style pointer address spaces (type attributes)

2014-07-30 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59850 --- Comment #33 from Tom Tromey --- My current patch fails on some of the sparse validation tests. E.g., attr-in-parameter.c: attr_in_parameter.c:8:4: warning: assignment from pointer to different address space [-Waddress-space] This happens du

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

2014-07-30 Thread aggrostyle at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407 aggrostyle at gmail dot com changed: What|Removed |Added CC||aggrostyle at gmail dot com

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 --- Comment #3 from Дилян Палаузов --- Please include a link from https://gcc.gnu.org/wiki/LinkTimeOptimization to https://gcc.gnu.org/wiki/LinkTimeOptimizationFAQ and update the latter to state (The next version of binutils [as of 2014-05-04] w

[Bug tree-optimization/61938] Vectorization not happening .

2014-07-30 Thread harmeeksingh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61938 --- Comment #6 from harmeeksingh at gmail dot com --- Equivalent code when written by hand where tmp is a intermediate array . The compiler vectorizes both loops. int k, i; /* vectorize the compares */ for (i=0; i < arraysize; ++i) {

[Bug lto/53808] Undefined symbol when building a library with lto

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53808 --- Comment #14 from Jason Merrill --- Author: jason Date: Wed Jul 30 21:29:25 2014 New Revision: 213311 URL: https://gcc.gnu.org/viewcvs?rev=213311&root=gcc&view=rev Log: PR lto/53808 PR c++/61659 * pt.c (push_template_decl_real): D

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #20 from Jason Merrill --- Author: jason Date: Wed Jul 30 21:29:25 2014 New Revision: 213311 URL: https://gcc.gnu.org/viewcvs?rev=213311&root=gcc&view=rev Log: PR lto/53808 PR c++/61659 * pt.c (push_template_decl_real): D

[Bug lto/61969] New: wrong code by LTO on x86_64-linux-gnu (affecting trunk, 4.9.x, and 4.8.x)

2014-07-30 Thread su at cs dot ucdavis.edu
-enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.10.0 20140730 (experimental) [trunk revision 213231] (GCC) $ $ compile.sh Usage: ./compile.sh $ compile.sh gcc-trunk 64 0; t -25246 $ compile.sh gcc-trunk 64 1; t -25246 $ compile.sh gcc-trunk 32 0; t

[Bug tree-optimization/61964] [4.8 regression] krb5 database propagation enters infinite loop; reduced test case

2014-07-30 Thread andersk at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 --- Comment #3 from Anders Kaseorg --- (In reply to Richard Biener from comment #1) > The testcase is violating strict-aliasing rules as you access a struct head > as struct node here: Agree with ghudson here: n->prev points to &heads[2], not &h

[Bug c++/57397] Off-by-one error in diagnostic when calling variadic function template with too few arguments

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

[Bug c++/57397] Off-by-one error in diagnostic when calling variadic function template with too few arguments

2014-07-30 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57397 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Jul 30 20:06:29 2014 New Revision: 213310 URL: https://gcc.gnu.org/viewcvs?rev=213310&root=gcc&view=rev Log: /cp 2014-07-30 Paolo Carlini PR c++/57397 * pt.c (u

[Bug fortran/61933] Inquire on internal units

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

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/61968] New: ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE

2014-07-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968 Bug ID: 61968 Summary: ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE Product: gcc Version: 4.10.0 Status: UNCONFIRMED

[Bug lto/61967] regression: cannot link with -flto

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 --- Comment #2 from Andrew Pinski --- >../gnu/libgnu.a I bet it is due to how ../gnu/libgnu.a is generated. Does it use gcc-ar or just ar? For 4.9 and above, we use slim lto object files so it does not produce a symbol table that ar does not u

[Bug lto/61967] New: regression: cannot link with -flto

2014-07-30 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61967 Bug ID: 61967 Summary: regression: cannot link with -flto Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug c++/61687] [4.10 regression] -O PASS, -O2 report error

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61687 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jul 30 17:27:20 2014 New Revision: 213308 URL: https://gcc.gnu.org/viewcvs?rev=213308&root=gcc&view=rev Log: PR c++/61659 PR c++/61687 Revert: gcc/c-family/ * c.opt (-fuse

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #19 from Jason Merrill --- Author: jason Date: Wed Jul 30 17:27:20 2014 New Revision: 213308 URL: https://gcc.gnu.org/viewcvs?rev=213308&root=gcc&view=rev Log: PR c++/61659 PR c++/61687 Revert: gcc/c-family/ * c.opt (-fus

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #19 from Jason Merrill --- Author: jason Date: Wed Jul 30 17:27:20 2014 New Revision: 213308 URL: https://gcc.gnu.org/viewcvs?rev=213308&root=gcc&view=rev Log: PR c++/61659 PR c++/61687 Revert: gcc/c-family/ * c.opt (-fus

[Bug lto/53808] Undefined symbol when building a library with lto

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53808 --- Comment #13 from Jason Merrill --- Author: jason Date: Wed Jul 30 17:27:14 2014 New Revision: 213307 URL: https://gcc.gnu.org/viewcvs?rev=213307&root=gcc&view=rev Log: PR lto/53808 PR c++/61659 * pt.c (push_template_decl_real): S

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-07-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 --- Comment #18 from Jason Merrill --- Author: jason Date: Wed Jul 30 17:27:14 2014 New Revision: 213307 URL: https://gcc.gnu.org/viewcvs?rev=213307&root=gcc&view=rev Log: PR lto/53808 PR c++/61659 * pt.c (push_template_decl_real): S

[Bug middle-end/61950] [4.10 regression] Many 64-bit fortran allocate tests FAIL

2014-07-30 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61950 Pat Haugen changed: What|Removed |Added Target|sparc-sun-solaris2.1[01]|sparc-sun-solaris2.1[01],

[Bug c/61965] [gcc-4.8.2] ICE:in compute_affine_dependence (at tree-data-ref.c:4170)

2014-07-30 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61965 --- Comment #1 from Sabrina Souto --- It happened again, now for this test: ../gcc/testsuite/gcc.dg/pr39794.c Hera is the line executed: /home/sabrina/gcc/objdir/gcc/xgcc -B/home/sabrina/gcc/objdir/gcc/ /home/sabrina/gcc/gcc-4.8.2/gcc/testsuite/

[Bug c++/61966] [C++11] std::terminate called after throwing exception from destructor [g++] [4.8.2] [4.9.1]

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

[Bug ada/61954] Ada fails to properly pass pointer arguments on x32

2014-07-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61954 --- Comment #3 from H.J. Lu --- s-os_lib.adb has function Write (FD : File_Descriptor; A : System.Address; N : Integer) return Integer is begin return Integer (System.CRTL.write (Sy

[Bug c++/61966] [C++11] std::terminate called after throwing exception from destructor [g++] [4.8.2] [4.9.1]

2014-07-30 Thread formenel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61966 --- Comment #2 from Sergey Murzin --- Problem doesn't exist in 4.6.0 and 4.7.2

[Bug c++/61966] [C++11] std::terminate called after throwing exception from destructor [g++] [4.8.2] [4.9.1]

2014-07-30 Thread formenel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61966 --- Comment #1 from Sergey Murzin --- Same problem exists in 4.9.1

[Bug c++/61966] New: [C++11] std::terminate called after throwing exception from destructor [g++] [4.8.2] [4.9.1]

2014-07-30 Thread formenel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61966 Bug ID: 61966 Summary: [C++11] std::terminate called after throwing exception from destructor [g++] [4.8.2] [4.9.1] Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug c/59855] Support sparse-style __attribute__((designated_init)) on structures, requiring designated initializers

2014-07-30 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59855 Tom Tromey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/59855] Support sparse-style __attribute__((designated_init)) on structures, requiring designated initializers

2014-07-30 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59855 --- Comment #3 from Tom Tromey --- Author: tromey Date: Wed Jul 30 15:02:59 2014 New Revision: 213293 URL: https://gcc.gnu.org/viewcvs?rev=213293&root=gcc&view=rev Log: 2014-07-30 Tom Tromey PR c/59855 * doc/invoke.texi (Warning Opti

[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #6 from H.J. Lu --- How is GCC configured for i386-pc-solaris2.10? i386 won't use SSE instructions by default.

[Bug tree-optimization/61964] [4.8 regression] krb5 database propagation enters infinite loop; reduced test case

2014-07-30 Thread ghudson at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 ghudson at mit dot edu changed: What|Removed |Added CC||ghudson at mit dot edu --- Comme

[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #5 from Richard Biener --- Reduced testcase, compile with -m32 -msse -O2 -fno-omit-frame-pointer (works on a x86_64-linux host, no 32bit host available right now): struct md5_ctx { unsigned int A; unsigned int B; unsigned int C

[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 Richard Biener changed: What|Removed |Added CC||hjl.tools at gmail dot com Com

[Bug c/61965] New: [gcc-4.8.2] ICE:in compute_affine_dependence (at tree-data-ref.c:4170)

2014-07-30 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61965 Bug ID: 61965 Summary: [gcc-4.8.2] ICE:in compute_affine_dependence (at tree-data-ref.c:4170) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/61639] GCC 4.7.4 can't longer compile clang

2014-07-30 Thread jfeltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61639 John Feltz changed: What|Removed |Added CC||jfeltz at gmail dot com --- Comment #4 from

[Bug tree-optimization/61964] [4.8 regression] krb5 database propagation enters infinite loop; reduced test case

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 Richard Biener changed: What|Removed |Added Known to work|4.7.4, 4.9.0| Known to fail|4.8.3

[Bug tree-optimization/61964] New: [4.8 regression] krb5 database propagation enters infinite loop; reduced test case

2014-07-30 Thread andersk at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 Bug ID: 61964 Summary: [4.8 regression] krb5 database propagation enters infinite loop; reduced test case Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severi

[Bug middle-end/61950] [4.10 regression] Many 64-bit fortran allocate tests FAIL

2014-07-30 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61950 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from Richard Biener --- [...] > So I wonder whether it rather is libgfortran that is miscompiled? Can you > check running the testcases against an older version? After

[Bug middle-end/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Richard Biener --- > it's odd that stage2 is not affected... can you provide preprocessed source I lied: if you generate the .gch file with the stage2 cc1, both s

[Bug middle-end/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #3 from Rainer Orth --- Created attachment 33213 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33213&action=edit preprocessed libiberty/md5.c

[Bug other/61963] New: CilkPlus Array Notation ICE in build_array_notation_ref on malformed function arguments.

2014-07-30 Thread nick.tomlinson at arm dot com
ditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ ${GCC_TRUNK}/bin/g++ --version g++ (GCC) 4.10.0 20140730 (experimental) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[Bug target/52268] native tls support should be added for darwin11

2014-07-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52268 --- Comment #12 from Eric Gallager --- (In reply to Jeremy Huddleston Sequoia from comment #10) > Ah, gotcha. In that case, please retitle as well to indicate such. Prior to > gcc-4.5, even support via emutls was not available on darwin, so some

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-30 Thread nick.tomlinson at arm dot com
oftware Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > $ ${GCC_TRUNK}/bin/g++ --version > g++ (GCC) 4.10.0 20140730 (experimental) > Copyrig

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-30 Thread nick.tomlinson at arm dot com
ersion g++ (GCC) 4.10.0 20140730 (experimental) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[Bug other/59053] cilkplus branch compiler loops

2014-07-30 Thread nick.tomlinson at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Nick Tomlinson changed: What|Removed |Added CC||nick.tomlinson at arm dot com --- Comme

[Bug other/61962] New: GCC seems to enter an infinite loop when compiling the above code.

2014-07-30 Thread nick.tomlinson at arm dot com
g++ (GCC) 4.9.1 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ ${GCC_TRUNK}/bin/g++ --version g++ (GCC) 4.10.0 20140730 (experimental) C

[Bug c++/61961] New: New warning when initializer-list constructor chosen for uniform init that doesn't mean to use initializer_list

2014-07-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61961 Bug ID: 61961 Summary: New warning when initializer-list constructor chosen for uniform init that doesn't mean to use initializer_list Product: gcc Version: 4.10.

[Bug middle-end/61950] [4.10 regression] Many 64-bit fortran allocate tests FAIL

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61950 Richard Biener changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #2 from Richard Bie

[Bug middle-end/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/61960] New: internal compiler error: in gfc_conv_component_ref

2014-07-30 Thread geertjan.bex at uhasselt dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61960 Bug ID: 61960 Summary: internal compiler error: in gfc_conv_component_ref Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug middle-end/61950] [4.10 regression] Many 64-bit fortran allocate tests FAIL

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61950 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/61330] [4.10 Regression] Thumb ICE for case 920507-1.c

2014-07-30 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61330 --- Comment #6 from wangzheyu --- Posted a possible fix for this bug: https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01938.html

[Bug tree-optimization/61938] Vectorization not happening .

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61938 --- Comment #5 from Richard Biener --- The test from comment #3 has exactly the same issue - the store to result[k] cannot be vectorized in any meaningful way.

[Bug c++/61959] [4.8/4.9/4.10 Regression] ICE: in tree_to_uhwi, at tree.h:3657 when building Mozilla code

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61959 Richard Biener changed: What|Removed |Added Component|middle-end |c++ --- Comment #6 from Richard Biener

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

2014-07-30 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 --- Comment #29 from Jan Hubicka --- Created attachment 33209 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33209&action=edit patch I am testing Sorry for taking so long on this issue - I had busy time and there is no really good answer t

[Bug ipa/61885] [4.10 Regression] ICE: in types_same_for_odr, at ipa-devirt.c:383 with LTO

2014-07-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61885 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---