[Bug fortran/37336] Fortran 2003: Finish derived-type finalization

2013-06-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 --- Comment #26 from Tobias Burnus --- Author: burnus Date: Fri Jun 21 21:51:41 2013 New Revision: 200321 URL: http://gcc.gnu.org/viewcvs?rev=200321&root=gcc&view=rev Log: 2013-06-21 Tobias Burnus * trans-array.c (gfc_trans_deferred_a

[Bug target/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #6

[Bug other/53317] Conversion from __int128 to __float128

2013-06-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53317 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/57672] New: va_list fixinclude needed for AIX 5.3 sys/types.h

2013-06-21 Thread chasonr at newsguy dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57672 Bug ID: 57672 Summary: va_list fixinclude needed for AIX 5.3 sys/types.h Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/57658] [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213

2013-06-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #5 f

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #10 from Georg-Johann Lay --- I can have a look at it, but it might take a month or so until I get back to this issue. If I understand correctly, bottom line of what you need is that avr-gcc does not warn for ISR names that are not of

[Bug c++/57658] [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213

2013-06-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 Paolo Carlini changed: What|Removed |Added Status|WAITING |NEW Target Milestone|---

[Bug c++/41437] No access control for classes in template functions

2013-06-21 Thread w.shane.grant at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41437 Shane changed: What|Removed |Added CC||w.shane.grant at gmail dot com --- Comment #5 fro

[Bug c++/57658] ICE in tsubst_copy, at cp/pt.c:12213

2013-06-21 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 --- Comment #3 from Takaki Makino --- Created attachment 30336 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30336&action=edit Reduced testcase Hi Paolo, Thank you for referring to the useful resource. Using these tools I've got a reduced v

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 pebbles at riseup dot net changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|pebbles

[Bug fortran/34928] Extension: volatile common blocks

2013-06-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34928 --- Comment #6 from Dominique d'Humieres --- > As the reporter of this enhancement request, I think it is something > that should be left open. > > Low priority, but this was a 'feature' of some f77 compilers in the past. G77 does compile the t

[Bug target/57669] Incorrect floating point values with 32-bit compile

2013-06-21 Thread oliverst at online dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 --- Comment #3 from Oliver Stoeneberg --- It's unoptimized code and using -msse -mfpmath=sse fixes it. But there is another fix: http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd(v=vs.110).aspx Changing autoc[coeff] += d * data[sample+co

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #8 from pebbles at riseup dot net --- (In reply to Georg-Johann Lay from comment #7) > (In reply to pebbles from comment #6) > > > This seems like a very small patch that makes GCC more extendable and > > accurate. I am not too attach

[Bug driver/7957] change request: more flexible %D specs directive so no need to set LD_LIBRARY_PATH

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7957 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/57669] Incorrect floating point values with 32-bit compile

2013-06-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #2 from Andrew Pinski

[Bug driver/45508] Does adding configure-options for specs-hardcoding make sense?

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45508 Jonathan Wakely changed: What|Removed |Added CC||benoit.hudson at gmail dot com --- Comm

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 Georg-Johann Lay changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned

[Bug c++/57671] Compile Error: When declared a pointer const TYPE const *p ; (p is name of pointer)

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

[Bug c/57669] Incorrect floating point values with 32-bit compile

2013-06-21 Thread jtaylor.debian at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 Julian Taylor changed: What|Removed |Added CC||jtaylor.debian at gmail dot com --- Comme

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #6 from pebbles at riseup dot net --- You seem to be speaking from an assumption that this warning code should not change. Is there a reason for not adding this small patch, which makes gcc more extendable and accurate? (In reply to G

[Bug c++/57671] New: Compile Error: When declared a pointer const TYPE const *p ; (p is name of pointer)

2013-06-21 Thread vlad94009277 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57671 Bug ID: 57671 Summary: Compile Error: When declared a pointer const TYPE const *p ; (p is name of pointer) Product: gcc Version: 4.8.1 Status: UNCONFIRMED Sever

[Bug c++/17166] Improve diagnostic for empty overload set listing the rejected overloads

2013-06-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17166 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug libstdc++/57666] valarray::operator= in c++11 mode does not adapt to size

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

[Bug middle-end/57670] Member-pointer calls should not be redirected to builtin_unreachable

2013-06-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57670 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/57670] New: Member-pointer calls should not be redirected to builtin_unreachable

2013-06-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57670 Bug ID: 57670 Summary: Member-pointer calls should not be redirected to builtin_unreachable Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug debug/57667] -femit-struct-debug-detailed

2013-06-21 Thread evgeny.gavrin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57667 --- Comment #3 from Evgeny Gavrin --- Command to run: egavrin@debian:~/dev/vd-issues/ld-memory-consumption/gcc-tests$ gcc-4.7 test.c -O0 -g2 -gdwarf-2 -femit-struct-debug-detailed=ind:ord:base egavrin@debian:~/dev/vd-issues/ld-memory-consumption/g

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #5 from Georg-Johann Lay --- (In reply to pebbles from comment #4) > (In reply to Georg-Johann Lay from comment #3) >> Would you explain what you are trying to achieve? > > For one thing, I'm coding in C++, so the handlers may be mang

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

2013-06-21 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57038 --- Comment #28 from Martin Liška --- Gdb instruction dump of ScDocument::CalcAll, place where SIGSEGV was received is marked with '>', address: 0x2aaab390c19d + B+ ¦0x2aaab390c180 <_ZN10ScDocument7CalcAllEv> push %r15

[Bug c++/57208] Latest chromium compilation fails with enabled LTO

2013-06-21 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208 --- Comment #20 from Martin Liška --- Link to ltrans16.cgraph dump: https://docs.google.com/file/d/0B0pisUJ80pO1c0JTTmR5Z1pQb28/edit?usp=sharing

[Bug fortran/34928] Extension: volatile common blocks

2013-06-21 Thread bdavis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34928 --- Comment #5 from Bud Davis --- As the reporter of this enhancement request, I think it is something that should be left open. Low priority, but this was a 'feature' of some f77 compilers in the past. Even if no-one ever adds this functional

[Bug c++/57208] Latest chromium compilation fails with enabled LTO

2013-06-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208 --- Comment #19 from Jan Hubicka --- chrome.wpa.000i.cgraph: _ZN3net12_GLOBAL__N_113DnsTCPAttempt12OnIOCompleteEi/8859591 (OnIOComplete) @0x7f80e10be980 Type: function definition analyzed Visibility: force_output prevailing_def_ironly Addres

[Bug c++/57208] Latest chromium compilation fails with enabled LTO

2013-06-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208 --- Comment #18 from Jan Hubicka --- What about trying ulimit -m to increase the number of FDs? (it requires root)

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

2013-06-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57038 --- Comment #27 from Jan Hubicka --- It is difficult to say why the unit test fails. Would be possible to run it in GDB and figure out why it segfaults? Honza

[Bug c++/57408] lambda, Variable length arrays, thread, internal compiler error: in expand_expr_real_1, at expr.c:9327

2013-06-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57408 Jason Merrill changed: What|Removed |Added Keywords||ice-on-invalid-code Status|NE

[Bug c/57669] New: Incorrect floating point values with 32-bit compile

2013-06-21 Thread oliverst at online dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 Bug ID: 57669 Summary: Incorrect floating point values with 32-bit compile Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #4 from pebbles at riseup dot net --- (In reply to Georg-Johann Lay from comment #3) > Would you explain what you are trying to achieve? For one thing, I'm coding in C++, so the handlers may be mangled to the wrong symbols unless I tel

[Bug c/52773] internal error: in replace_pseudos_in, at reload1.c:577

2013-06-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52773 --- Comment #7 from Mikael Pettersson --- Bernd Schmidt has posted a patch for review: http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01147.html

[Bug target/57631] [patch] spurious warning for avr interrupts with asm labels

2013-06-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 Georg-Johann Lay changed: What|Removed |Added Target||avr Priority|P3

[Bug other/57668] Regression in vectorizing memcpy pattern.

2013-06-21 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57668 --- Comment #1 from Ondrej Bilka --- Created attachment 30333 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30333&action=edit benchmark for memcpy

[Bug other/57668] New: Regression in vectorizing memcpy pattern.

2013-06-21 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57668 Bug ID: 57668 Summary: Regression in vectorizing memcpy pattern. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug libstdc++/57666] valarray::operator= in c++11 mode does not adapt to size

2013-06-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57666 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/57664] [4.8/4.9 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6750 with -fdebug-types-section and lambda

2013-06-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57664 --- Comment #2 from Marek Polacek --- Can't really bisect it further due to autoconf version, but it started between 186994 and 187108.

[Bug libstdc++/57666] valarray::operator= in c++11 mode does not adapt to size

2013-06-21 Thread thunderliu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57666 --- Comment #3 from thunderliu at gmail dot com --- Sorry I missed that. But the remaining (which is the point of this bug) still stands. (In reply to Jonathan Wakely from comment #2) > (In reply to thunderliu from comment #0) > > Non-member opera

[Bug target/57637] Miscompare on 178.galgel in SPEC2000 on arm

2013-06-21 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57637 --- Comment #5 from ktkachov at gcc dot gnu.org --- > Please try the attached patch. If it works, I will send it for community > review. Hi Zhenqiang, This seems to fix the miscompare on my setup, thanks! I haven't ran a full regression test on

[Bug libstdc++/57666] valarray::operator= in c++11 mode does not adapt to size

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57666 --- Comment #2 from Jonathan Wakely --- (In reply to thunderliu from comment #0) > Non-member operators for valarray<> returns instance of _Expr<> (lazy > evaluation?), instead of another valarray<>. This is non-conforming but > probably not a bug

[Bug debug/57667] -femit-struct-debug-detailed

2013-06-21 Thread evgeny.gavrin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57667 --- Comment #2 from Evgeny Gavrin --- Hi! >From the documentation to -femit-struct-debug-detailed: "The value `base' means that the base of name of the file in which the type declaration appears must match the base of the name of the main compila

[Bug c++/57401] 'Conflicting declaration' involving using declaration and dependent name

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

[Bug c++/57402] [4.9 Regression] ICE: in make_decl_rtl, at varasm.c:1147 when initializing variable-sized array

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

[Bug debug/57667] -femit-struct-debug-detailed

2013-06-21 Thread evgeny.gavrin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57667 --- Comment #1 from Evgeny Gavrin --- Created attachment 30332 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30332&action=edit structs declaration

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

2013-06-21 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57038 --- Comment #26 from Martin Liška --- Unit tests error: Program received signal SIGSEGV, Segmentation fault. 0x2aaab39189ed in ScDocument::CalcAll() () from /ssd/libreoffice/solver/unxlngx6.pro/lib/libsclo.so (gdb) bt #0 0x2aaab39189ed i

[Bug debug/57667] New: -femit-struct-debug-detailed

2013-06-21 Thread evgeny.gavrin at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57667 Bug ID: 57667 Summary: -femit-struct-debug-detailed Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assig

[Bug c++/57408] lambda, Variable length arrays, thread, internal compiler error: in expand_expr_real_1, at expr.c:9327

2013-06-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57408 Paolo Carlini changed: What|Removed |Added CC|superbem at gmail dot com |jason at gcc dot gnu.org --- Comme

[Bug libstdc++/57666] valarray::operator= in c++11 mode does not adapt to size

2013-06-21 Thread thunderliu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57666 thunderliu at gmail dot com changed: What|Removed |Added Target||x86_64-redhat-linux --- Comm

[Bug libstdc++/57666] New: valarray::operator= in c++11 mode does not adapt to size

2013-06-21 Thread thunderliu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57666 Bug ID: 57666 Summary: valarray::operator= in c++11 mode does not adapt to size Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/53211] range-based 'for' expression of type 'const int []' has incomplete type

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

[Bug c/57665] cpp: stringification does not work for __GNUC__

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57665 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/57659] Failure in installing documentation of gcc-4.7.2

2013-06-21 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57659 --- Comment #2 from Ellis N. Thomas --- Oops...re-used a previous report as a template! Pls take (sub)sections 6 as 5. (In reply to Jonathan Wakely from comment #1) > (In reply to Ellis N. Thomas from comment #0) > > 4 Information about the buil

[Bug c/57665] cpp: stringification does not work for __GNUC__

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57665 --- Comment #1 from Jonathan Wakely --- 1) You didn't attach a testcase 2) GCC 4.3 is unsupported and unmaintained 3) You have the wrong number of underscores: #define GCC_VERSION #__GNUC__ "." #___GNUC_MINOR__ "." #__GNUC_PATCHLEVEL

[Bug fortran/57663] Arithmetic error with -fPIC -O

2013-06-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57663 --- Comment #3 from Dominique d'Humieres --- > Is there any chance that someone has a look to this bug? No, but you can do it yourself. > I did not test all gcc/gfortran versions, so I am 100% sure that > this a 4.6-only issue. Furthermore, id

[Bug c/57665] New: cpp: stringification does not work for __GNUC__

2013-06-21 Thread Ulrich.Windl at rz dot uni-regensburg.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57665 Bug ID: 57665 Summary: cpp: stringification does not work for __GNUC__ Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug fortran/57663] Arithmetic error with -fPIC -O

2013-06-21 Thread bardeau at iram dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57663 --- Comment #2 from Sebastien Bardeau --- (In reply to Mikael Morin from comment #1) > (In reply to Sebastien Bardeau from comment #0) > > It seems that the gcc 4.6 branch is still receiving bug fixes, so could you > > have a look? > > > Unfotuna

[Bug debug/57664] [4.8/4.9 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6750 with -fdebug-types-section and lambda

2013-06-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57664 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|