[Bug target/58423] New: [ARM]ICE with shrink-wrap-sibcall.c on a15/neon/hard

2013-09-15 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58423 Bug ID: 58423 Summary: [ARM]ICE with shrink-wrap-sibcall.c on a15/neon/hard Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/58424] New: [ARM]gcc.target/arm/pr42575.c failed on arm

2013-09-15 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58424 Bug ID: 58424 Summary: [ARM]gcc.target/arm/pr42575.c failed on arm Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #7 from Tobias Burnus --- Author: burnus Date: Sun Sep 15 10:54:10 2013 New Revision: 202601 URL: http://gcc.gnu.org/viewcvs?rev=202601&root=gcc&view=rev Log: 2013-09-15 Tobias Burnus PR fortran/57697 * resolve.c (

[Bug fortran/58355] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-09-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/58425] New: Finalization: Segfault at runtime

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58425 Bug ID: 58425 Summary: Finalization: Segfault at runtime Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug fortran/58356] ICE with finalization and type extension

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58356 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Bug fortran/58425] Finalization: Segfault at runtime

2013-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58425 --- Comment #1 from Dominique d'Humieres --- Works for me: [macbook] f90/bug% gfcc ~/test/Rouson/ssdSource/chapter05/hermetic/hermetic.F90 -c -Ofast [macbook] f90/bug% gfcc ~/test/Rouson/ssdSource/chapter05/hermetic/vortex.F90 -c -Ofast [macbook]

[Bug fortran/58356] ICE with finalization and type extension

2013-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58356 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-15 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #8 from Chen Gang --- For gcc-4.9.0, I got summary trace for it (call stack for cc1, how many the related loopings during calling flow), hope it may be a little useful. (I will do the same thing for gcc-4.8.0, and compare them). And i

[Bug target/58426] New: vax fails to compile gcov.c in stage1

2013-09-15 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 Bug ID: 58426 Summary: vax fails to compile gcov.c in stage1 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/58426] vax fails to compile gcov.c in stage1

2013-09-15 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 --- Comment #1 from Martin Husemann --- The error happens here: #1 0x002d15ca in output_addr_const (file=0x7f5b79c8, x=0x7f10a250, 2136701384, 2131796560) at ../../gcc-4.8.1/gcc/final.c:3877 #2 0x002d1466 in output_addr_const (file=0x7f5b7

[Bug bootstrap/58427] New: xgcc target compilation depends on installed libgcc_s.so

2013-09-15 Thread rose.garcia-eggl2fk at yopmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58427 Bug ID: 58427 Summary: xgcc target compilation depends on installed libgcc_s.so Product: gcc Version: 4.5.4 Status: UNCONFIRMED Severity: normal Priori

[Bug target/58426] vax fails to compile gcov.c in stage1

2013-09-15 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 --- Comment #2 from Martin Husemann --- The more interesting XEXP(x, 0) of that rtx is the one triggering the failure: $15 = {code = REG, mode = SImode, jump = 0, call = 0, unchanging = 0, volatil = 0, in_struct = 0, used = 0, frame_related =

[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #13 from Tobias Burnus --- (In reply to Tobias Burnus from comment #10) > The patch of comment 9 fixes most of the issues. However, some are still > left. Cf. http://gcc.gnu.org/ml/fortran/2012-11/msg00072.html See also PR57696. The n

[Bug fortran/57696] [OOP] Defined assignment for components not used when those are ALLOCATABLE

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57696 --- Comment #4 from Tobias Burnus --- See also PR 57697; the a similar needs to be also addressed when fixing this bug, namely the case that for: var.foo.bar "foo" is NULL/unallocated while "bar" appears in the defined assignment. See also PR46

[Bug bootstrap/58427] xgcc target compilation depends on installed libgcc_s.so

2013-09-15 Thread rose.garcia-eggl2fk at yopmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58427 --- Comment #1 from Rose Garcia --- related binutils bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=12549#c18

[Bug c++/58428] New: Compile error when declare nested class as a friend of another template class.

2013-09-15 Thread ytj000 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58428 Bug ID: 58428 Summary: Compile error when declare nested class as a friend of another template class. Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: m

[Bug c++/58428] Compile error when declare nested class as a friend of another template class.

2013-09-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58428 Jonathan Wakely changed: What|Removed |Added Severity|major |normal

[Bug fortran/58425] Finalization: Segfault at runtime

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58425 --- Comment #2 from Tobias Burnus --- The code works when one adds a line to vortex.F90's manual_finalizer: do while(associated(current%next)) next => current%next ! start after break in chain deallocate(current) current=>ne

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-15 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 mrs at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0 --- Comment #24 from mrs a

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-15 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 mrs at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto

2013-09-15 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094 mrs at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 --- Comment #10 from Jason Merrill --- Author: jason Date: Sun Sep 15 19:34:34 2013 New Revision: 202604 URL: http://gcc.gnu.org/viewcvs?rev=202604&root=gcc&view=rev Log: PR c++/41933 * cp-tree.h (DECL_PACK_P): Replace FUNCTION_PARAMETER_

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 --- Comment #11 from Jason Merrill --- Author: jason Date: Sun Sep 15 19:34:42 2013 New Revision: 202605 URL: http://gcc.gnu.org/viewcvs?rev=202605&root=gcc&view=rev Log: Core DR 904 PR c++/41933 * parser.c (cp_parser_lambda_introduce

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug fortran/58425] Finalization: Segfault at runtime

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58425 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/58411] no_sanitize_undefined function attribute

2013-09-15 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58411 --- Comment #3 from Jan Smets --- Eg, these attributes are useful too I think: no_sanitize => disable ALL sanitize checks sanitize -> enable ALL sanitize checks no_sanitize_{address,undefined,vla...} => disable the specific check sanitize_{addre

[Bug fortran/58355] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-09-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|una

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

2013-09-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58410 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/58429] New: _Decimal64 support is broken on powerpc64 with the mode32 ABI (-m32 -mpowerpc64)

2013-09-15 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58429 Bug ID: 58429 Summary: _Decimal64 support is broken on powerpc64 with the mode32 ABI (-m32 -mpowerpc64) Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity:

[Bug target/58426] vax fails to compile gcov.c in stage1

2013-09-15 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 --- Comment #3 from Jan-Benedict Glaw --- Hm, the initial PLUS part looks a bit like what I ment to fix with a recent patch. How old is your checkout? My fix was committed as r202600 / git:3719e41cf6b9d. So I hope I didn't break something else. (T

[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-15 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #9 from Chen Gang --- Created attachment 30825 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30825&action=edit Issue is within xgcc, can exclude cc1 by comparing the summary log between gcc-4.8.0 and gcc-4.9.0. By comparing the

[Bug target/58426] vax fails to compile gcov.c in stage1

2013-09-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug c++/58430] New: GCC hangs with 100% cpu core utilization during template compilation

2013-09-15 Thread apiro...@manage-it.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58430 Bug ID: 58430 Summary: GCC hangs with 100% cpu core utilization during template compilation Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #8 from Tobias Burnus --- Author: burnus Date: Mon Sep 16 06:42:02 2013 New Revision: 202609 URL: http://gcc.gnu.org/viewcvs?rev=202609&root=gcc&view=rev Log: 2013-09-16 Tobias Burnus PR fortran/57697 * resolve.c (

[Bug tree-optimization/58431] New: wrong code at -O3 on x86_64-linux-gnu (in 32-bit mode)

2013-09-15 Thread su at cs dot ucdavis.edu
-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130915 (experimental) [trunk revision 202599] (GCC) $ gcc-trunk -m32 -O2 small.c $ a.out $ gcc-4.8 -m32 -O3 small.c $ a.out $ gcc-trunk -m32 -O3 small.c $ a.out Aborted