[Bug c/63235] building fails with --disable-bootstrap

2014-09-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org --- Maybe this is why bootstrap is even more important :).

[Bug c/63224] False Positive for -Wmaybe-uninitialized at -Os, not -O2

2014-09-12 Thread sebastian.hu...@embedded-brains.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63224 --- Comment #7 from Sebastian Huber sebastian.hu...@embedded-brains.de --- I reduced the test case using the delta tool to: void foo(void); void bar(int s, int *a) { int i; int c; for (i = 0; s != 0 (c = a[i]); ++i) {

[Bug middle-end/63237] New: [5 Regression] error: invalid operand in unary operation

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63237 Bug ID: 63237 Summary: [5 Regression] error: invalid operand in unary operation Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug c/63224] False Positive for -Wmaybe-uninitialized at -Os, not -O2

2014-09-12 Thread sebastian.hu...@embedded-brains.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63224 --- Comment #8 from Sebastian Huber sebastian.hu...@embedded-brains.de --- Actually the for loop is not necessary. int bar(int s, int *a) { int c; int r; r = s != 0 (c = a[s]); if (s == 2 c == 0) { } else if (s != 0) {

[Bug middle-end/63237] [5 Regression] error: invalid operand in unary operation

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63237 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/63237] [5 Regression] error: invalid operand in unary operation

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63237 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug pch/63229] [5.0 Regression] FAIL: ./except-1.h -O0 (internal compiler error)

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63229 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug middle-end/63220] error: inlining failed in call to always_inline

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63220 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to davidxl from comment #2) (In reply to Richard Biener from comment #1) First of all you should mark the functions 'inline' as well. This does not help. Then

[Bug go/63172] gccgo testcase cplx2.go execution provides incorrect answers on trunk for powerpc64, powerpc64le

2014-09-12 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63172 --- Comment #4 from Dominik Vogt vogt at linux dot vnet.ibm.com --- On s390x, the option -fcx-limited-range fixes the deviation in the C test program (tried with -O0 and -O3), but it has no effect for the Go test program.

[Bug debug/56974] c++ ref qualifiers not represented in DWARF

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56974 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug debug/63238] New: DWARF does not represent _Alignas

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63238 Bug ID: 63238 Summary: DWARF does not represent _Alignas Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug tree-optimization/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2014-09-12 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 --- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE --- --- Comment #8 from Eric Botcazou ebotcazou at gcc dot gnu.org --- I think that's easiest for Eric to say. Not really, I guess you want to debug

[Bug debug/63239] New: DWARF does not represent C++ deleted methods

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 Bug ID: 63239 Summary: DWARF does not represent C++ deleted methods Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug middle-end/63237] [5 Regression] error: invalid operand in unary operation

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63237 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Sep 12 11:06:49 2014 New Revision: 215212 URL: https://gcc.gnu.org/viewcvs?rev=215212root=gccview=rev Log: 2014-09-12 Richard Biener rguent...@suse.de

[Bug middle-end/63237] [5 Regression] error: invalid operand in unary operation

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63237 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug debug/63240] New: DWARF does not represent C++ defaulted methods

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63240 Bug ID: 63240 Summary: DWARF does not represent C++ defaulted methods Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug debug/16063] Debuggers need more information about enum types in C++

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16063 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug libstdc++/59603] std::random_shuffle tries to swap element with itself

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59603 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Jörg Richter from comment #2) Seems like we have hit this bug too. It happens not only in debug mode. We have a testcase that triggers valgrind errors in non-debug

[Bug debug/16063] Debuggers need more information about enum types in C++

2014-09-12 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16063 Mark Wielaard mark at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/63241] New: Internal error in gimplify_init_constructor when using constexr and multidimensional arrays

2014-09-12 Thread thibaut.lutz at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63241 Bug ID: 63241 Summary: Internal error in gimplify_init_constructor when using constexr and multidimensional arrays Product: gcc Version: 4.9.1 Status: UNCONFIRMED

[Bug target/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2014-09-12 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/63242] New: memory starvation caused by flatten attribute

2014-09-12 Thread wbrana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63242 Bug ID: 63242 Summary: memory starvation caused by flatten attribute Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/59603] std::random_shuffle tries to swap element with itself

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59603 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Fri Sep 12 13:30:35 2014 New Revision: 215219 URL: https://gcc.gnu.org/viewcvs?rev=215219root=gccview=rev Log: PR libstdc++/59603 *

[Bug libstdc++/59603] std::random_shuffle tries to swap element with itself

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59603 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org --- Fixed on trunk so far.

[Bug debug/63243] New: [meta-bug] RH GDB project tracker

2014-09-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63243 Bug ID: 63243 Summary: [meta-bug] RH GDB project tracker Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug middle-end/63224] false positive for -Wmaybe-uninitialized at -Os (not -O2) with transformed to

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63224 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/56654] uninit warning behaves erratically

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56654 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/59500] Bogus maybe-uninitialized warning due to optimizations

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59500 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug middle-end/57832] compiling sha-256 code (xz 5.0.5) generates false warnings when using -march=native on Atom CPU

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57832 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug debug/63239] DWARF does not represent C++ deleted methods

2014-09-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||dodji at gcc dot

[Bug middle-end/62084] [avr] ICE: in convert_debug_memory_address

2014-09-12 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords||addr-space,

[Bug c++/63201] Full specialization of a member variable template of a class template does not work

2014-09-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63201 --- Comment #2 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Sep 12 14:39:25 2014 New Revision: 215226 URL: https://gcc.gnu.org/viewcvs?rev=215226root=gccview=rev Log: PR c++/63201 * decl.c (start_decl): Handle

[Bug lto/63226] ICE with -flto-odr-type-merging

2014-09-12 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63226 --- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org --- Created attachment 33478 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33478action=edit Second test file pair (1/2): one37.ii namespace std {

[Bug lto/63226] ICE with -flto-odr-type-merging

2014-09-12 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63226 --- Comment #6 from Tobias Burnus burnus at gcc dot gnu.org --- Created attachment 33479 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33479action=edit Second test file pair (1/2): two22.ii

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-09-12 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 Alan Modra amodra at gmail dot com changed: What|Removed |Added CC||amodra at gmail dot

[Bug c++/63201] Full specialization of a member variable template of a class template does not work

2014-09-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63201 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/63226] ICE with -flto-odr-type-merging

2014-09-12 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63226 --- Comment #7 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #5) Created attachment 33478 [details] Second test file pair (1/2): one37.ii Mixed up the fields ... That should have been the attachment -

[Bug lto/63242] memory starvation caused by flatten attribute

2014-09-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63242 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug lto/63242] memory starvation caused by flatten attribute

2014-09-12 Thread wbrana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63242 --- Comment #2 from wbrana wbrana at gmail dot com --- How I can create such testcase? I can reproduce it on Gentoo by adding -flto to /etc/portage/make.conf and running: emerge xf86-video-intel but can't reproduce from command-line gcc

[Bug rtl-optimization/62265] [4.8/4.9/5 regression] FAIL: gcc.dg/20111227-2.c scan-rtl-dump ree Elimination opportunities = 3 realized = 3

2014-09-12 Thread tejohnson at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62265 Teresa Johnson tejohnson at google dot com changed: What|Removed |Added CC||tejohnson at

[Bug debug/63243] [meta-bug] RH GDB project tracker

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63243 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/63205] [OOP] Wrongly rejects type = class (for identical declared type)

2014-09-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63205 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/63244] New: x86_64-pc-linux-gnu-g++: internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Bug ID: 63244 Summary: x86_64-pc-linux-gnu-g++: internal compiler error: Segmentation fault (program cc1plus) Product: gcc Version: 4.9.2 Status: UNCONFIRMED

[Bug c++/63244] x86_64-pc-linux-gnu-g++: internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread nheghathivhistha at gmail dot com
--enable-lto --with-cloog --disable-isl-version-check Thread model: posix gcc version 4.9.2-alpha20140911 20140912 (prerelease) [gcc-4_9-branch revision 215199] (Gentoo 4.9.2_alpha20140911)

[Bug c++/63244] x86_64-pc-linux-gnu-g++: internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #2 from David Kredba nheghathivhistha at gmail dot com --- x86_64-pc-linux-gnu-g++ -m32 -std=c++11 -fvisibility=hidden -flto=4 -fuse-linker-plugin -O2 -ggdb -pipe -march=core2 -mtune=core2 -mno-3dnow -mno-sse4.2 -mno-avx -mno-xop

[Bug sanitizer/63245] New: renderMemorySnippet shouldn't show more bytes than the underlying type

2014-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63245 Bug ID: 63245 Summary: renderMemorySnippet shouldn't show more bytes than the underlying type Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/61654] [4.9/5 Regression] ICE in release_function_body, at cgraph.c:1699

2014-09-12 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61654 --- Comment #14 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Fri Sep 12 16:52:24 2014 New Revision: 215228 URL: https://gcc.gnu.org/viewcvs?rev=215228root=gccview=rev Log: 2014-09-12 Martin Jambor mjam...@suse.cz

[Bug middle-end/61654] [4.9/5 Regression] ICE in release_function_body, at cgraph.c:1699

2014-09-12 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61654 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/63244] x86_64-pc-linux-gnu-g++: internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #3 from David Kredba nheghathivhistha at gmail dot com --- C-Reduce in progress.

[Bug target/61142] [SH] QImode/HImode @(R0,Rm),Rn does not load to Rn = R0

2014-09-12 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61142 --- Comment #2 from Oleg Endo olegendo at gcc dot gnu.org --- I've tried the above test case with LRA on (sh-lra branch, not fully working yet) and it produces the following code: mov r5,r0 mov.b @(r0,r4),r0 cmp/eq

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/63246] New: OpenMP target: gimplifier produces unsuitable implicit map clauses if inside a data region

2014-09-12 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63246 Bug ID: 63246 Summary: OpenMP target: gimplifier produces unsuitable implicit map clauses if inside a data region Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #5 from Andi Kleen andi-gcc at firstfloor dot org --- Created attachment 33482 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33482action=edit use ifdef instead of builtin_cpu_supports This patch fixes the problem for me. Just

[Bug fortran/63247] New: fortran array alignment in omp target map

2014-09-12 Thread cesar at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63247 Bug ID: 63247 Summary: fortran array alignment in omp target map Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/50751] SH Target: Displacement addressing does not work for QImode and HImode

2014-09-12 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50751 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Depends on||55212 ---

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #6 from Andi Kleen andi-gcc at firstfloor dot org --- Created attachment 33483 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33483action=edit Preprocessed file from the cilk runtime library I'm not sure it'll help you because

[Bug target/59400] [SH] gcc.c-torture/compile/pr55921.c fails with -O0 on big endian with FPU

2014-09-12 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59400 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Depends on||55212 ---

[Bug c++/63248] New: Crash when OpenMP target's array section handling is used with templates

2014-09-12 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63248 Bug ID: 63248 Summary: Crash when OpenMP target's array section handling is used with templates Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: openmp

[Bug c++/60894] [4.8/4.9/5 Regression] Use of redundant struct keyword in function prototype combined with using statement causes compilation error

2014-09-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Known to fail|4.10.0 |5.0 --- Comment

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #5 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (gdb) bt #0 analyze_functions () at ../../gcc/gcc/cgraphunit.c:1042 #1 0x006e03f0 in finalize_compilation_unit () at ../../gcc/gcc/cgraphunit.c:2326 #2

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.2

[Bug target/34777] uClibc-0.9.29 compilation error for sh4 arch with gcc-4.x

2014-09-12 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34777 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Depends on||55212 ---

[Bug c++/63249] New: [OpenMP] Spurious »set but not used« warnings when actually used in OpenMP target's array section's lower-bound and length

2014-09-12 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63249 Bug ID: 63249 Summary: [OpenMP] Spurious »set but not used« warnings when actually used in OpenMP target's array section's lower-bound and length Product: gcc

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #7 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Andi Kleen from comment #6) Created attachment 33483 [details] Preprocessed file from the cilk runtime library I'm not sure it'll help you because you would

[Bug fortran/63247] fortran array alignment in omp target map

2014-09-12 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63247 Thomas Schwinge tschwinge at gcc dot gnu.org changed: What|Removed |Added Keywords||openmp

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #6 from David Kredba nheghathivhistha at gmail dot com --- For the record only, git version of c-reduce returned namespace std { template typename struct less; template typename struct add_rvalue_reference; template typename _Tp

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-09-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #7 from Markus Trippelsdorf trippels at gcc dot gnu.org --- When one uses a naive test script one arrives at the testcase from comment 4. Using a differential script (-O2 vs. -flto -O2 -g) one gets: markus@x4 /tmp % cat context2.ii

[Bug c++/59500] Bogus maybe-uninitialized warning due to optimizations

2014-09-12 Thread luto at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59500 --- Comment #3 from Andy Lutomirski luto at mit dot edu --- Created attachment 33484 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33484action=edit Headerless reproducer (c++ only)

[Bug c++/59500] Bogus maybe-uninitialized warning due to optimizations

2014-09-12 Thread luto at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59500 --- Comment #4 from Andy Lutomirski luto at mit dot edu --- Created attachment 33485 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33485action=edit Output from g++ -O2 -Wall -fdump-tree-all-all-lineno pr59500.cc

[Bug middle-end/63246] OpenMP target: gimplifier produces unsuitable implicit map clauses if inside a data region

2014-09-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63246 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/61909] Small function optimization not applied to small objects

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/56193] ios_base should replace operator void* with explicit operator bool in C++11 onwards.

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56193 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug c++/62052] function parameter has wrong address in lambda converted to pointer-to-function

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62052 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #8 from Andi Kleen andi-gcc at firstfloor dot org --- Yes it doesn't happen when compiling with 4.8 branch tip. So has been fixed. Anyways i'm still going to submit the patch to make the opensuse 13.1 build work again. I don't think

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #9 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Andi Kleen from comment #8) Yes it doesn't happen when compiling with 4.8 branch tip. So has been fixed. Anyways i'm still going to submit the patch to make the opensuse

[Bug bootstrap/63235] building fails with --disable-bootstrap

2014-09-12 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63235 --- Comment #10 from Andi Kleen andi-gcc at firstfloor dot org --- Ok fair enough. Can do the runtime check in the else of the ifdef then. Then at least x86_64 or 32bit with SSE would work.

[Bug target/63250] New: Complex fp16 arithmetic uses nonexistent libgcc functions

2014-09-12 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63250 Bug ID: 63250 Summary: Complex fp16 arithmetic uses nonexistent libgcc functions Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/59500] Bogus maybe-uninitialized (|| converted to nested-if)

2014-09-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59500 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug sanitizer/63251] New: tsan: corrupted shadow stack

2014-09-12 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63251 Bug ID: 63251 Summary: tsan: corrupted shadow stack Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer

[Bug fortran/63252] New: [5 Regression] tree_class_check_failed

2014-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63252 Bug ID: 63252 Summary: [5 Regression] tree_class_check_failed Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug bootstrap/63253] New: boot strap failure due to ODR warnings

2014-09-12 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63253 Bug ID: 63253 Summary: boot strap failure due to ODR warnings Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug bootstrap/63253] boot strap failure due to ODR warnings

2014-09-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63253 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- https://gcc.gnu.org/ml/gcc/2014-09/msg00161.html

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-09-12 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 --- Comment #11 from Alan Modra amodra at gmail dot com --- It boots Linux version 3.17.0-rc4-00222-gc73f6fd-dirty (anton@tul181p1) (gcc version 5.0.0 20140912 (experimental) (GCC) ) #23 SMP Fri Sep 12 21:19:06 UTC 2014

[Bug c++/63254] New: elfos.h missing space between literal and identifier.

2014-09-12 Thread scott.clark at itron dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63254 Bug ID: 63254 Summary: elfos.h missing space between literal and identifier. Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/61848] [5 Regression] a previous declaration causes the section attribute to be lost

2014-09-12 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 --- Comment #12 from Alan Modra amodra at gmail dot com --- extern char foo; char foo __attribute__ ((__section__(.machine.desc))); char foo __attribute__ ((__section__(.mymachine.desc))); It looks like we should take out the DECL_SECTION_NAME

[Bug c++/63254] elfos.h missing space between literal and identifier.

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63254 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last