[Bug c++/53752] New: ice in write_array_type

2012-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53752 Bug #: 53752 Summary: ice in write_array_type Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/53753] New: stack based constructor is not called for Class1 Object1()

2012-06-23 Thread kiran.puttur at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53753 Bug #: 53753 Summary: stack based constructor is not called for Class1 Object1() Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/53752] ice in write_array_type

2012-06-23 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53752 --- Comment #1 from dcb dcb314 at hotmail dot com 2012-06-23 08:22:17 UTC --- Created attachment 27689 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27689 gzipped C++ source code

[Bug c++/53753] stack based constructor is not called for Class1 Object1()

2012-06-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53753 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-06-23 08:55:40 UTC --- Myclass instance1(); I think this is really a function declaration name instance1 returning Myclass and not a variable declaration.

[Bug lto/53746] [lto] segfault in std::vector::__base_ctor (with -fno-math-errno -fipa-pta)

2012-06-23 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53746 vincenzo Innocente vincenzo.innocente at cern dot ch changed: What|Removed |Added Summary|[lto] segfault in

[Bug lto/53746] [lto] segfault in std::vector::__base_ctor (with -fno-math-errno -fipa-pta) and ICE with trunk revision 188906

2012-06-23 Thread vincenzo.innocente at cern dot ch
188906 --- Comment #3 from vincenzo Innocente vincenzo.innocente at cern dot ch 2012-06-23 09:37:33 UTC --- just updated to latest trunk and $CXXGO -Wl,-v stubs.o -shared -o libstubs.so -Wl,-rpath=./ collect2 version 4.8.0 20120623 (experimental) [trunk revision 188906] /home/innocent/gccDir/bin/ld

[Bug lto/53754] New: [lto] ICE in lhd_decl_printable_name, at langhooks.c:222 (with -g)

2012-06-23 Thread vincenzo.innocente at cern dot ch
-languages=c,c++,lto -enable-gold=yes --enable-lto -enable-libitm -disable-multilib --with-ppl --with-cloog Thread model: posix gcc version 4.8.0 20120623 (experimental) [trunk revision 188906] (GCC) on fedora 17

[Bug c++/53753] stack based constructor is not called for Class1 Object1()

2012-06-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53753 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug lto/53746] [lto] segfault in std::vector::__base_ctor (with -fipa-pta)

2012-06-23 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53746 vincenzo Innocente vincenzo.innocente at cern dot ch changed: What|Removed |Added Summary|[lto] segfault in

[Bug c++/53753] stack based constructor is not called for Class1 Object1()

2012-06-23 Thread kiran.puttur at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53753 --- Comment #3 from Kiran Puttur kiran.puttur at gmail dot com 2012-06-23 10:14:38 UTC --- Thanks Andrew, Daniel, If I use the braces {} then I can see my testing strings printed in the program output

[Bug c++/53753] stack based constructor is not called for Class1 Object1()

2012-06-23 Thread kiran.puttur at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53753 --- Comment #4 from Kiran Puttur kiran.puttur at gmail dot com 2012-06-23 10:15:22 UTC --- Thanks Andrew, Daniel, If I use the braces {} then I can see my testing strings printed in the program output

[Bug target/53755] New: [4.7 Regression] ICE in replace_reg_with_saved_mem, at caller-save.c:1125 on i586-linux-gnu

2012-06-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53755 Bug #: 53755 Summary: [4.7 Regression] ICE in replace_reg_with_saved_mem, at caller-save.c:1125 on i586-linux-gnu Classification: Unclassified Product: gcc Version: 4.7.1

[Bug lto/53754] [lto] ICE in lhd_decl_printable_name, at langhooks.c:222 (with -g)

2012-06-23 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53754 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC||markus

[Bug c++/53753] stack based constructor is not called for Class1 Object1()

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

[Bug target/53755] [4.7 Regression] ICE in replace_reg_with_saved_mem, at caller-save.c:1125 on i586-linux-gnu

2012-06-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53755 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c++/53752] ice in write_array_type

2012-06-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53752 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/41951] [OOP] Not diagnosing ambiguous operators (TB vs. INTERFACE)

2012-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41951 --- Comment #12 from janus at gcc dot gnu.org 2012-06-23 13:54:29 UTC --- (In reply to comment #11) Here is a reduced version of comment 2, which is invalid according to comment 10: Here is a non-abstract version of the test case in comment

[Bug c++/53756] New: ICE: in gen_type_die_with_usage, at dwarf2out.c:18774 with -g and operator auto ()

2012-06-23 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53756 Bug #: 53756 Summary: ICE: in gen_type_die_with_usage, at dwarf2out.c:18774 with -g and operator auto () Classification: Unclassified Product: gcc Version: 4.8.0

[Bug lto/53754] [lto] ICE in lhd_decl_printable_name, at langhooks.c:222 (with -g)

2012-06-23 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53754 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug bootstrap/53757] New: [llto bootstrap] fails due to various -Werror=maybe-uninitialized

2012-06-23 Thread vincenzo.innocente at cern dot ch
4.8.0 20120623 (experimental) [trunk revision 188906] (GCC) /home/innocent/gccDir/buildLTO/./prev-gcc/g++ -B/home/innocent/gccDir/buildLTO/./prev-gcc/ -B/home/innocent/gccDir/x86_64-unknown-linux-gnu/bin/ -nostdinc++ -B/home/innocent/gccDir/buildLTO/prev-x86_64-unknown-linux-gnu/libstdc++-v3/src

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-06-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #14 from H.J. Lu hjl.tools at gmail dot com 2012-06-23 14:51:07 UTC --- (In reply to comment #13) Hehe, i still love them ;) But inline summaries are separate of cgraph, so it is not cgraph checker's work to verify it ;)) I

[Bug target/53755] [4.7 Regression] ICE in replace_reg_with_saved_mem, at caller-save.c:1125 on i586-linux-gnu

2012-06-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53755 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug rtl-optimization/53700] [4.7 regression] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-06-23 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53700 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added CC||doko at gcc dot

[Bug target/53749] ice in expand_shift_1

2012-06-23 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53749 --- Comment #3 from Richard Henderson rth at gcc dot gnu.org 2012-06-23 16:42:26 UTC --- Author: rth Date: Sat Jun 23 16:42:19 2012 New Revision: 188909 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188909 Log: PR target/53749 *

[Bug c++/53026] ICE with alias-declarations

2012-06-23 Thread kennytm at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53026 kennytm at gmail dot com changed: What|Removed |Added CC||kennytm at gmail dot com ---

[Bug target/53749] ice in expand_shift_1

2012-06-23 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53749 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2012-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW