[Bug sanitizer/57316] [4.8 regression] build failure in libsanitizer

2014-01-23 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316 --- Comment #20 from Paul H. Hargrove --- (In reply to Yury Gribov from comment #19) > Paul, could you check if libsanitizer is now auto-disabled on your system > and close the bug in that case? Probably can't get to this until next week. However

[Bug c++/59922] -finstrument-functions emit false warning "control reaches end of non-void function"

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59922 --- Comment #2 from Andrew Pinski --- Related to bug 20681.

[Bug c++/52676] bogus warning: control reaches end of non-void function

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52676 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/33752] gcc forgets about noreturn in destructors

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33752 Andrew Pinski changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comment

[Bug c++/33752] gcc forgets about noreturn in destructors

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33752 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug tree-optimization/59932] spurious undefined behavior warning on valid code

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59932 --- Comment #3 from Andrew Pinski --- (In reply to Zhendong Su from comment #2) > (In reply to Andrew Pinski from comment #1) > > I don't see why you think this is not undefined behavior. > > If p1 starts at 1, it cannot turn into 0 as p1++ overfl

[Bug target/59929] [4.8/4.9 regression] -mno-accumulate-outgoing-args doesn't work with x32

2014-01-23 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59929 --- Comment #4 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Jan 24 03:38:10 2014 New Revision: 207023 URL: http://gcc.gnu.org/viewcvs?rev=207023&root=gcc&view=rev Log: Get stack adjustment from push operand in pushsf splitter pushsf for

[Bug tree-optimization/59932] spurious undefined behavior warning on valid code

2014-01-23 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59932 --- Comment #2 from Zhendong Su --- (In reply to Andrew Pinski from comment #1) > I don't see why you think this is not undefined behavior. > If p1 starts at 1, it cannot turn into 0 as p1++ overflows during the > 2147483646th iteration. Andrew,

[Bug tree-optimization/59932] spurious undefined behavior warning on valid code

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59932 --- Comment #1 from Andrew Pinski --- I don't see why you think this is not undefined behavior. If p1 starts at 1, it cannot turn into 0 as p1++ overflows during the 2147483646th iteration.

[Bug tree-optimization/59932] New: spurious undefined behavior warning on valid code

2014-01-23 Thread su at cs dot ucdavis.edu
-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140123 (experimental) [trunk revision 206958] (GCC) $ $ gcc-trunk -O1 small.c; a.out $ gcc

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 Michael Meissner changed: What|Removed |Added Attachment #31923|0 |1 is obsolete|

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 --- Comment #7 from Michael Meissner --- Created attachment 31942 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31942&action=edit ChangeLog message for changes

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 Michael Meissner changed: What|Removed |Added Attachment #31922|0 |1 is obsolete|

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 --- Comment #4 from Michael Meissner --- Author: meissner Date: Fri Jan 24 02:31:36 2014 New Revision: 207022 URL: http://gcc.gnu.org/viewcvs?rev=207022&root=gcc&view=rev Log: [gcc] 2014-01-23 Michael Meissner PR target/59909 * doc/in

[Bug target/59909] Quad memory bootstrap issues on little endian powerpc64 power8 systems

2014-01-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59909 --- Comment #3 from Michael Meissner --- Author: meissner Date: Fri Jan 24 01:56:48 2014 New Revision: 207020 URL: http://gcc.gnu.org/viewcvs?rev=207020&root=gcc&view=rev Log: [gcc] 2014-01-23 Michael Meissner PR target/59909 * doc/in

[Bug c++/59931] Wrong wording of diagnostic about imaginary "member function type"

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59931 --- Comment #1 from Jonathan Wakely --- (In reply to frankhb1989 from comment #0) > The member 'C::f' here should have type 'void ()'(if it makes > sense), I don't think so, that would produce an even worse diagnostic if you tried to convert 't'

[Bug c++/59931] New: Wrong wording of diagnostic about imaginary "member function type"

2014-01-23 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59931 Bug ID: 59931 Summary: Wrong wording of diagnostic about imaginary "member function type" Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor

[Bug c++/59930] New: template friend declarations, namespaces, and explicit instantiations don't mix

2014-01-23 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Bug ID: 59930 Summary: template friend declarations, namespaces, and explicit instantiations don't mix Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug target/59929] [4.8/4.9 regression] -mno-accumulate-outgoing-args doesn't work with x32

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

[Bug middle-end/59448] Code generation doesn't respect C11 address-dependency

2014-01-23 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 torvald at gcc dot gnu.org changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Co

[Bug c++/59926] Remove temporary move constructor before move assignment

2014-01-23 Thread arnoux123 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 --- Comment #2 from Patrick Arnoux --- (In reply to Jonathan Wakely from comment #1) > This looks like PR 57176 Thank you for the reference to PR 57676. Delving into this a bit further, I found the following: Derived f(Derived d) { return (d) ;

[Bug other/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #3 from Kai Tietz --- (In reply to Jakub Jelinek from comment #2) >0x14cdc97 add_file_to_cache_tab >/home/marek/src/gcc/gcc/input.c:296 > > That's unrelated segfault, > http://gcc.gnu.org/ml/gcc-patches/2014-01/msg0151

[Bug target/59929] [4.8/4.9 regression] -mno-accumulate-outgoing-args doesn't work with x32

2014-01-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59929 --- Comment #2 from H.J. Lu --- Add -maddress-mode=long fixes the problem.

[Bug target/59929] [4.8/4.9 regression] -mno-accumulate-outgoing-args doesn't work with x32

2014-01-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59929 H.J. Lu changed: What|Removed |Added Summary|-mno-accumulate-outgoing-ar |[4.8/4.9 regression] |gs does

[Bug target/59929] New: -mno-accumulate-outgoing-args doesn't work with x32

2014-01-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59929 Bug ID: 59929 Summary: -mno-accumulate-outgoing-args doesn't work with x32 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/59928] Possible incorrect warning "comparison is always false due to limited range of data type"

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59928 --- Comment #2 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #1) > That would be undefined behavior. So, the warning is correct. More than that, the promotion is defined to be to 0 or 1 and anything else is undefined.

[Bug c++/59928] Possible incorrect warning "comparison is always false due to limited range of data type"

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59928 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

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

[Bug c/59846] Imprecise column number for -Wtype-limits

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

[Bug c/59846] Imprecise column number for -Wtype-limits

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59846 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Thu Jan 23 21:01:08 2014 New Revision: 207008 URL: http://gcc.gnu.org/viewcvs?rev=207008&root=gcc&view=rev Log: PR c/59846 c-family/ * c-common.c (shorten_compare): Add location

[Bug c++/59928] New: Possible incorrect warning "comparison is always false due to limited range of data type"

2014-01-23 Thread igtrnt at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59928 Bug ID: 59928 Summary: Possible incorrect warning "comparison is always false due to limited range of data type" Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug other/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/59733] [4.9 Regression] bootstrap-asan failed to bootstrap

2014-01-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59733 --- Comment #8 from H.J. Lu --- (In reply to Jakub Jelinek from comment #7) > Can't reproduce this, at least not if I use sufficiently lower make -jN > factor (used -j2). With that > ../configure --enable-languages=c,c++,fortran,java,lto,objc,obj

[Bug other/59927] New: [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Bug ID: 59927 Summary: [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it Product: gcc

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #14 from Jakub Jelinek --- Oh, one more thing, supposedly I could have left the thumb2_emit_strd_push and arm_emit_strd_push functions unmodified, because the addition of extra low registers to live_reg_mask is guarded with optimize_si

[Bug rtl-optimization/59915] [4.9 Regression] LRA ICE - Repeated looping over subreg reloads (gcc.c-torture/compile/simd-3.c)

2014-01-23 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59915 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #13 from Jakub Jelinek --- (In reply to Ryan Mansfield from comment #12) > /home/ryan/gnu/gcc/trunk/arm-eabi/./gcc/xgcc > -B/home/ryan/gnu/gcc/trunk/arm-eabi/./gcc/ > -B/home/ryan/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnu

[Bug rtl-optimization/59915] [4.9 Regression] LRA ICE - Repeated looping over subreg reloads (gcc.c-torture/compile/simd-3.c)

2014-01-23 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59915 --- Comment #2 from Vladimir Makarov --- Author: vmakarov Date: Thu Jan 23 20:06:28 2014 New Revision: 207007 URL: http://gcc.gnu.org/viewcvs?rev=207007&root=gcc&view=rev Log: 2014-01-23 Vladimir Makarov PR regression/59915 * lra-cons

[Bug other/59920] [4.9 Regression] build doesn't terminate (at least after an hour)

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59920 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milesto

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/59733] [4.9 Regression] bootstrap-asan failed to bootstrap

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59733 --- Comment #7 from Jakub Jelinek --- Can't reproduce this, at least not if I use sufficiently lower make -jN factor (used -j2). With that ../configure --enable-languages=c,c++,fortran,java,lto,objc,obj-c++,go --with-build-config=bootstrap-asan -

[Bug other/59924] [4.9 Regression] uninit memory hog

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59924 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #24 from Dâniel Fraga --- (In reply to Jakub Jelinek from comment #23) > gettext Makefile has: > # We must not install the libintl.h/libintl.a files if we are on a > # system which has the GNU gettext() function in its C library or in

[Bug c/58346] ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affecting trunk, 4.8, 4.7, and 4.6)

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58346 --- Comment #13 from Marek Polacek --- Author: mpolacek Date: Thu Jan 23 19:18:49 2014 New Revision: 207004 URL: http://gcc.gnu.org/viewcvs?rev=207004&root=gcc&view=rev Log: PR c/58346 c-family/ * c-common.c (pointer_to_zero_sized_aggr_p)

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #23

[Bug c/59871] [4.7/4.8/4.9 Regression] No unused value warning for comma expression

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

[Bug c/59871] [4.7/4.8/4.9 Regression] No unused value warning for comma expression

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59871 --- Comment #7 from Marek Polacek --- Author: mpolacek Date: Thu Jan 23 19:04:29 2014 New Revision: 207002 URL: http://gcc.gnu.org/viewcvs?rev=207002&root=gcc&view=rev Log: PR c/59871 c/ * c-typeck.c (build_compound_expr): Warn even for r

[Bug c++/55189] enable -Wreturn-type by default

2014-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55189 --- Comment #7 from Jason Merrill --- Author: jason Date: Thu Jan 23 18:54:08 2014 New Revision: 207001 URL: http://gcc.gnu.org/viewcvs?rev=207001&root=gcc&view=rev Log: PR c++/55189 * cp-tree.h (struct language_function): Add infinite_lo

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #22 from Dâniel Fraga --- (In reply to Jonathan Wakely from comment #21) > OK, configuring GNU gettext with --with-included-gettext creates > /usr/local/include/libintl.h ... but why would you do that on GNU/Linux when > glibc provides

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #21 from Jonathan Wakely --- OK, configuring GNU gettext with --with-included-gettext creates /usr/local/include/libintl.h ... but why would you do that on GNU/Linux when glibc provides it? I'm tempted to say doing that is user error

[Bug c++/59922] -finstrument-functions emit false warning "control reaches end of non-void function"

2014-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59922 --- Comment #1 from Andrew Pinski --- There is another bug about a similar thing but with constructors/deconstructors. -finstrument-functions inserts try/finally blocks in the code and the dead code is not removed before hand so the warning mechan

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #20 from Jonathan Wakely --- I've installed gettext, and it doesn't install its own libintl.h, so I don't know how your LFS system is built but I still can't reproduce the problem.

[Bug c++/59926] Remove temporary move constructor before move assignment

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 --- Comment #1 from Jonathan Wakely --- This looks like PR 57176

[Bug c++/59926] New: Remove temporary move constructor before move assignment

2014-01-23 Thread arnoux123 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 Bug ID: 59926 Summary: Remove temporary move constructor before move assignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement

[Bug target/59691] cilk-plus run failures on non-sse processors

2014-01-23 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691 --- Comment #6 from Balaji V. Iyer --- Hi Jeff, Andrew and Bernd, Can you please try out the "possible fix" and see if that works for you? Thanks, Balaji V. Iyer.

[Bug target/59691] cilk-plus run failures on non-sse processors

2014-01-23 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691 --- Comment #5 from Balaji V. Iyer --- Created attachment 31938 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31938&action=edit Possible Fix. Possible fix.

[Bug bootstrap/59913] [4.9 Regresion] bootstrap failure on arm-linux-gnueabihf

2014-01-23 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59913 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at redhat dot com -

[Bug other/59920] [4.9 Regression] build doesn't terminate (at least after an hour)

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59920 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #12 from Ryan Mansfield --- /home/ryan/gnu/gcc/trunk/arm-eabi/./gcc/xgcc -B/home/ryan/gnu/gcc/trunk/arm-eabi/./gcc/ -B/home/ryan/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/ryan/x-tools/arm-unknown-linux-gn

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread rmansfield at qnx dot com
ers=gnu --enable-c99 --enable-long-long --enable-target-optspace target_alias=arm-unknown-linux-gnueabi --enable-languages=c++ --disable-shared --disable-libmudflap --disable-libssp --enable-checking Thread model: posix gcc version 4.9.0 20140123 (experimental) [trunk revision 206976] (GCC)

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #10 from Jakub Jelinek --- (In reply to Ryan Mansfield from comment #9) > (In reply to Jakub Jelinek from comment #8) > > Created attachment 31934 [details] > > gcc49-pr59575.patch > > > > Untested fix. Can somebody please test it? >

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #9 from Ryan Mansfield --- (In reply to Jakub Jelinek from comment #8) > Created attachment 31934 [details] > gcc49-pr59575.patch > > Untested fix. Can somebody please test it? The attached patch fixes the original ICE but introduce

[Bug libstdc++/59872] [4.9 Regression] Cannot move std::map with move-only mapped_type

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59872 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/59866] gccgo gc work buffer is misaligned

2014-01-23 Thread dev.ma.dma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59866 --- Comment #4 from Dev --- Thank you for your quick patch. It works after apply together with another patch "http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01445.html";, which seems to be provided by you. Good work. My target is 32bits i686. I use

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Jeffrey A. Law changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |law at redhat dot com --- Comment

[Bug libstdc++/59872] [4.9 Regression] Cannot move std::map with move-only mapped_type

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59872 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Thu Jan 23 17:17:04 2014 New Revision: 206994 URL: http://gcc.gnu.org/viewcvs?rev=206994&root=gcc&view=rev Log: PR libstdc++/59872 * include/bits/stl_map.h (map::operator=(map&&))

[Bug c++/59329] Using `assert(...)` is not allowed in constexpr functions

2014-01-23 Thread lucdanton at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59329 lucdanton at free dot fr changed: What|Removed |Added CC||lucdanton at free dot fr --- Co

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-23 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 Martin Husemann changed: What|Removed |Added CC||martin at netbsd dot org --- Comment #8

[Bug lto/59925] [4.9 Regression] link failure in python2.7 build with -flto and -fprofile-use -fprofile-correction enabled

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

[Bug lto/59925] [4.9 Regression] link failure in python2.7 build with -flto and -fprofile-use -fprofile-correction enabled

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59925 --- Comment #1 from Matthias Klose --- same with python3.3

[Bug lto/59925] New: [4.9 Regression] link failure in python2.7 build with -flto and -fprofile-use -fprofile-correction enabled

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59925 Bug ID: 59925 Summary: [4.9 Regression] link failure in python2.7 build with -flto and -fprofile-use -fprofile-correction enabled Product: gcc Version: 4.9.0 Status: UNCON

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #4 fro

[Bug c/59825] Many cilkplus test failures

2014-01-23 Thread bviyer at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59825 --- Comment #6 from bviyer at gcc dot gnu.org --- Author: bviyer Date: Thu Jan 23 17:00:53 2014 New Revision: 206991 URL: http://gcc.gnu.org/viewcvs?rev=206991&root=gcc&view=rev Log: Fix for PR c/59825. 2014-01-23 Balaji V. Iyer PR c/5

[Bug middle-end/59917] [4.9 Regression] ICE in calc_dfs_tree, at dominance.c:401

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59917 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug other/59924] New: [4.9 Regression] memory hog / build failure with -Wformat -Werror=format-security

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59924 Bug ID: 59924 Summary: [4.9 Regression] memory hog / build failure with -Wformat -Werror=format-security Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity

[Bug c++/58980] [4.7/4.8/4.9 Regression] ICE with invalid enum declaration

2014-01-23 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58980 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Jan 23 16:31:52 2014 New Revision: 206979 URL: http://gcc.gnu.org/viewcvs?rev=206979&root=gcc&view=rev Log: /cp 2014-01-23 Paolo Carlini PR c++/58980 * parser.c

[Bug c++/58980] [4.7/4.8 Regression] ICE with invalid enum declaration

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

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 --- Comment #4 from Marc Glisse --- (In reply to Markus Trippelsdorf from comment #2) > A bit further reduced: I want to play! ;-) struct E { ~E(); virtual void f() const; }; struct B : E {}; struct G : virtual B {}; struct A { virtual ~A(

[Bug regression/59923] New: [4.9 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 with -mcpu=cortex-a15 -mthumb -O2 -fvisibility=hidden -g

2014-01-23 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59923 Bug ID: 59923 Summary: [4.9 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 with -mcpu=cortex-a15 -mthumb -O2 -fvisibility=hidden -g Product: gcc

[Bug rtl-optimization/59915] [4.9 Regression] LRA ICE - Repeated looping over subreg reloads (gcc.c-torture/compile/simd-3.c)

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59915 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Compone

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug c++/59922] New: -finstrument-functions emit false warning "control reaches end of non-void function"

2014-01-23 Thread alex at alemate dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59922 Bug ID: 59922 Summary: -finstrument-functions emit false warning "control reaches end of non-void function" Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 --- Comment #2 from Marek Polacek --- More reduced: typedef int jmp_buf[10]; struct S { int i; jmp_buf buf; }; void setjmp (jmp_buf); void foo (int *); __attribute__ ((__noreturn__, __nonnull__)) void bar (struct S *); void baz (struct S *p

[Bug c++/59921] New: Variable names should be ignored when qualified name lookup is applied to nested name specifier

2014-01-23 Thread kariya_mitsuru at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59921 Bug ID: 59921 Summary: Variable names should be ignored when qualified name lookup is applied to nested name specifier Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #7 from Jakub Jelinek --- Actually, it seems like the code can push up to 8 of the dummy regs and 4 of them are call saved (but they can be just unused in the function and thus still saved as dummy regs and not restored in the epilogue

[Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #8 from Jakub Jelinek --- Created attachment 31934 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31934&action=edit gcc49-pr59575.patch Untested fix. Can somebody please test it?

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 --- Comment #2 from Markus Trippelsdorf --- A bit further reduced: class NameValuePairs { public: ~NameValuePairs(); virtual bool m_fn1(const char *, const int &p2, void *) const; }; class B : NameValuePairs {}; class F : virtual public B {};

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Marek Polacek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug other/59920] New: [4.9 Regression] build doesn't terminate (at least after an hour)

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59920 Bug ID: 59920 Summary: [4.9 Regression] build doesn't terminate (at least after an hour) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/59919] [4.9 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/57316] [4.8/4.9 regression] build failure in libsanitizer

2014-01-23 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316 --- Comment #19 from Yury Gribov --- Paul, could you check if libsanitizer is now auto-disabled on your system and close the bug in that case?

[Bug sanitizer/57316] [4.8/4.9 regression] build failure in libsanitizer

2014-01-23 Thread ygribov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316 --- Comment #18 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Jan 23 14:32:05 2014 New Revision: 206966 URL: http://gcc.gnu.org/viewcvs?rev=206966&root=gcc&view=rev Log: 2014-01-23 Yury Gribov Jakub Jelinek PR san

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/59846] Imprecise column number for -Wtype-limits

2014-01-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59846 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/59919] New: [4.7 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59919 Bug ID: 59919 Summary: [4.7 Regression] ICE in process_assert_insertions_for, at tree-vrp.c:6096 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/59918] New: [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-01-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 Bug ID: 59918 Summary: [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

  1   2   >