[Bug c++/43734] cerr related segmentation fault

2013-11-27 Thread e...@sf-mail.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43734 Rolf Eike Beer changed: What|Removed |Added CC||e...@sf-mail.de --- Comment #8 from Rolf

[Bug c++/43734] cerr related segmentation fault

2013-11-27 Thread e...@sf-mail.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43734 --- Comment #9 from Rolf Eike Beer --- Created attachment 31314 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31314&action=edit ii file of testcase

[Bug c/19449] __builtin_constant_p cannot resolve to const when optimizing

2013-11-27 Thread desrt at desrt dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19449 Ryan Lortie changed: What|Removed |Added CC||desrt at desrt dot ca --- Comment #7 from R

[Bug bootstrap/59199] [4.9 Regression] r205032 caused LTO bootstrap to fail with bootstrap-profile

2013-11-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59199 --- Comment #2 from H.J. Lu --- Created attachment 31315 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31315&action=edit A patch I don't know why this patch works.

[Bug driver/59321] New: -fuse-ld does not have effect on -print-prog-name

2013-11-27 Thread maemarcus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59321 Bug ID: 59321 Summary: -fuse-ld does not have effect on -print-prog-name Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/59032] [4.8 Regression] ICE incrementing vector type

2013-11-27 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032 Volker Reichelt changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Summary|[4

[Bug driver/59321] -fuse-ld does not have effect on -print-prog-name

2013-11-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59321 --- Comment #1 from H.J. Lu --- -print-prog-name=foobar gives the path name of program, foobar. which isn't necessarily used by the GCC driver: [hjl@gnu-6 gcc-4.6.3-x32]$ ./bin/gcc -print-prog-name=as as [hjl@gnu-6 gcc-4.6.3-x32]$ ./bin/gcc -pr

[Bug tree-optimization/58018] [4.9 Regression] ICE in tree_ssa_unswitch_loops at -O3

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58018 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Nov 27 23:41:56 2013 New Revision: 205466 URL: http://gcc.gnu.org/viewcvs?rev=205466&root=gcc&view=rev Log: PR middle-end/57393 PR tree-optimization/58018 PR tree-optimizat

[Bug c/59310] FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors)

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59310 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Nov 27 23:42:48 2013 New Revision: 205467 URL: http://gcc.gnu.org/viewcvs?rev=205467&root=gcc&view=rev Log: PR c/59310 * c-parser.c (c_parser_omp_target): Copy "#pragma omp tar

[Bug tree-optimization/58131] ICE in execute, tree-vrp.c:9616 (in both 32-bit and 64-bit modes)

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58131 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Nov 27 23:41:56 2013 New Revision: 205466 URL: http://gcc.gnu.org/viewcvs?rev=205466&root=gcc&view=rev Log: PR middle-end/57393 PR tree-optimization/58018 PR tree-optimizat

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

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393 --- Comment #43 from Jakub Jelinek --- Author: jakub Date: Wed Nov 27 23:41:56 2013 New Revision: 205466 URL: http://gcc.gnu.org/viewcvs?rev=205466&root=gcc&view=rev Log: PR middle-end/57393 PR tree-optimization/58018 PR tree-optimiza

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

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

[Bug c/59310] FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors)

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

[Bug rtl-optimization/59311] [4.9 Regression] LRA fails to update REG_CFA_SET_VDRAP note

2013-11-27 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59311 --- Comment #12 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Nov 27 23:54:26 2013 New Revision: 205468 URL: http://gcc.gnu.org/viewcvs?rev=205468&root=gcc&view=rev Log: Also handle REG_XXX notes in spill_pseudos PR rtl-optimization/

[Bug rtl-optimization/59311] [4.9 Regression] LRA fails to update REG_CFA_SET_VDRAP note

2013-11-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59311 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/59322] New: ICE with segfault on valid code at -O1, -O2, and -O3 on x86_64-linux-gnu

2013-11-27 Thread su at cs dot ucdavis.edu
--enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20131127 (experimental) [trunk revision 205463] (GCC) $ $ gcc-trunk -O0 -c small.c $ gcc-trunk -Os -c small.c $ gcc-4.8.2 -O1 -c small.c $ $ gcc-trunk -O1 -c small.c small.c: In function ‘foo’: small.c

[Bug c/59304] #pragma diagnostic pop after warning fails for options unspecified in the command-line and disabled by default

2013-11-27 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59304 Manuel López-Ibáñez changed: What|Removed |Added Summary|#pragma diagnostic pop |#pragma diagnostic pop

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

2013-11-27 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #50 from Bernd Edlinger --- (In reply to Paulo J. Matos from comment #49) > I noticed that enabling misaligned moves have created a few test failures on > my port. Namely: execute.exp=20051113-1.c. It was generating one too many > move

[Bug c/59304] #pragma diagnostic pop after warning fails for options unspecified in the command-line and disabled by default

2013-11-27 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59304 Manuel López-Ibáñez changed: What|Removed |Added Keywords||patch --- Comment #5 from Manuel Ló

[Bug c++/33799] Return value's destructor not executed when a local variable's destructor throws

2013-11-27 Thread temporal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 Kenton Varda changed: What|Removed |Added CC||temporal at gmail dot com --- Comment #5 f

[Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite

2013-11-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/59323] New: [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026

2013-11-27 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59323 Bug ID: 59323 Summary: [4.9 Regression] Int. comp. error: in add_AT_specification, at dwarf2out.c:4026 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

<    1   2