Re: [RFC] Target compilation for offloading

2013-11-19 Thread Andrey Turetskiy
Ping On Fri, Nov 15, 2013 at 7:45 PM, Andrey Turetskiy andrey.turets...@gmail.com wrote: Let's suppose, we are going to run target gcc driver from lto-wrapper. How could a list of offload targets be passed there from option parser? In my opinion, the simpliest way to do it is to use

how to use -fomit-frame-pointer by default

2013-11-19 Thread BELBACHIR Selim
Hi, I'm migrating my private port from gcc 4.5.2 to gcc 4.7.3. I noticed that -fomit-frame-pointer was not triggered when using -O1 -O2 or -O3. Could you indicate me how to modify my port to use -fomit-frame-pointer by default (as it was in gcc 4.5.2 I presume) ? Regards, Selim

Re: memset zero bytes at NULL - isolate-erroneous-paths

2013-11-19 Thread Richard Biener
On Mon, Nov 18, 2013 at 3:24 PM, Jeff Law l...@redhat.com wrote: On 11/18/13 04:08, Richard Biener wrote: I'd say that turning memset (0, '\0', 0) into a trap is bad from a QOI perspective. Jeff, is there an easy way to avoid this? Testcase: void fn (void *addr, int a) { if (a == 0)

RE: OpenACC or OpenMP 4.0 target directives

2013-11-19 Thread Evgeny Gavrin
I came across a news about gcc will support OpenACC/OpenMP target directive. How can i download this version? There some action should be done to get sources: git clone git://gcc.gnu.org/git/gcc.git cd gcc git config --add remote.origin.fetch

Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Diego Novillo
I've been thinking that it would be very useful for buildbots to run contrib/config-list.mk. This tests stage1's all-gcc on a very wide collection of targets. It builds everything with -Werror, so it requires a recent host compiler (ideally trunk or the latest release). Currently, many targets

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Sebastian Huber
On 2013-11-19 16:20, Diego Novillo wrote: I've been thinking that it would be very useful for buildbots to run contrib/config-list.mk. This tests stage1's all-gcc on a very wide collection of targets. It builds everything with -Werror, so it requires a recent host compiler (ideally trunk or the

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Diego Novillo
On Tue, Nov 19, 2013 at 10:29 AM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 2013-11-19 16:20, Diego Novillo wrote: I've been thinking that it would be very useful for buildbots to run contrib/config-list.mk. This tests stage1's all-gcc on a very wide collection of targets.

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Steven Bosscher
On Tue, Nov 19, 2013 at 4:20 PM, Diego Novillo wrote: Currently, many targets are broken because of -Werror. I was thinking of fixing them, but unless we keep them clean with a buildbot they will regress. How nobel. But isn't this what we have port maintainers for? I'd say: Let it be! If a

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Jan-Benedict Glaw
Hi Diego! On Tue, 2013-11-19 10:20:48 -0500, Diego Novillo dnovi...@google.com wrote: I've been thinking that it would be very useful for buildbots to run contrib/config-list.mk. This tests stage1's all-gcc on a very wide collection of targets. It builds everything with -Werror, so it

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Diego Novillo
On Tue, Nov 19, 2013 at 12:03 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Hi Diego! On Tue, 2013-11-19 10:20:48 -0500, Diego Novillo dnovi...@google.com wrote: I've been thinking that it would be very useful for buildbots to run contrib/config-list.mk. This tests stage1's all-gcc on a very

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Jan-Benedict Glaw
On Tue, 2013-11-19 12:08:05 -0500, Diego Novillo dnovi...@google.com wrote: On Tue, Nov 19, 2013 at 12:03 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-11-19 10:20:48 -0500, Diego Novillo dnovi...@google.com wrote: [config-list.mk] Would this be hard to set up in your

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Jan-Benedict Glaw
On Tue, 2013-11-19 12:08:05 -0500, Diego Novillo dnovi...@google.com wrote: [conffig-list.mk] Really, the only thing interesting about the script is the broad set of targets it uses. If you just added them to the schedule of builds, that should be sufficient. We could even decide not to add all

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Diego Novillo
On Tue, Nov 19, 2013 at 1:11 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-11-19 12:08:05 -0500, Diego Novillo dnovi...@google.com wrote: [conffig-list.mk] Really, the only thing interesting about the script is the broad set of targets it uses. If you just added them to the

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Jan-Benedict Glaw
On Tue, 2013-11-19 13:20:41 -0500, Diego Novillo dnovi...@google.com wrote: On Tue, Nov 19, 2013 at 1:11 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-11-19 12:08:05 -0500, Diego Novillo dnovi...@google.com wrote: [conffig-list.mk] Really, the only thing interesting about

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Joern Rennecke
On 19 November 2013 18:20, Diego Novillo dnovi...@google.com wrote: Right, because you're using 4.8. These warnings disappear when using trunk and/or do not actually break the build. I suppose this is too much for the buildbot then? It won't have a recent trunk around, so perhaps

Re: Running contrib/config-list.mk from the buildbots

2013-11-19 Thread Diego Novillo
On Tue, Nov 19, 2013 at 3:36 PM, Joern Rennecke joern.renne...@embecosm.com wrote: On 19 November 2013 18:20, Diego Novillo dnovi...@google.com wrote: Right, because you're using 4.8. These warnings disappear when using trunk and/or do not actually break the build. I suppose this is too

Multiple local register variables w/ same register

2013-11-19 Thread Richard Henderson
On 11/20/2013 03:33 AM, Peter Zijlstra wrote: On Tue, Nov 19, 2013 at 05:02:20PM +, Mathieu Desnoyers wrote: Unfortunately I don't have a ARM cross-compiler setup ready. Nathan could test it for us though. It might shuffle things around enough to work around the issue, but with the

Re: Multiple local register variables w/ same register

2013-11-19 Thread Jakub Jelinek
On Wed, Nov 20, 2013 at 07:56:57AM +1000, Richard Henderson wrote: It appears not: int __attribute__((noinline)) f(void) { { register int x __asm__(eax); x = 1; } { register int y __asm__(eax); return ++y; } } extern void abort(void); int main(void) {

Re: Multiple local register variables w/ same register

2013-11-19 Thread Måns Rullgård
Richard Henderson r...@twiddle.net writes: On 11/20/2013 03:33 AM, Peter Zijlstra wrote: On Tue, Nov 19, 2013 at 05:02:20PM +, Mathieu Desnoyers wrote: Unfortunately I don't have a ARM cross-compiler setup ready. Nathan could test it for us though. It might shuffle things around enough

Re: Multiple local register variables w/ same register

2013-11-19 Thread Mathieu Desnoyers
- Original Message - From: Richard Henderson r...@twiddle.net To: Peter Zijlstra pet...@infradead.org, Mathieu Desnoyers mathieu.desnoy...@efficios.com Cc: Will Deacon will.dea...@arm.com, linux-ker...@vger.kernel.org, Catalin Marinas catalin.mari...@arm.com,

Re: [lttng-dev] Multiple local register variables w/ same register

2013-11-19 Thread Mathieu Desnoyers
- Original Message - From: Mathieu Desnoyers mathieu.desnoy...@efficios.com To: Richard Henderson r...@twiddle.net Cc: Jakub Jelinek ja...@redhat.com, gcc@gcc.gnu.org, Peter Zijlstra pet...@infradead.org, Catalin Marinas catalin.mari...@arm.com, Nathan Lynch nathan_ly...@mentor.com,

[Bug middle-end/59185] [4.7 Regression] compile error for va_list as a pointer parameter

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59185 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/59185] [4.7 Regression] compile error for va_list as a pointer parameter

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59185 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Reduced testcase: #include stdarg.h void zlog (const char *format, ...) { va_list args[5]; int index; for (index = 0; index 5; index++) va_start(args[index], format);

[Bug tree-optimization/42145] Incorrect may be used uninitialized warning for a very specific test case

2013-11-19 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42145 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2013-11-19 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 42145, which changed state. Bug 42145 Summary: Incorrect may be used uninitialized warning for a very specific test case http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42145 What|Removed

[Bug lto/59183] configure of pdsh successfully checks for function shl_load when lto is enabled

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

[Bug middle-end/59175] gcc.target/i386/memcpy-2.c fails with -m32

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

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

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

[Bug tree-optimization/57517] [4.7/4.8/4.9 Regression] internal compiler error: in eliminate_temp_copies, at tree-predcom.c:1913

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57517 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Nov 19 09:21:07 2013 New Revision: 205010 URL: http://gcc.gnu.org/viewcvs?rev=205010root=gccview=rev Log: 2013-11-19 Richard Biener rguent...@suse.de

[Bug tree-optimization/57517] [4.7/4.8/4.9 Regression] internal compiler error: in eliminate_temp_copies, at tree-predcom.c:1913

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57517 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Nov 19 09:23:52 2013 New Revision: 205012 URL: http://gcc.gnu.org/viewcvs?rev=205012root=gccview=rev Log: 2013-11-19 Richard Biener rguent...@suse.de

[Bug middle-end/58941] [4.7/4.8 Regression] value modification on zero-length array optimized away

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58941 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Nov 19 09:22:45 2013 New Revision: 205011 URL: http://gcc.gnu.org/viewcvs?rev=205011root=gccview=rev Log: 2013-11-19 Richard Biener rguent...@suse.de

[Bug tree-optimization/57517] [4.7 Regression] internal compiler error: in eliminate_temp_copies, at tree-predcom.c:1913

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57517 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.3, 4.9.0

[Bug middle-end/58941] [4.7 Regression] value modification on zero-length array optimized away

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58941 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.3

[Bug c++/59187] New: internal error with -O2

2013-11-19 Thread alessio211734 at yahoo dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187 Bug ID: 59187 Summary: internal error with -O2 Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c++/59187] internal error with -O2

2013-11-19 Thread alessio211734 at yahoo dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187 --- Comment #1 from Alessio alessio211734 at yahoo dot it --- Created attachment 31246 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31246action=edit preprocess file

[Bug c++/59187] internal error with -O2

2013-11-19 Thread alessio211734 at yahoo dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187 --- Comment #2 from Alessio alessio211734 at yahoo dot it --- Created attachment 31247 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31247action=edit .s generate

[Bug c/56824] [4.8/4.9 regression] pragma GCC diagnostic push/pop fail with GCC diagnostic ignored -Waggregate-return

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56824 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug rtl-optimization/57915] [4.8/4.9 Regression] ICE in set_address_disp, at rtlanal.c:5537

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57915 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target||i?86-*-*

[Bug tree-optimization/57985] [4.8 Regression] ICE in cgraph_function_node with -fprofile-arcs -O2

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57985 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0

[Bug lto/58723] [4.9 Regression] ICE in lto_output_edge, at lto-cgraph.c:300 for OpenMP's simd reduction

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

[Bug rtl-optimization/59179] [4.9 Regression] Wrong code generated with -Og

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

[Bug c/59073] [4.9 Regression] ICE with missing increment in OpenMP for-loop

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

[Bug c++/58504] [4.7/4.8/4.9 regression] ICE with type trait as default template parameter

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

[Bug c++/58950] [4.9 Regression] Missing statement has no effect

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

[Bug middle-end/59150] [4.9 Regression] ICE: in expand_one_var, at cfgexpand.c:1242 with -fopenmp

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

[Bug rtl-optimization/52714] [4.7/4.8/4.9 regression] ICE in fixup_reorder_chain, at cfglayout.c:880

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

[Bug fortran/59107] [4.7/4.8/4.9 Regression] Spurious Type specified for intrinsic function 'command_argument_count' at (1) is ignored under -Wsurprising.

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59107 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Target

[Bug fortran/58754] [4.7/4.8/4.9 Regression] with allocatable character arrays

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58754 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Target

[Bug c++/51219] [4.7/4.8/4.9 regression] ICE with empty bit-fields

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

[Bug fortran/58410] [4.8/4.9 Regression] Bogus uninitialized variable warning for allocatable derived type array function result

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58410 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug rtl-optimization/58668] [4.8, 4.9 regression][arm]: internal compiler error: in cond_exec_process_insns, at ifcvt.c:339

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58668 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug c++/59044] [4.8/4.9 Regression] Internal compiler error triggers when accessing a typedef in a specialized member class

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59044 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug rtl-optimization/58369] [4.8 regression] ICE in subreg_get_info when compiling boost for m68k-linux

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58369 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug c++/58954] [4.8/4.9 Regression] accessing a private member function in decltype of a friend class causes access control error

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58954 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug c++/58561] [4.8/4.9 Regression] [c++11] ICE using declaration of function with auto in return type

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58561 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug other/58375] [4.8 Regression] internal compiler error: in push_reload, at reload.c:1360

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58375 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.3

[Bug c++/58504] [4.7/4.8/4.9 regression] ICE with type trait as default template parameter

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58504 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug target/58421] [4.9 regression] FAIL: gcc.c-torture/compile/20051216-1.c -O3 -fomit-frame-pointer (internal compiler error)

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

[Bug c++/58612] [4.8/4.9 Regression] [c++11] ICE calling non-constexpr from constexpr in template class

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58612 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/58630] [4.9 Regression] Revision 203171 breaks several MS-ABI tests

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

[Bug rtl-optimization/58668] [4.8/4.9 regression] internal compiler error: in cond_exec_process_insns, at ifcvt.c:339

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58668 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug c++/58701] [4.9 Regression] [c++11] ICE initializing member of static union

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

[Bug c++/59186] decltype(this) treated specially in trailing-return-specifier

2013-11-19 Thread osensei80 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59186 Marcel Wid osensei80 at gmail dot com changed: What|Removed |Added CC||osensei80 at gmail

[Bug target/58421] [4.9 regression] FAIL: gcc.c-torture/compile/20051216-1.c -O3 -fomit-frame-pointer (internal compiler error)

2013-11-19 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58421 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- Somewhere between 20131030 and 20131101.

[Bug middle-end/58723] [4.9 Regression] ICE in lto_output_edge, at lto-cgraph.c:300 for OpenMP's simd reduction

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

[Bug lto/58723] [4.9 Regression] ICE in lto_output_edge, at lto-cgraph.c:300 for OpenMP's simd reduction

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58723 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at gcc

[Bug tree-optimization/58776] [4.9 Regression]: gcc.dg/tree-ssa/gen-vect-32.c scan-tree-dump-times vect vectorized 1 loops 1

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

[Bug c++/58812] [4.7/4.8/4.9 Regression] ICE initializing an r-value reference with an initializer list

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58812 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug c++/58814] [4.7/4.8/4.9 Regression] ICE with volatile and attribute vector_size

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58814 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug preprocessor/58844] [4.8/4.9 Regression] ICE with invalid use of ##

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/58826] [4.9 Regression] Runfail on CPU2006 436.cactusADM with after r203377 for core-avx2 target.

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58826 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING ---

[Bug c++/58837] [4.7/4.8/4.9 Regression] [c++11] ICE using invalid condition in static_assert

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58837 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug sanitizer/55439] ThreadSanitizer: handle atomic operations

2013-11-19 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55439 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug target/58864] [4.8/4.9 regression] ICE in connect_traces, at dwarf2cfi.c:NNNN

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target|i?86-*-linux-gnu

[Bug c++/58874] [4.9 Regression] [c++11] ICE with OpenMP reduction declaration and -std=c++11

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

[Bug sanitizer/55439] ThreadSanitizer: handle atomic operations

2013-11-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55439 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug preprocessor/58893] [4.8/4.9 Regression] command-line:0:0: internal compiler error: Segmentation fault

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug preprocessor/58893] [4.8/4.9 Regression] command-line:0:0: internal compiler error: Segmentation fault

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug preprocessor/58893] [4.8/4.9 Regression] command-line:0:0: internal compiler error: Segmentation fault

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Running in valgrind shows loads of invalid accesses before the diagnostic about missing xxx.h.

[Bug bootstrap/58918] [4.9 regression] cilk #includes alloc.h unconditionally, even when not present

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

[Bug middle-end/58903] [4.9 Regression] ICE: SIGSEGV in hash_table::find_slot_with_hash() with -O -fdevirtualize-speculatively

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

[Bug tree-optimization/58921] [4.9 Regression] ICE with segfault on valid code at -O3 on x86_64-linux-gnu

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

[Bug c/58943] [4.7/4.8/4.9 Regression] wrong calculation of indirect structure member arithmetic via function call

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58943 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug target/58944] [4.9 Regression] bogus -Wunused-macros warnings when compiling Libreoffice

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58944 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target||x86_64-*-*,

[Bug c++/58950] [4.9 Regression] Missing statement has no effect

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

[Bug middle-end/58956] [4.7/4.8/4.9 Regression] wrong code at -O1 and above (affecting gcc 4.6 to trunk)

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58956 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/58723] [4.9 Regression] ICE in lto_output_edge, at lto-cgraph.c:300 for OpenMP's simd reduction

2013-11-19 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58723 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug middle-end/58956] [4.7/4.8/4.9 Regression] wrong code at -O1 and above (affecting gcc 4.6 to trunk)

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58956 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Well, on GIMPLE all is ok bb 2: i_2 = c; *i_2 = foo (); but we expand it like ;; *i_2 = foo (); --- note, TER applies! (insn 5 4 6 (set (reg:QI 0 ax) (const_int

[Bug c++/59186] decltype(this) treated specially in trailing-return-specifier

2013-11-19 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59186 David Krauss potswa at mac dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/58826] [4.9 Regression] Runfail on CPU2006 436.cactusADM with after r203377 for core-avx2 target.

2013-11-19 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58826 --- Comment #6 from Yuri Rumyantsev ysrumyan at gmail dot com --- I assume that this bug should be closed since it is not reproducible after the latest LRA fix.

[Bug target/58630] [4.9 Regression] Revision 203171 breaks several MS-ABI tests

2013-11-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58630 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug tree-optimization/59164] [4.7/4.8/4.9 Regression] ice: tree check: expected tree that contains ‘decl minimal’ structure, have ‘integer_cst’ in get_var_info, at tree-into-ssa.c:380

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59164 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||congh at gcc

[Bug target/58630] [4.9 Regression] Revision 203171 breaks several MS-ABI tests

2013-11-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58630 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Dominique d'Humieres from comment #5) Sorry still present at revision 205008: see http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg01438.html or

[Bug target/52731] internal compiler error: in ia64_st_address_bypass_p, at config/ia64/ia64.c:9357

2013-11-19 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52731 --- Comment #1 from Yukhin Kirill kirill.yukhin at intel dot com --- Reproduced on recent trunk. It seems that we have in ia64.c: int ia64_st_address_bypass_p (rtx producer, rtx consumer) { rtx dest, reg, mem; gcc_assert (producer

[Bug middle-end/58956] [4.7/4.8/4.9 Regression] wrong code at -O1 and above (affecting gcc 4.6 to trunk)

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58956 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Nov 19 13:28:35 2013 New Revision: 205026 URL: http://gcc.gnu.org/viewcvs?rev=205026root=gccview=rev Log: 2013-11-19 Richard Biener rguent...@suse.de

[Bug middle-end/58956] [4.7/4.8 Regression] wrong code at -O1 and above (affecting gcc 4.6 to trunk)

2013-11-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58956 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0

[Bug rtl-optimization/58960] [4.9 regression] ICE in bmp_iter_set_init

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

[Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12

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

  1   2   3   4   5   >