[Bug c++/54080] [C++11] g++ crashes when compiling the following file

2013-08-30 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54080 nightstrike changed: What|Removed |Added CC||nightstrike at gmail dot com --- Comment #3

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #10 from Iain Sandoe --- (In reply to Gabriel Dos Reis from comment #9) > (In reply to Iain Sandoe from comment #8) > > note that the patch at: > > > > http://gcc.gnu.org/ml/gcc-patches/2013-08/msg01460.html > > > > is not quite enou

[Bug lto/58285] New: ICE in lto_output_tree, at lto-streamer-out.c:1318

2013-08-30 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58285 Bug ID: 58285 Summary: ICE in lto_output_tree, at lto-streamer-out.c:1318 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug debug/58286] New: Need option to make incompatible pointer types into compiler errors

2013-08-30 Thread ryao at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58286 Bug ID: 58286 Summary: Need option to make incompatible pointer types into compiler errors Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug lto/58285] ICE in lto_output_tree, at lto-streamer-out.c:1318

2013-08-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58285 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #1 f

[Bug libstdc++/58148] [4.9 Regression] Fails to insert iterator range into sequence container with -D_GLIBCXX_DEBUG when conversion is needed

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

[Bug libstdc++/58191] Can't use boost transform_iterator with _GLIBCXX_DEBUG

2013-08-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58191 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 --- Comment #3 from Eric Botcazou --- > Compare with this on amd64: > > > c++ -o plain.s -S conftest.cc > > c++ -o shared.s -fPIC -shared -S conftest.cc > > diff -u plain.s shared.s > --- plain.s 2013-08-30 21:46:18.0 +0200 > +++

[Bug libstdc++/58148] [4.9 Regression] Fails to insert iterator range into sequence container with -D_GLIBCXX_DEBUG when conversion is needed

2013-08-30 Thread fdumont at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58148 --- Comment #3 from François Dumont --- Author: fdumont Date: Fri Aug 30 20:55:37 2013 New Revision: 202121 URL: http://gcc.gnu.org/viewcvs?rev=202121&root=gcc&view=rev Log: 2013-08-30 François Dumont PR libstdc++/58148 * include/debu

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/58091] Non-ambiguous member lookup rejected

2013-08-30 Thread thomas.br...@virtuell-zuhause.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58091 Thomas Braun changed: What|Removed |Added CC||thomas.braun@virtuell-zuhau

[Bug libstdc++/58191] Can't use boost transform_iterator with _GLIBCXX_DEBUG

2013-08-30 Thread fdumont at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58191 --- Comment #9 from François Dumont --- Author: fdumont Date: Fri Aug 30 20:16:03 2013 New Revision: 202119 URL: http://gcc.gnu.org/viewcvs?rev=202119&root=gcc&view=rev Log: 2013-08-30 François Dumont PR libstdc++/58191 * include/debu

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 --- Comment #2 from Martin Husemann --- Compare with this on amd64: > c++ -o plain.s -S conftest.cc > c++ -o shared.s -fPIC -shared -S conftest.cc > diff -u plain.s shared.s --- plain.s 2013-08-30 21:46:18.0 +0200 +++ shared.s

[Bug tree-optimization/58282] g++.dg/tm/noexcept-1.C -fno-exceptions SIGSEGV in gimple_build_eh_must_not_throw

2013-08-30 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58282 --- Comment #1 from vries at gcc dot gnu.org --- svn revision 202105 Configured with: src/gcc-mainline/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-lib

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #11 from Eric Botcazou --- > "grep -R -static-libstdc++ gcc/ada" suggests that -static-libstdc++ only > appears in a Changelog entry. > > also the gcc driver silently ignores -static-libstdc++. > > certainly, the -B options are passe

[Bug tree-optimization/58282] New: g++.dg/tm/noexcept-1.C -fno-exceptions SIGSEGV in gimple_build_eh_must_not_throw

2013-08-30 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58282 Bug ID: 58282 Summary: g++.dg/tm/noexcept-1.C -fno-exceptions SIGSEGV in gimple_build_eh_must_not_throw Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW --- Comment #10 from Eric Botcazou -

[Bug c++/51424] [C++11] G++ should diagnose self-delegating constructors

2013-08-30 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51424 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 30 15:39:01 2013 New Revision: 202110 URL: http://gcc.gnu.org/viewcvs?rev=202110&root=gcc&view=rev Log: /cp 2013-08-30 Paolo Carlini PR c++/51424 * cp-tree.h

[Bug tree-optimization/58277] [4.7 Regression] wrong code at -O3

2013-08-30 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 --- Comment #11 from Zhendong Su --- (In reply to Jakub Jelinek from comment #10) > Fixed for 4.8+ so far, thanks for reporting it. Thanks Jakub. Wow, that's quick! You folks are wonderful.

[Bug middle-end/57748] [4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-08-30 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #22 from Martin Jambor --- Created attachment 30732 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30732&action=edit Another attempt at a fix I simply moved the decision whether to go the misalignp path or not a bit down in the f

[Bug tree-optimization/58282] g++.dg/tm/noexcept-1.C -fno-exceptions SIGSEGV in gimple_build_eh_must_not_throw

2013-08-30 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58282 --- Comment #3 from vries at gcc dot gnu.org --- also reproduces with x86_64

[Bug java/58284] New: Compiling jvgenmain failes with lots of "undefined reference" errors

2013-08-30 Thread smith_winston_6079 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58284 Bug ID: 58284 Summary: Compiling jvgenmain failes with lots of "undefined reference" errors Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/58282] g++.dg/tm/noexcept-1.C -fno-exceptions SIGSEGV in gimple_build_eh_must_not_throw

2013-08-30 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58282 --- Comment #2 from vries at gcc dot gnu.org --- It seems terminate_node is NULL ... Program received signal SIGSEGV, Segmentation fault. 0x08707b50 in gimple_build_eh_must_not_throw (decl=0x0) at /home/vries/local/fsf_gcc_mainline_arm_none_linux_g

[Bug c/58283] New: Incorrect debug info when precompilation is on

2013-08-30 Thread jengelh at inai dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58283 Bug ID: 58283 Summary: Incorrect debug info when precompilation is on Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #12 from Gabriel Dos Reis --- (In reply to Iain Sandoe from comment #10) > also the gcc driver silently ignores -static-libstdc++. Isn't this the problem? > certainly, the -B options are passed when other gcc components are built (o

[Bug ada/58264] Incorrect 'First when assigning function-call.all (of access String;) to an indefinite String object

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58264 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #9 from Gabriel Dos Reis --- (In reply to Iain Sandoe from comment #8) > note that the patch at: > > http://gcc.gnu.org/ml/gcc-patches/2013-08/msg01460.html > > is not quite enough to fix this on Darwin - since we use : > > %{stati

[Bug tree-optimization/58280] Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread freddie at witherden dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 --- Comment #5 from Freddie Witherden --- Thank you for this information. As an alternative would it be worth considering a pragma along the lines of: #pragma gcc aligned(32) which would confer that "in the first iteration of the loop which fol

[Bug c++/58281] New: Problem with explicit constexpr template functions

2013-08-30 Thread bmerry at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58281 Bug ID: 58281 Summary: Problem with explicit constexpr template functions Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/47679] [4.7/4.8/4.9 Regression] Strange uninitialized warning after SRA

2013-08-30 Thread Woebbeking at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 --- Comment #12 from André Wöbbeking --- Does anyone look into this? The warnings are really annoying. FYI, Clang 3.3 doesn't warn about this.

[Bug tree-optimization/58277] [4.7 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 Jakub Jelinek changed: What|Removed |Added Summary|[4.7/4.8/4.9 Regression]|[4.7 Regression] wrong code

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:53:47 2013 New Revision: 202105 URL: http://gcc.gnu.org/viewcvs?rev=202105&root=gcc&view=rev Log: PR tree-optimization/58277 * tree-ssa-strlen.c (strlen_enter_block):

[Bug tree-optimization/58280] Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 --- Comment #4 from Jakub Jelinek --- We have a way to say assume something, if (ldim % 32 != 0) __builtin_unreachable (), and you can define a __assume macro using it. But, as we don't record the non-zero bitmasks from it anywhere, it can't be us

[Bug tree-optimization/58280] Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread freddie at witherden dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 --- Comment #3 from Freddie Witherden --- Would it be any easier --- from an implementation standpoint --- to adopt something similar to the "__assume(predicate)" directive in ICC? This would allow one to state explicitly: __assume(ldim % 32 ==

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:41:17 2013 New Revision: 202104 URL: http://gcc.gnu.org/viewcvs?rev=202104&root=gcc&view=rev Log: PR tree-optimization/58277 * tree-ssa-strlen.c (strlen_enter_block):

[Bug tree-optimization/58280] Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 --- Comment #2 from Richard Biener --- (In reply to Jakub Jelinek from comment #1) > We still don't preserve VRP info (patches exist) and furthermore, don't > record non-zero bits bitmask there either. Only after we do that we could > perhaps han

[Bug tree-optimization/58280] Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug tree-optimization/58280] New: Missed Opportunity for Aligned Vectorized Load

2013-08-30 Thread freddie at witherden dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58280 Bug ID: 58280 Summary: Missed Opportunity for Aligned Vectorized Load Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug c++/14932] [3.4/4.0 Regression] cannot use offsetof to get offsets of array elements in g++ 3.4.0 prerelease

2013-08-30 Thread zhangjingwang at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14932 zhangjingwang at gmail dot com changed: What|Removed |Added CC||zhangjingwang at gmail dot

Re: [Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread pinskia
I have a fix which I hope to share in the next few weeks. Sent from my iPad On Aug 30, 2013, at 3:31 AM, "evstupac at gmail dot com" wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 > > --- Comment #2 from Stupachenko Evgeny --- > I can't share CoreMark sources. > However, you can

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #3 from pinskia at gmail dot com --- I have a fix which I hope to share in the next few weeks. Sent from my iPad On Aug 30, 2013, at 3:31 AM, "evstupac at gmail dot com" wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 >

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #2 from Stupachenko Evgeny --- I can't share CoreMark sources. However, you can get them at www.coremark.org when accept the license. The error caused by edge->count of new edges which is grater than max_count: (line 902) gcc_assert (

[Bug c/58231] Using post-decrement as a boolean expression in if statement leads to crash

2013-08-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58231 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/58279] New: Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 Bug ID: 58279 Summary: Interanl compiler error while pgo compilation at ipa-inline.c:902 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/58278] New: visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 Bug ID: 58278 Summary: visibility bug from #26905 still happens with the sparc64 backend Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #8 fro

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 --- Comment #6 from Jakub Jelinek --- But, skimming through the dumps, it looks like it is the strlen pass that removes the important n = 0; store.

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/57592] [4.9 Regression] ICE in tree_unroll_loops_completely at -O3

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

[Bug middle-end/57393] [4.9 Regression] error: definition in block 4 follows the use / internal compiler error: verify_ssa failed

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393 Richard Biener changed: What|Removed |Added CC||dhazeghi at yahoo dot com --- Comment #3

[Bug middle-end/57393] [4.9 Regression] error: definition in block 4 follows the use / internal compiler error: verify_ssa failed

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393 --- Comment #32 from Richard Biener --- *** Bug 58247 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/58247] [4.9 Regression] ICE in tree_unroll_loops_completely at -O3 (both 32-bit and 64-bit modes)

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58247 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/58246] [4.7/4.8 Regression] wrong code at -O1 and above

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58246 Richard Biener changed: What|Removed |Added Known to work||4.9.0 Summary|[4.7/4.8/4.9 Re

[Bug tree-optimization/58228] [4.7/4.8 Regression] wrong code (with vectorization?) at -O3 on x86_64-linux-gnu

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58228 Richard Biener changed: What|Removed |Added Keywords||wrong-code Known to work|

[Bug tree-optimization/58010] [4.8 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:4378

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58010 Richard Biener changed: What|Removed |Added Known to work||4.9.0 Summary|[4.8/4.9 Regres

[Bug tree-optimization/58223] [4.8 Regression] wrong code at -O3 on x86_64-linux-gnu

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58223 Richard Biener changed: What|Removed |Added Known to work||4.9.0 Target Milestone|4.8.3

[Bug tree-optimization/58228] [4.7/4.8/4.9 Regression] wrong code (with vectorization?) at -O3 on x86_64-linux-gnu

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58228 --- Comment #5 from Richard Biener --- Author: rguenth Date: Fri Aug 30 07:49:54 2013 New Revision: 202097 URL: http://gcc.gnu.org/viewcvs?rev=202097&root=gcc&view=rev Log: 2013-08-30 Richard Biener PR tree-optimization/58228 * tree-v

[Bug tree-optimization/58223] [4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58223 --- Comment #6 from Richard Biener --- Author: rguenth Date: Fri Aug 30 07:48:53 2013 New Revision: 202096 URL: http://gcc.gnu.org/viewcvs?rev=202096&root=gcc&view=rev Log: 2013-08-30 Richard Biener PR tree-optimization/58223 * tree-l

[Bug tree-optimization/58010] [4.8/4.9 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:4378

2013-08-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58010 --- Comment #7 from Richard Biener --- Author: rguenth Date: Fri Aug 30 07:47:54 2013 New Revision: 202095 URL: http://gcc.gnu.org/viewcvs?rev=202095&root=gcc&view=rev Log: 2013-08-30 Richard Biener PR tree-optimization/58010 * tree-v

[Bug tree-optimization/58277] [4.7/4.8/4.9 Regression] wrong code at -O3

2013-08-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58277 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milesto