[Bug ipa/58398] [4.9 Regression] gcc.dg/attr-ifunc-4.c runfail regression after r202111

2013-09-17 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58398 --- Comment #6 from Bernd Edlinger bernd.edlinger at hotmail dot de --- OK, this patch was posted at: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01260.html

[Bug other/58441] New: VTV headers are installed into the general include directory

2013-09-17 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 Bug ID: 58441 Summary: VTV headers are installed into the general include directory Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: minor

[Bug other/58441] VTV headers are installed into the general include directory

2013-09-17 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 Dmitry Gorbachev d.g.gorbachev at gmail dot com changed: What|Removed |Added CC||cmtice

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-17 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #3 from Martin Husemann martin at netbsd dot org --- Of course I do not mind fixing gas, but the whole point of the D formatting code is to work around this assembler bug, and while this might be mostly irrelevant nowadays, isn't gcc

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-17 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #4 from Jan-Benedict Glaw jbg...@lug-owl.de --- You're quite right, Martin! It's a simple fix on the GCC side working around a buggy gas, and it would also work with a fixed gas. However, gas isn't too simple to fix, at least not with

[Bug tree-optimization/58432] [4.9 Regression] ICE: in insert_value_copy_on_edge, at tree-outof-ssa.c:233

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58432 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Sep 17 07:47:49 2013 New Revision: 202644 URL: http://gcc.gnu.org/viewcvs?rev=202644root=gccview=rev Log: 2013-09-17 Richard Biener rguent...@suse.de

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/58432] [4.9 Regression] ICE: in insert_value_copy_on_edge, at tree-outof-ssa.c:233

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58432 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ipa/58332] [4.9 Regression] error: inlined_to pointer is set but no predecessors found

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.4

[Bug middle-end/58418] [4.9 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 32-bit mode)

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58418 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread chris at bubblescope dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #7 from Chris Jefferson chris at bubblescope dot net --- I will look at this next week. Quicksorts are always suboptimal for mostly sorted (forwards or backwards) data, and it would be nice to fix that.

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #8 from Paolo Carlini paolo.carlini at oracle dot com --- Thanks Chris. Note that, according at least to the Dup bug, some slow down is noticeable in other less special cases too.

[Bug tree-optimization/58417] Incorrect optimization in SCEV const-prop

2013-09-17 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58417 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- So we want the evolution of sum_11 in the following loop (for a use on the exit edge): # i_18 = PHI i_13(4), 1(2) # sum_19 = PHI sum_11(4), 0(2) # prevsum_21 = PHI

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2013-09-17 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 --- Comment #3 from Marc Glisse glisse at gcc dot gnu.org --- Author: glisse Date: Tue Sep 17 12:23:54 2013 New Revision: 202650 URL: http://gcc.gnu.org/viewcvs?rev=202650root=gccview=rev Log: 2013-09-17 Marc Glisse marc.gli...@inria.fr PR

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-09-17 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 --- Comment #10 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Sep 17 13:29:41 2013 New Revision: 202652 URL: http://gcc.gnu.org/viewcvs?rev=202652root=gccview=rev Log: [gcc/] 2013-09-17 Kyrylo Tkachov kyrylo.tkac...@arm.com

[Bug tree-optimization/58359] __builtin_unreachable prevents vectorization

2013-09-17 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58359 --- Comment #2 from Marc Glisse glisse at gcc dot gnu.org --- Another optimization prevented by __builtin_unreachable: extern void f(); void g(int i){ if(i0){ f(); __builtin_unreachable(); } } misses that f is a tail call and

[Bug target/58442] New: bootstrapping vax crashes on NetBSD

2013-09-17 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442 Bug ID: 58442 Summary: bootstrapping vax crashes on NetBSD Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/58442] bootstrapping vax crashes on NetBSD

2013-09-17 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442 --- Comment #1 from Martin Husemann martin at netbsd dot org --- (gdb) x/i 0x0092cdb0 = 0x92cdb0 recog_1(rtx, rtx, int*)+950: movb 0x14(r0),r0 (gdb) info reg r0 0x4 4 r1 0x8 8 r2 0x0 0 r3

[Bug sanitizer/58443] ubsan doesn't properly honor fsanitize= flags

2013-09-17 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58443 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug sanitizer/58443] New: ubsan doesn't properly honor fsanitize= flags

2013-09-17 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58443 Bug ID: 58443 Summary: ubsan doesn't properly honor fsanitize= flags Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-09-17 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-09-17 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 --- Comment #11 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Sep 17 13:59:42 2013 New Revision: 202653 URL: http://gcc.gnu.org/viewcvs?rev=202653root=gccview=rev Log: [gcc/] 2013-09-17 Kyrylo Tkachov kyrylo.tkac...@arm.com

[Bug tree-optimization/58444] New: [4.9 regression] Runfail on spec2006/434.zeusmp after r202516.

2013-09-17 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58444 Bug ID: 58444 Summary: [4.9 regression] Runfail on spec2006/434.zeusmp after r202516. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/58084] [4.9 Regression] FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58084 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #11 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Tue Sep 17 15:46:06 2013 New Revision: 202657 URL: http://gcc.gnu.org/viewcvs?rev=202657root=gccview=rev Log: PR middle-end/58329 * ipa-devirt.c

[Bug plugins/58445] New: dragonegg needs plugin/include/config/i386/stringop.def and plugin/include/config/i386/x86-tune.def installed

2013-09-17 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58445 Bug ID: 58445 Summary: dragonegg needs plugin/include/config/i386/stringop.def and plugin/include/config/i386/x86-tune.def installed Product: gcc Version: 4.9.0

[Bug ipa/58398] [4.9 Regression] gcc.dg/attr-ifunc-4.c runfail regression after r202111

2013-09-17 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58398 --- Comment #7 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Tue Sep 17 14:51:06 2013 New Revision: 202655 URL: http://gcc.gnu.org/viewcvs?rev=202655root=gccview=rev Log: 2013-09-17 Bernd Edlinger bernd.edlin...@hotmail.de

[Bug target/58446] New: Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 Bug ID: 58446 Summary: Support for musl libc Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee:

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #1 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30830 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30830action=edit Fix for gomp to specify _POSIX_SOURCE requirements

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #2 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30831 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30831action=edit gcc_cv_target_dl_iterate_phdr=yes on musl (note that due to a bug in making

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #3 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30832 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30832action=edit libssp support for musl

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread jmbnyc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #10 from Jeffrey M. Birnbaum jmbnyc at gmail dot com --- Tammy, Something must have been in the air because your timestamp on the bug submission means that right at the time you were reporting the bug I was actively looking into why I

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #6 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30835 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30835action=edit mips support for musl

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #5 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30834 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30834action=edit arm support for musl

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #8 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30837 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30837action=edit aarch64 support for musl

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #7 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30836 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30836action=edit powerpc support for musl

[Bug target/58446] Support for musl libc

2013-09-17 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 Rich Felker bugdal at aerifal dot cx changed: What|Removed |Added CC||bugdal at aerifal

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread tammy at Cadence dot COM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #11 from Tammy Hsu tammy at Cadence dot COM --- Jeffrey, It's weird indeed. We are still using gcc445 for our production releases and are in the process of evaluating gcc481/gcc473. The performance tests show slowness in some

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread tammy at Cadence dot COM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #9 from Tammy Hsu tammy at Cadence dot COM --- Marc/Paolo/Chris, Thanks a lot for your help. It's awesome to see so many activities within hours after submitting the bug. Thanks, Tammy

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #4 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Created attachment 30833 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30833action=edit x86/x86_64 support for musl

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-17 Thread cmtice at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 --- Comment #3 from Caroline Tice cmtice at google dot com --- Could you be a little more specific please? What header are you seeing where?

[Bug tree-optimization/58447] New: ICE: verify_gimple failed tree-cfg.c:4819

2013-09-17 Thread dimhen at gmail dot com
,tree --enable-languages=c,c++,lto --enable-plugin --with-tune=native --with-arch=native --enable-version-specific-runtime-libs Thread model: posix gcc version 4.9.0 20130917 (experimental) [trunk revision 202642] (GCC) $ g++ -fpreprocessed -O3 -c SmallVectorTest.ii SmallVectorTest.ii: In member

[Bug target/58442] bootstrapping vax crashes on NetBSD

2013-09-17 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442 --- Comment #2 from Jan-Benedict Glaw jbg...@lug-owl.de --- So r0 is waay off. As we're far into the function (950) and fiddling with r0, I guess this is the final part, preparing to return from here. An assembler dump of the whole function would

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #12 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Tue Sep 17 16:07:21 2013 New Revision: 202658 URL: http://gcc.gnu.org/viewcvs?rev=202658root=gccview=rev Log: PR middle-end/58329 * ipa-devirt.c

[Bug tree-optimization/58380] [4.9 Regression] ice in fold_comparison

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58380 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ipa/58332] [4.9 Regression] error: inlined_to pointer is set but no predecessors found

2013-09-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332 --- Comment #3 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Tue Sep 17 17:45:00 2013 New Revision: 202661 URL: http://gcc.gnu.org/viewcvs?rev=202661root=gccview=rev Log: PR middle-end/58332 *

[Bug middle-end/58387] [4.9 Regression] wrong code at -Os and above on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58387 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/58437] [4.7/4.8/4.9 Regression] Sorting value in reverse order is much slower compare to gcc44

2013-09-17 Thread jmbnyc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58437 --- Comment #12 from Jeffrey M. Birnbaum jmbnyc at gmail dot com --- Tammy, We tested gcc 4.7.2, 4.6.2 and 4.4.3/5 (the bug is not in either 4.4.3/5). I have gcc 4.8.1 on my laptop but have not tried it yet. I confirmed the issue by compiling my

[Bug c++/58449] New: templated cast operator and failed template deduction on copy-construction via assign operator

2013-09-17 Thread forestshade at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58449 Bug ID: 58449 Summary: templated cast operator and failed template deduction on copy-construction via assign operator Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug c++/58448] New: ICE on invalid: tree_class_check_failed

2013-09-17 Thread dimhen at gmail dot com
/src/gcc_current/configure --prefix=/usr/local/gcc_current --with-multilib-list=m64 --enable-checking=yes,df,fold,rtl,tree --enable-languages=c,c++,lto --enable-plugin --with-tune=native --with-arch=native --enable-version-specific-runtime-libs Thread model: posix gcc version 4.9.0 20130917

[Bug c++/58435] Applying a type transformation to a list: const ignored

2013-09-17 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58435 --- Comment #5 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Tue Sep 17 17:46:03 2013 New Revision: 202662 URL: http://gcc.gnu.org/viewcvs?rev=202662root=gccview=rev Log: /cp 2013-09-17 Paolo Carlini

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2013-09-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords|

[Bug rtl-optimization/47521] Unnecessary usage of edx register

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47521 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/58350] libvtv/testsuite: Makefile:369: *** missing separator. Stop.

2013-09-17 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58350 Dmitry G. Dyachenko dimhen at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/58435] Applying a type transformation to a list: const ignored

2013-09-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58435 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-17 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 --- Comment #4 from Dmitry Gorbachev d.g.gorbachev at gmail dot com --- vtv_fail.h, vtv_malloc.h, vtv_map.h, vtv_rts.h, vtv_set.h, vtv_utils.h are installed to /usr/local/include. GCC is configured with --enable-version-specific-runtime-libs (and

[Bug target/35455] [4.7/4.8/4.9 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35455 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||segher at kernel

[Bug target/58446] Support for musl libc

2013-09-17 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #10 from joseph at codesourcery dot com joseph at codesourcery dot com --- On Tue, 17 Sep 2013, gcc-bug-espfv4bhi9 at gregor dot im wrote: libssp.diff: Support for libcs which provide libssp functions in libc (of which musl is

[Bug target/58450] New: -fno-trapping-math causes decrease in performance

2013-09-17 Thread ylow at graphlab dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58450 Bug ID: 58450 Summary: -fno-trapping-math causes decrease in performance Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/58446] Support for musl libc

2013-09-17 Thread gcc-bug-espfv4bhi9 at gregor dot im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 --- Comment #11 from Gregor Richards gcc-bug-espfv4bhi9 at gregor dot im --- Aha. I didn't realize such a setting already existed; I'll test and update my patch later today to use the existing mechanism. Thanks for the info.

[Bug debug/39766] internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:12179

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39766 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/19794] [meta-bug] Jump threading related bugs

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19794 Bug 19794 depends on bug 23622, which changed state. Bug 23622 Summary: Dom jump threading at -O1 confuses branch prediction http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23622 What|Removed |Added

[Bug tree-optimization/23622] Dom jump threading at -O1 confuses branch prediction

2013-09-17 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23622 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/58450] -fno-trapping-math causes decrease in performance

2013-09-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58450 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug target/58450] -fno-trapping-math causes decrease in performance

2013-09-17 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58450 --- Comment #1 from Marc Glisse glisse at gcc dot gnu.org --- I do see this time difference with 4.7 and 4.8 (didn't try to analyze), but not with 4.9 which seems fine.

[Bug ipa/58332] [4.9 Regression] error: inlined_to pointer is set but no predecessors found

2013-09-17 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332 --- Comment #4 from Jan Smets jan.sm...@alcatel-lucent.com --- Verified

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2013-09-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Target Milestone|--- |4.9.0 ---

[Bug tree-optimization/58451] New: ICE with segfault at -O3 on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2013-09-17 Thread su at cs dot ucdavis.edu
++,fortran,lto --with-gmp=/usr/local/gcc-trunk --with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130917 (experimental) [trunk revision 202643] (GCC) $ gcc-trunk -O2 -c small.c $ gcc-4.8

[Bug c++/58449] templated cast operator and failed template deduction on copy initialization

2013-09-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58449 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/58452] New: GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case

2013-09-17 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58452 Bug ID: 58452 Summary: GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/58452] GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case

2013-09-17 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58452 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/58452] GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case

2013-09-17 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58452 --- Comment #1 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 30839 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30839action=edit Example the shows the problem

[Bug target/58452] GCC 4.8 and trunk do not compile simple powerpc-linuxpaired -O3 case

2013-09-17 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58452 --- Comment #2 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 30840 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30840action=edit Proposed patch that fixes the problem

[Bug tree-optimization/58453] New: Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-17 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 Bug ID: 58453 Summary: Revision 202431 results in miscompare for CPU2006 434.zeusmp Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/58453] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-17 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #1 from Pat Haugen pthaugen at gcc dot gnu.org --- Created attachment 30841 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30841action=edit Source file pdv.f source file from benchmark, which results in successful execution if

[Bug tree-optimization/58453] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-17 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #2 from Pat Haugen pthaugen at gcc dot gnu.org --- Created attachment 30842 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30842action=edit r202429 ldist dump Loop distribution dump for pdv.f using rev 202429.

[Bug tree-optimization/58453] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-17 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #3 from Pat Haugen pthaugen at gcc dot gnu.org --- Created attachment 30843 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30843action=edit r202431 ldist dump Loop distribution dump for pdv.f using rev 202431.

[Bug c/58454] New: Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow

2013-09-17 Thread mednafen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58454 Bug ID: 58454 Summary: Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug tree-optimization/58453] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-17 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #4 from Pat Haugen pthaugen at gcc dot gnu.org --- Just discovered that -fwrapv results in successful execution also, so possibly bad source.

Re: [Bug c/58454] New: Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow

2013-09-17 Thread pinskia
All of these functions overflow the loop induction variable so only -fwrapv will provide the behavior you want for all of the functions. The inconsistent behavior is due to the overflows happening for induction variables. If it was not an induction variable then -fno-strict-overflow would

[Bug c/58454] Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow

2013-09-17 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58454 --- Comment #1 from pinskia at gmail dot com pinskia at gmail dot com --- All of these functions overflow the loop induction variable so only -fwrapv will provide the behavior you want for all of the functions. The inconsistent behavior is due to

[Bug fortran/58436] [4.9 Regression][OOP] ICE (segfault) in generate_finalization_wrapper for CLASS(*)

2013-09-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58436 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c/58454] Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow

2013-09-17 Thread mednafen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58454 --- Comment #2 from mednafen at gmail dot com --- Your assertion conflicts with the gcc 4.2 release change-list at http://gcc.gnu.org/gcc-4.2/changes.html when the strict-overflow options were added. Additionally, -fwrapv produces unnecessarily