[Bug c++/57255] New: [meta-bug] ref-qualifiers

2013-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57255 Bug ID: 57255 Summary: [meta-bug] ref-qualifiers Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/57255] [meta-bug] ref-qualifiers

2013-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57255 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/57243] Using auto in range based for with templated container in templated function requires extraneous template qualifier

2013-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57243 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/55185] Error generated on extern inline function which isn't called

2013-05-12 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55185 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC||markus

[Bug libstdc++/57250] [C++11] std::shared_ptr misses atomic_* support

2013-05-12 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57250 --- Comment #2 from Daniel Krügler daniel.kruegler at googlemail dot com --- (In reply to Jonathan Wakely from comment #1) Thanks for the pointer to the status page - sorry, I didn't check it before. For the future: Does it make sense to open such

[Bug rtl-optimization/56451] [4.8/4.9 regression] Wrong code for gcc.c-torture/execute/941015-1.c on SH

2013-05-12 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56451 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc dot

[Bug libstdc++/57250] [C++11] std::shared_ptr misses atomic_* support

2013-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57250 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com --- I would rather prefer a wiki page where people could vote for the features that they would like to see implemented and possibly also offer suggestions, eg pointers to

[Bug middle-end/55185] Error generated on extern inline function which isn't called

2013-05-12 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55185 --- Comment #3 from Markus Trippelsdorf markus at trippelsdorf dot de --- markus@x4 ~ % cat test.i extern double foo(); void bar() { foo(); } markus@x4 ~ % gcc -m32 -O2 -mno-sse -c test.i markus@x4 ~ % gcc -O2 -mno-sse -c test.i test.i: In

[Bug c++/57038] Latest libreoffice compilation fails with enabled LTO

2013-05-12 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57038 --- Comment #15 from Jan Hubicka hubicka at gcc dot gnu.org --- Hmm, this still does not seem helpful. mkdir -p /home/marxin/Programming/libreoffice/workdir/unxlngx6.pro/Dep/CxxObject/comphelper/source/property/ echo

[Bug c++/57253] GCC ignores ref-qualifiers of pseudo-function types in explicit specializations

2013-05-12 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57253 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug libgcc/57256] New: Building for arm-elf with CFLAGS_FOR_TARGET=-mabi=aapcs-linux fails in libgcc/crtstuff.c

2013-05-12 Thread bruck.michael at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57256 Bug ID: 57256 Summary: Building for arm-elf with CFLAGS_FOR_TARGET=-mabi=aapcs-linux fails in libgcc/crtstuff.c Product: gcc Version: 4.7.3 Status:

[Bug middle-end/57192] [4.9 Regression] miscompilation at -O3

2013-05-12 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57192 --- Comment #16 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Bill Schmidt from comment #15) I was able to download your code, and I can't reproduce the problem on powerpc64-unknown-linux-gnu with current trunk.

[Bug rtl-optimization/55278] [4.8/4.9 Regression] Botan performance regressions, other compilers generate better code than gcc

2013-05-12 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 --- Comment #14 from Uros Bizjak ubizjak at gmail dot com --- (In reply to Jakub Jelinek from comment #12) (force gcc to avoid xorw memory, %hireg and instead use movzwl memory, %sireg; ... xorl %sireg, %sireg2) and p2 was something similar for

[Bug fortran/50405] allocation LOOP or SIGSEGV

2013-05-12 Thread bdavis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50405 Bud Davis bdavis at gcc dot gnu.org changed: What|Removed |Added CC||bdavis at gcc dot

[Bug debug/57257] New: [4.9 Regression]: FAIL: gcc.dg/pr41345.c fails with -fcompare-debug failure (length)

2013-05-12 Thread ubizjak at gmail dot com
[2] with -fschedule-insns: ~/gcc-build/gcc/xgcc -B ~/gcc-build/gcc -O2 -g -fcompare-debug -fschedule-insns pr41345.c xgcc: error: pr41345.c: -fcompare-debug failure (length) [1] http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg01171.html [2] GNU C (GCC) version 4.9.0 20130512 (experimental

[Bug c++/57241] -Wmultichar warnings despite a #pragma diagnostic ignored -Wmultichar directive

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

[Bug c/57258] New: unused variable warning is emitted for volatile variables

2013-05-12 Thread nszabolcs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57258 Bug ID: 57258 Summary: unused variable warning is emitted for volatile variables Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57253] GCC ignores ref-qualifiers of pseudo-function types in explicit specializations

2013-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57253 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c/57259] New: extra load and store with -fexcess-precision=standard

2013-05-12 Thread nszabolcs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57259 Bug ID: 57259 Summary: extra load and store with -fexcess-precision=standard Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/57237] Upstreaming the rtems v850 multilib gcc patch

2013-05-12 Thread chris at contemporary dot net.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57237 Chris Johns chris at contemporary dot net.au changed: What|Removed |Added CC||chris at