[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

[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:

[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 burnus at gcc dot gnu.org --- Author: burnus Date: Sun Sep 15 10:54:10 2013 New Revision: 202601 URL: http://gcc.gnu.org/viewcvs?rev=202601root=gccview=rev Log: 2013-09-15 Tobias Burnus bur...@net-b.de

[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 burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[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 dominiq at lps dot ens.fr --- Works for me: [macbook] f90/bug% gfcc ~/test/Rouson/ssdSource/chapter05/hermetic/hermetic.F90 -c -Ofast [macbook] f90/bug% gfcc

[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 dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[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 gang.chen at asianux dot com --- 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

[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 martin at netbsd dot org --- 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

[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

[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 martin at netbsd dot org --- 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,

[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 burnus at gcc dot gnu.org --- (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

[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 burnus at gcc dot gnu.org --- 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

[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 rose.garcia-eggl2fk at yopmail dot com --- 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:

[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 redi at gcc dot gnu.org 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 burnus at gcc dot gnu.org --- 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

[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 mrs at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0 ---

[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 mrs at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 mrs at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 jason at gcc dot gnu.org --- Author: jason Date: Sun Sep 15 19:34:34 2013 New Revision: 202604 URL: http://gcc.gnu.org/viewcvs?rev=202604root=gccview=rev Log: PR c++/41933 * cp-tree.h (DECL_PACK_P):

[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 jason at gcc dot gnu.org --- Author: jason Date: Sun Sep 15 19:34:42 2013 New Revision: 202605 URL: http://gcc.gnu.org/viewcvs?rev=202605root=gccview=rev Log: Core DR 904 PR c++/41933 * parser.c

[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 jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[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 burnus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 jan.sm...@alcatel-lucent.com --- 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

[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

[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

[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 jbg...@lug-owl.de --- 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

[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 gang.chen at asianux dot com --- Created attachment 30825 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30825action=edit Issue is within xgcc, can exclude cc1 by comparing the summary log between gcc-4.8.0 and