[Bug rtl-optimization/57662] [4.9 Regression] ICE: SIGSEGV in code_motion_process_successors with -fschedule-insns2 -fselective-scheduling2

2013-10-31 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57662 --- Comment #6 from Andrey Belevantsev abel at gcc dot gnu.org --- (In reply to Richard Biener from comment #5) Fixed according to 2013-08-14 Andrey Belevantsev a...@ispras.ru PR rtl-optimization/57662 * sel-sched.c

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-10-31 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #11 from Eric Botcazou ebotcazou at gcc dot gnu.org --- So why don't reject it at TARGET_LEGITIMATE_COMBINED_INSN/ix86_legitimate_combined_insn instead of limit at combine phase if it's only benefit for x86 ? The question sounds

[Bug c++/58868] [4.9 Regression] ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58868 octoploid at yandex dot com changed: What|Removed |Added CC||octoploid at yandex dot com

[Bug c++/58868] [4.9 Regression] ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x

2013-10-31 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58868 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 ---

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-10-31 Thread npickito at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #12 from Kito Cheng npickito at gmail dot com --- The question sounds self-contradictory... Anyway, rather than inventing a new hook for each problem, let's try to formulate it in terms of existing hooks.

[Bug other/58900] parsing bug: undefined reference for libraries, specified before source files

2013-10-31 Thread nick87720z at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58900 --- Comment #3 from nick87720z at gmail dot com --- Looks like i just did not get something from gcc info book. After short search for topics about gcc for possible describing of such error i found one (russian), explicating it by feature to

[Bug other/58900] parsing bug: undefined reference for libraries, specified before source files

2013-10-31 Thread nick87720z at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58900 nick87720z at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-10-31 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #13 from Eric Botcazou ebotcazou at gcc dot gnu.org --- TARGET_LEGITIMATE_COMBINED_INSN hook is add in r190846 and x86 used it in r190847. Sure, but you cannot use an x86 hook to reject something for non-x86 arches...

[Bug bootstrap/58935] New: cannot install `libcilkrts.la' to a directory not ending in /usr/local/gcc_current/lib/gcc/x86_64-unknown-linux-gnu/

2013-10-31 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58935 Bug ID: 58935 Summary: cannot install `libcilkrts.la' to a directory not ending in /usr/local/gcc_current/lib/gcc/x86_64-unknown-linux-gn u/ Product: gcc

[Bug other/58925] --enable-version-specific-runtime-libs breaks libcilk install

2013-10-31 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||dimhen at gmail dot

[Bug bootstrap/58935] cannot install `libcilkrts.la' to a directory not ending in /usr/local/gcc_current/lib/gcc/x86_64-unknown-linux-gnu/

2013-10-31 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58935 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/58936] New: wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread eoodin at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 Bug ID: 58936 Summary: wrong Makefile generated when gmp/mpfr/mpc installed in custom folder Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread eoodin at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #2 from Liu Jian eoodin at outlook dot com --- correction: Makefile I corrected should be SRChost-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp == GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread eoodin at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #1 from Liu Jian eoodin at outlook dot com --- correction: Makefile I corrected should be SRChost-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp == GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2013-10-31 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #3 from Mikael Pettersson mikpelinux at gmail dot com --- (In reply to Liu Jian from comment #0) I configured gcc using: ./configure --prefix=$HOME --with-gmp=$HOME --with-mpfr=$HOME --with-mpc=$HOME When I am compiling gcc 4.8.2,

[Bug sanitizer/58543] Invalid unpoisoning of stack redzones on ARM

2013-10-31 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58543 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2013-10-31 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 --- Comment #1 from Ramana Radhakrishnan ramana at gcc dot gnu.org --- Created attachment 31116 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31116action=edit reduced testcase.

[Bug target/58901] vax bootstrap fails on subreg reload

2013-10-31 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58901 --- Comment #3 from Martin Husemann martin at netbsd dot org --- Matt asked for the instruction involved - I think it is this: (insn 245 244 246 51 (set (mem:HI (reg/v/f:SI 1 %r1 [orig:67 sup ] [67]) [2 *sup_104+0 S2 A16]) (plus:HI

[Bug c++/58581] [4.7/4.8/4.9 Regression] [c++11] ICE with no-throw specification in deleted function

2013-10-31 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58581 --- Comment #2 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 31 10:11:49 2013 New Revision: 204249 URL: http://gcc.gnu.org/viewcvs?rev=204249root=gccview=rev Log: /cp 2013-10-30 Paolo Carlini

[Bug c++/58581] [4.7/4.8/4.9 Regression] [c++11] ICE with no-throw specification in deleted function

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

[Bug c++/58932] [4.9 Regression][C++11] Deleted functions and SFINAE in partial template specializations

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58932 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug sanitizer/58937] New: Preloaded libasan segfaults on unsanitized executables

2013-10-31 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58937 Bug ID: 58937 Summary: Preloaded libasan segfaults on unsanitized executables Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/56853] GNU Fortran is not working

2013-10-31 Thread toedt at embl dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56853 g toedt at embl dot de changed: What|Removed |Added CC||toedt at embl dot de --- Comment

[Bug target/56853] GNU Fortran is not working

2013-10-31 Thread toedt at embl dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56853 --- Comment #4 from g toedt at embl dot de --- cpu is an Intel Core 2 Duo

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|cris-axis-elf |cris-axis-elf,

[Bug libstdc++/58938] New: [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread rafal at rawicki dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 Bug ID: 58938 Summary: [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support Product: gcc Version: unknown Status:

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- I'm not really sure what we can do here. You need to use -pthread.

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- I suppose we could turn all timed waiting functions into sleeps, and wait() into an infinite loop, when libpthread is not linked in, but I'd prefer not to add that complexity.

[Bug c++/58932] [4.9 Regression][C++11] Deleted functions and SFINAE in partial template specializations

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58932 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug sanitizer/58937] Preloaded libasan segfaults on unsanitized executables

2013-10-31 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58937 --- Comment #1 from Yury Gribov y.gribov at samsung dot com --- Created attachment 31118 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31118action=edit Draft patch Here is a draft patch implementing my proposal.

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Target|cris-axis-elf,

[Bug sanitizer/58937] Preloaded libasan segfaults on unsanitized executables

2013-10-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58937 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Why don't you add __attribute__((constructor)) to __asan_init instead?

[Bug target/51001] redundant address re-computations on ARM

2013-10-31 Thread yufeng at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51001 Yufeng Zhang yufeng at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 chrbr at gcc dot gnu.org changed: What|Removed |Added CC||chrbr at gcc dot gnu.org ---

[Bug c++/58932] [4.9 Regression][C++11] Deleted functions and SFINAE in partial template specializations

2013-10-31 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58932 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 31 12:09:17 2013 New Revision: 204250 URL: http://gcc.gnu.org/viewcvs?rev=204250root=gccview=rev Log: /cp 2013-10-31 Paolo Carlini

[Bug c++/58466] [4.8 Regression] ICE in cxx_eval_constant_expression

2013-10-31 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58466 --- Comment #7 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 31 12:09:17 2013 New Revision: 204250 URL: http://gcc.gnu.org/viewcvs?rev=204250root=gccview=rev Log: /cp 2013-10-31 Paolo Carlini

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug sanitizer/58543] Invalid unpoisoning of stack redzones on ARM

2013-10-31 Thread ygribov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58543 --- Comment #10 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Oct 31 12:10:01 2013 New Revision: 204251 URL: http://gcc.gnu.org/viewcvs?rev=204251root=gccview=rev Log: 2013-10-31 Richard Sandiford rsand...@linux.vnet.ibm.com

[Bug c++/58932] [4.9 Regression][C++11] Deleted functions and SFINAE in partial template specializations

2013-10-31 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58932 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 31 12:10:20 2013 New Revision: 204252 URL: http://gcc.gnu.org/viewcvs?rev=204252root=gccview=rev Log: /cp 2013-10-31 Paolo Carlini

[Bug c++/58466] [4.8 Regression] ICE in cxx_eval_constant_expression

2013-10-31 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58466 --- Comment #8 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 31 12:10:20 2013 New Revision: 204252 URL: http://gcc.gnu.org/viewcvs?rev=204252root=gccview=rev Log: /cp 2013-10-31 Paolo Carlini

[Bug c++/58932] [4.9 Regression][C++11] Deleted functions and SFINAE in partial template specializations

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

[Bug c++/58466] [4.8/4.9 Regression] ICE in cxx_eval_constant_expression

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58466 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug sanitizer/58937] Preloaded libasan segfaults on unsanitized executables

2013-10-31 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58937 Yury Gribov y.gribov at samsung dot com changed: What|Removed |Added Attachment #31118|0 |1 is

[Bug preprocessor/58939] New: Cannot Cross-Build Android Native GCC 4.8 libcpp build conversion errors

2013-10-31 Thread chaselton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58939 Bug ID: 58939 Summary: Cannot Cross-Build Android Native GCC 4.8 libcpp build conversion errors Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 --- Comment #6 from Ramana Radhakrishnan ramana at gcc dot gnu.org --- Created attachment 31121 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31121action=edit arm-none-eabi reduced testcase ./cc1 -O2 -g -mthumb -mcpu=cortex-a9 -mfpu=neon

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- So why is this a regression? Does ARM define _GLIBCXX_ATOMIC_BUILTINS_4 but ATOMIC_INT_LOCK_FREE=1 ? That seems like a bug in those definitions.

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

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58701 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com --- However, I think this is invalid

[Bug c++/58931] condition_variable::wait_until overflowed by large time_pointsteady_clock

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58931 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||redi at gcc dot

[Bug preprocessor/58580] [4.8/4.9 Regression] preprocessor goes OOM with warning for zero literals

2013-10-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58580 --- Comment #6 from Dodji Seketeli dodji at gcc dot gnu.org --- A candidate patch was sent to http://gcc.gnu.org/ml/gcc-patches/2013-10/msg02676.html

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread rafal at rawicki dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 Rafał Rawicki rafal at rawicki dot org changed: What|Removed |Added CC||rafal at rawicki

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread rafal at rawicki dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 --- Comment #4 from Rafał Rawicki rafal at rawicki dot org --- (In reply to Rafał Rawicki from comment #3) This is a regression, because a more specific _GLIBCXX_ATOMIC_BUILTINS_4 was defined (but is no longer available) and now there is defined

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-10-31 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #14 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Thu Oct 31 13:39:26 2013 New Revision: 204254 URL: http://gcc.gnu.org/viewcvs?rev=204254root=gccview=rev Log: 2013-10-31 Martin Jambor mjam...@suse.cz

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 --- Comment #7 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Thu Oct 31 13:39:26 2013 New Revision: 204254 URL: http://gcc.gnu.org/viewcvs?rev=204254root=gccview=rev Log: 2013-10-31 Martin Jambor mjam...@suse.cz

[Bug c++/58940] New: [C++11] Bogus error: use of deleted function ...

2013-10-31 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58940 Bug ID: 58940 Summary: [C++11] Bogus error: use of deleted function ... Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/58934] [4.9 Regression]: build fails on cris-elf in reload_cse_simplify_operands for newlib dtoa.c

2013-10-31 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58934 David Edelsohn dje at gcc dot gnu.org changed: What|Removed |Added Target|cris-axis-elf, |cris-axis-elf,

[Bug c++/58856] [4.9 Regression] spurious 'wrong number of template arguments' error for template alias

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58856 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jason at

[Bug c/58941] New: MIPS: value modification on zero-length array optimized away

2013-10-31 Thread thomas.moschcau at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58941 Bug ID: 58941 Summary: MIPS: value modification on zero-length array optimized away Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: major

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|rafal at rawicki dot org

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Rafał Rawicki from comment #3) This is a regression, because a more specific _GLIBCXX_ATOMIC_BUILTINS_4 was defined (but is no longer available) and now there is

[Bug c++/58162] [C++11] bogus error: use of deleted function 'constexpr A::A(const A)'

2013-10-31 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 --- Comment #2 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Thu Oct 31 14:41:55 2013 New Revision: 204263 URL: http://gcc.gnu.org/viewcvs?rev=204263root=gccview=rev Log: PR c++/58162 * parser.c

[Bug target/58901] vax bootstrap fails on subreg reload

2013-10-31 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58901 --- Comment #4 from Martin Husemann martin at netbsd dot org --- I got a quick lesson in addressing modes for vax ;-) It seems the mode = HImode passed to the upper functions in the call stack is the problem - with HImode we can only use index

[Bug c++/58616] [meta-bug] nsdmi

2013-10-31 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58616 Bug 58616 depends on bug 58162, which changed state. Bug 58162 Summary: [C++11] bogus error: use of deleted function 'constexpr A::A(const A)' http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 What|Removed

[Bug c++/58162] [C++11] bogus error: use of deleted function 'constexpr A::A(const A)'

2013-10-31 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/58938] [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support

2013-10-31 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 --- Comment #7 from Andrew Macleod amacleod at redhat dot com --- (In reply to Jonathan Wakely from comment #6) (In reply to Rafał Rawicki from comment #3) This is a regression, because a more specific _GLIBCXX_ATOMIC_BUILTINS_4 was defined

[Bug c/58942] New: cilkplus internal compiler error: tree check __sec_reduce_max_ind

2013-10-31 Thread tprince at computer dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58942 Bug ID: 58942 Summary: cilkplus internal compiler error: tree check __sec_reduce_max_ind Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c/58942] cilkplus internal compiler error: tree check __sec_reduce_max_ind

2013-10-31 Thread tprince at computer dot org
with: ../configure --prefix=/usr/local/gcc-4.9 --enable-languages='c c++ fortran' Thread model: posix gcc version 4.9.0 20131031 (experimental) (GCC) COLLECT_GCC_OPTIONS='-O2' '-ftree-vectorize' '-fopenmp' '-std=c99' '-funroll-loops' '--param' 'max-unroll-times=4' '-c' '-fcilkplus' '-v' '-mtune

[Bug c++/58834] [4.9 Regression] ICE on __builtin_shuffle within template function

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58834 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com --- Marc, can you prepare a patch?

[Bug bootstrap/58925] --enable-version-specific-runtime-libs breaks libcilk install

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

[Bug c/58943] New: wrong calculation of indirect structure member arithmetic via function call

2013-10-31 Thread Dimitar.Peikov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58943 Bug ID: 58943 Summary: wrong calculation of indirect structure member arithmetic via function call Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity:

[Bug middle-end/58134] [4.8/4.9 Regression] -ftree-vectorizer-verbose=n shows vectorized loops only for N== 1 and N 2 but not for N==2

2013-10-31 Thread singhai at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58134 Sharad Singhai singhai at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #3 from Johan Lundberg lundberj at gmail dot com --- (In reply to Jonathan Wakely from comment #2) I suppose we could turn all timed waiting functions into sleeps, and wait() into an infinite loop, when libpthread is not linked in,

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- I don't think -pthread sets _REENTRANT for all targets, although it might do for all those where we actually support std::condition_variable.

[Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)

2013-10-31 Thread quantheory at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196 Sean Santos quantheory at gmail dot com changed: What|Removed |Added CC||quantheory at

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org --- Also, some people compile without -pthread then link with -lpthread manually. We could say that's technically unsupported, but currently it works.

[Bug c++/58162] [C++11] bogus error: use of deleted function 'constexpr A::A(const A)'

2013-10-31 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 --- Comment #4 from James Dennett james.dennett at gmail dot com --- Thanks, Jason.

[Bug c++/56037] Spurious syntax error triggered before ambiguity resolution of type-id

2013-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56037 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug preprocessor/58687] #line __LINE__ ... changes subsequent line numbers

2013-10-31 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58687 --- Comment #14 from Max TenEyck Woodbury mtewoodbury at gmail dot com --- Created attachment 31125 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31125action=edit Patch to postpone __LINE__ evaluation to the end of a # line directive. Patch

[Bug other/58944] New: [4.9 Regression] bogus -Wunused-macros warnings when compiling Libreoffice

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58944 Bug ID: 58944 Summary: [4.9 Regression] bogus -Wunused-macros warnings when compiling Libreoffice Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

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

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58944 octoploid at yandex dot com changed: What|Removed |Added CC||tmsriram at gcc dot gnu.org

[Bug target/58945] New: Improve atomic_compare_and_swap*_doubleword pattern

2013-10-31 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58945 Bug ID: 58945 Summary: Improve atomic_compare_and_swap*_doubleword pattern Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/58945] Improve atomic_compare_and_swap*_doubleword pattern

2013-10-31 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58945 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Target||x86

[Bug tree-optimization/58946] New: [4.9 Regression] internal compiler error: in operator[], at vec.h:722

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58946 Bug ID: 58946 Summary: [4.9 Regression] internal compiler error: in operator[], at vec.h:722 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

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

2013-10-31 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58943 Mikael Pettersson mikpelinux at gmail dot com changed: What|Removed |Added CC||mikpelinux

[Bug fortran/58947] New: [OOP] ICE on select type with non-polymorphic selector

2013-10-31 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58947 Bug ID: 58947 Summary: [OOP] ICE on select type with non-polymorphic selector Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug c++/58948] New: c++0x support for enums in namespaces

2013-10-31 Thread sshannin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58948 Bug ID: 58948 Summary: c++0x support for enums in namespaces Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++

[Bug tree-optimization/58946] [4.9 Regression] internal compiler error: in operator[], at vec.h:722

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58946 octoploid at yandex dot com changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug tree-optimization/58946] [4.9 Regression] internal compiler error: in operator[], at vec.h:722

2013-10-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58946 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to octoploid from comment #1) Started with r204194. Yes I expected failures to happen in reassoc due it not being well tested before and now my patch is forcing the path

[Bug bootstrap/58949] New: libcilkrts will not bootstrap on x86_64 without libstdc++.i686 32 bit libraries installed

2013-10-31 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58949 Bug ID: 58949 Summary: libcilkrts will not bootstrap on x86_64 without libstdc++.i686 32 bit libraries installed Product: gcc Version: unknown Status: UNCONFIRMED

[Bug bootstrap/58925] --enable-version-specific-runtime-libs breaks libcilk install

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 --- Comment #4 from octoploid at yandex dot com --- The following patch fixes the issue for me: diff --git a/libcilkrts/Makefile.am b/libcilkrts/Makefile.am index f332cfb13de6..40a19787fda7 100644 --- a/libcilkrts/Makefile.am +++

[Bug tree-optimization/58946] [4.9 Regression] internal compiler error: in operator[], at vec.h:722

2013-10-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58946 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug bootstrap/58925] --enable-version-specific-runtime-libs breaks libcilk install

2013-10-31 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 --- Comment #5 from Balaji V. Iyer bviyer at gmail dot com --- Hi, I just submitted a patch to the gcc-patches mailing list. Can you try that out? Thanks, Balaji V. Iyer. On Thu, Oct 31, 2013 at 6:02 PM, octoploid at yandex dot com

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

2013-10-31 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58950 Bug ID: 58950 Summary: [4.9 Regression] Missing statement has no effect Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal

[Bug bootstrap/58925] --enable-version-specific-runtime-libs breaks libcilk install

2013-10-31 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 --- Comment #6 from octoploid at yandex dot com --- (In reply to Balaji V. Iyer from comment #5) Hi, I just submitted a patch to the gcc-patches mailing list. Can you try that out? Our mails just crossed and I think your patch is fine. Will

[Bug bootstrap/58925] --enable-version-specific-runtime-libs breaks libcilk install

2013-10-31 Thread bviyer at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 --- Comment #7 from bviyer at gcc dot gnu.org --- Author: bviyer Date: Thu Oct 31 23:55:21 2013 New Revision: 204280 URL: http://gcc.gnu.org/viewcvs?rev=204280root=gccview=rev Log: Fix for PR other/58925 +2013-10-31 Balaji V. Iyer

[Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl

2013-10-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58951 Bug ID: 58951 Summary: [4.9 regression] cilk build fails due to use of -ldl Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl

2013-10-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58951 Gerald Pfeifer gerald at pfeifer dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

  1   2   >