[Bug tree-optimization/54920] [4.8 Regression] segfault in tree-ssa-pre.c during Firefox build

2012-10-14 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54920 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Com

[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002

2012-10-14 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820 --- Comment #8 from Mikael Pettersson 2012-10-14 08:56:25 UTC --- Eric's patch in http://gcc.gnu.org/ml/gcc-patches/2012-10/msg01093.html fixed the Ada bootstrap without static libstdc++ problem on my ARM box.

[Bug lto/52634] multiple definition error when using alias

2012-10-14 Thread tianbin at cernet dot edu.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52634 --- Comment #10 from Bin Tian 2012-10-14 09:14:13 UTC --- please backport to gcc-4_7-branch, thanks.

[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002

2012-10-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820 --- Comment #9 from Eric Botcazou 2012-10-14 09:17:50 UTC --- > Eric's patch in http://gcc.gnu.org/ml/gcc-patches/2012-10/msg01093.html fixed > the Ada bootstrap without static libstdc++ problem on my ARM box. Great, thanks for the testi

[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002

2012-10-14 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820 --- Comment #10 from Mikael Pettersson 2012-10-14 10:09:12 UTC --- (In reply to comment #9) > Can you confirm that the stage 2 & 3 > executables, for example cc1 and gnat1, aren't dynamically linked against > libstdc++? Yes; according

[Bug c++/52643] Stack overflow ICE in cc1plus when templates, exceptions, and continue out of try used

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52643 Paolo Carlini changed: What|Removed |Added Known to work||4.7.0, 4.8.0 --- Comment #1 fro

[Bug fortran/54917] [4.7/4.8 Regression] [OOP] TRANSFER on polymorphic variable causes ICE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54917 --- Comment #9 from janus at gcc dot gnu.org 2012-10-14 11:15:25 UTC --- Ok, after the ICEs are fixed, let's come to runtime behavior. Here is a test case: implicit none type test_type integer :: i end type class(test_type)

[Bug other/54814] [4.8 Regression] ICE: unable to find a register to spill in class 'R0_REG'

2012-10-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54814 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/54917] [4.7/4.8 Regression] [OOP] TRANSFER on polymorphic variable causes ICE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54917 --- Comment #10 from janus at gcc dot gnu.org 2012-10-14 12:01:39 UTC --- (In reply to comment #9) > -fdump-tree-original shows the following: > > [...] > __builtin_memcpy ((void *) &transfer.0, (void *) &c, MAX_EXPR , 0>); > [...] >

[Bug fortran/54917] [4.7/4.8 Regression] [OOP] TRANSFER on polymorphic variable causes ICE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54917 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assig

[Bug tree-optimization/54900] write introduction incorrect wrt the C11 memory model (2)

2012-10-14 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54900 --- Comment #2 from Aldy Hernandez 2012-10-14 12:51:15 UTC --- Created attachment 28444 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28444 reduced testcase

[Bug tree-optimization/54900] write introduction incorrect wrt the C11 memory model (2)

2012-10-14 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54900 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52643] Stack overflow ICE in cc1plus when templates, exceptions, and continue out of try used

2012-10-14 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52643 --- Comment #2 from paolo at gcc dot gnu.org 2012-10-14 13:41:01 UTC --- Author: paolo Date: Sun Oct 14 13:40:55 2012 New Revision: 192432 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192432 Log: 2012-10-14 Paolo Carlini

[Bug c++/52643] Stack overflow ICE in cc1plus when templates, exceptions, and continue out of try used

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52643 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52003] warning about (un)existing return statement in the main function declared 'noreturn'

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52003 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/51829] decltype() deduces non-const but only in a template

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51829 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Known to work|

[Bug c++/54596] seg fault building Eigen stuff with cygwin

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54596 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug other/54691] [4.8 Regression] --enable-checking=valgrind doesn't build

2012-10-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54691 --- Comment #7 from Uros Bizjak 2012-10-14 16:23:04 UTC --- Created attachment 28445 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28445 Prototype patch that introduces VALGRIND_MAKE_MEM_DEFINED Attached prototype patch builds on

[Bug fortran/54917] [4.7/4.8 Regression] [OOP] TRANSFER on polymorphic variable causes ICE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54917 --- Comment #13 from janus at gcc dot gnu.org 2012-10-14 16:31:31 UTC --- Transferring CLASS to TYPE has been discussed in comment 9 and 10. Now: TYPE to CLASS ... Here the test case gets a bit larger, since gfortran does not yet support

[Bug c++/54924] New: Warn for std::string constructor with wrong size

2012-10-14 Thread david at doublewise dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54924 Bug #: 54924 Summary: Warn for std::string constructor with wrong size Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #4 from Dominique d'Humieres 2012-10-14 17:08:09 UTC --- > I don't know of any workaround so disabling the test seems like a good option What about --- libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc2012-0

[Bug libstdc++/54924] Warn for std::string constructor with wrong size

2012-10-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54924 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug c++/53893] segfault with invalid c++ code

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893 --- Comment #5 from Paolo Carlini 2012-10-14 17:44:37 UTC --- Note: the code per-se isn't C++11, besides the trivial >>, the crash is ;) That is, only happens with -std=c++11.

[Bug c++/53581] Segmentation fault when enabling -std=c++0x on template code

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53581 Paolo Carlini changed: What|Removed |Added CC|rggjan at gmail dot com | Known to work|

[Bug c++/24607] wrong column numbers in diagnostics with templates

2012-10-14 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24607 --- Comment #3 from Manuel López-Ibáñez 2012-10-14 18:10:19 UTC --- Still broken with GCC 4.8: pr24607.cc:7:37: error: template argument 1 is invalid typedef A > > > foo; ^ pr24607.cc:7:42: error: invalid

[Bug c++/53581] Segmentation fault when enabling -std=c++0x on template code

2012-10-14 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53581 --- Comment #3 from paolo at gcc dot gnu.org 2012-10-14 18:24:40 UTC --- Author: paolo Date: Sun Oct 14 18:24:32 2012 New Revision: 192438 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192438 Log: 2012-10-14 Paolo Carlini

[Bug c++/53581] Segmentation fault when enabling -std=c++0x on template code

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53581 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/43486] Preserve variable-use locations

2012-10-14 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43486 --- Comment #6 from Manuel López-Ibáñez 2012-10-14 18:28:32 UTC --- I think there is a consensus that g++ wants this somehow. Recent work: http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01222.html

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot

[Bug libstdc++/54924] Warn for std::string constructor with wrong size

2012-10-14 Thread david at doublewise dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54924 David Stone changed: What|Removed |Added CC||david at doublewise dot net --- C

[Bug target/54925] New: Segfault in gen_split_910

2012-10-14 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54925 Bug #: 54925 Summary: Segfault in gen_split_910 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #6 from Dominique d'Humieres 2012-10-14 19:06:32 UTC --- > The patch in comment 4 with... > > make -k check > RUNTESTFLAGS="conformance.exp=30_threads/condition_variable/54185.cc > --target_board=unix'{-m32,-m64}'" > > prod

[Bug other/54691] [4.8 Regression] --enable-checking=valgrind doesn't build

2012-10-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54691 --- Comment #8 from H.J. Lu 2012-10-14 19:23:11 UTC --- (In reply to comment #7) > Created attachment 28445 [details] > Prototype patch that introduces VALGRIND_MAKE_MEM_DEFINED > > Attached prototype patch builds on HJ's patch. The pat

[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 Dominique d'Humieres changed: What|Removed |Added CC||dodji at gcc dot gnu.org

[Bug rtl-optimization/54919] [4.6/4.7/4.8 Regression] gcc.dg/torture/pr54877.c FAILs with -fvariable-expansion-in-unroller

2012-10-14 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54919 --- Comment #5 from Steven Bosscher 2012-10-14 19:29:22 UTC --- Author: steven Date: Sun Oct 14 19:29:18 2012 New Revision: 192439 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192439 Log: gcc/ PR rtl-optimization/54919

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.

2012-10-14 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 --- Comment #2 from Steven Bosscher 2012-10-14 19:31:02 UTC --- Author: steven Date: Sun Oct 14 19:30:59 2012 New Revision: 192440 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192440 Log: PR rtl-optimization/38711 *

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #7 from Jack Howarth 2012-10-14 20:14:01 UTC --- (In reply to comment #6) > > The patch in comment 4 with... > > > > make -k check > > RUNTESTFLAGS="conformance.exp=30_threads/condition_variable/54185.cc > > --target_board=u

[Bug target/54925] Segfault in gen_split_910

2012-10-14 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54925 Oleg Endo changed: What|Removed |Added Target|sh4-unknown-linux-gnu |sh*-*-* Status|UNCONFIRM

[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 --- Comment #4 from Jack Howarth 2012-10-14 20:28:54 UTC --- (In reply to comment #3) Also confirmed on x86_64-apple-darwin12 that this eliminates the failures in obj-c++.dg/strings/const-cfstring-2.mm. On darwin12 at least, this still

[Bug rtl-optimization/54919] [4.6/4.7 Regression] gcc.dg/torture/pr54877.c FAILs with -fvariable-expansion-in-unroller

2012-10-14 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54919 Steven Bosscher changed: What|Removed |Added Known to work||4.8.0 AssignedTo|steve

[Bug rtl-optimization/54919] [4.6/4.7 Regression] gcc.dg/torture/pr54877.c FAILs with -fvariable-expansion-in-unroller

2012-10-14 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54919 Steven Bosscher changed: What|Removed |Added Keywords||patch Target Milestone|---

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.

2012-10-14 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 Steven Bosscher changed: What|Removed |Added Keywords||patch Status|NEW

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #8 from Dominique d'Humieres 2012-10-14 20:48:21 UTC --- > The dg-compile line oddly seems to suppress the running of the compiled test. > ... What happens if you replace the line // { dg-do compile { target *-*-darwin[4-9

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #9 from Jack Howarth 2012-10-14 20:53:56 UTC --- (In reply to comment #8) > > The dg-compile line oddly seems to suppress the running of the compiled > > test. ... > > What happens if you replace the line > > // { dg-do c

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #10 from Jack Howarth 2012-10-14 21:12:20 UTC --- I think you need to use... // { dg-xfail-if "broken pthreads before darwin10" { *-*-darwin9* *-*-darwin10* } { "*" } { "" } } instead of dg-do-compile. From http://gcc.gnu

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #11 from Jack Howarth 2012-10-14 21:13:18 UTC --- The comment should be corrected to "broken pthreads before darwin11".

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #12 from Dominique d'Humieres 2012-10-14 21:17:47 UTC --- > Still suppresses the execution of the test on x86_64-apple-darwin12. Are there > any examples in the FSF gcc testsuites of dg-run being used at the same time > as > d

[Bug debug/54693] VTA guality issues with loops

2012-10-14 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54693 --- Comment #3 from Alexandre Oliva 2012-10-14 21:19:00 UTC --- Created attachment 28447 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28447 Work in progress patch This patch improves jump threading so that it won't drop debug inf

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #13 from Jack Howarth 2012-10-14 21:22:48 UTC --- I would rather we use... Index: libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc === --- libstdc+

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #14 from Dominique d'Humieres 2012-10-14 21:34:55 UTC --- > > I suspect that is an unsupported combination. > > Now you asked the question, the test is not run on powerpc-apple-darwin9 > with -m64. > Could you try to put the

[Bug fortran/54784] [4.7/4.8 Regression] [OOP] wrong code in polymorphic allocation with SOURCE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 --- Comment #13 from janus at gcc dot gnu.org 2012-10-14 22:16:29 UTC --- Author: janus Date: Sun Oct 14 22:16:24 2012 New Revision: 192442 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192442 Log: 2012-10-14 Janus Weil

[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10

2012-10-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407 --- Comment #15 from Jack Howarth 2012-10-14 22:17:07 UTC --- I still don't see the point of testing the compilation of a test which doesn't execute properly. I also suspect resorting to a non-standard approach in deja-gnu will never make

[Bug bootstrap/54926] New: [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-10-14 Thread danglin at gcc dot gnu.org
cc version 4.8.0 20121014 (experimental) [trunk revision 192432] (GCC) Problem was introduced in r191981. # od -c stage3-libbacktrace/.libs/mmap.o >mmap.o.dump3 # od -c stage2-libbacktrace/.libs/mmap.o >mmap.o.dump2 # /opt/gnu/bin/diff -u mmap.o.dump2 m

[Bug fortran/54784] [4.7/4.8 Regression] [OOP] wrong code in polymorphic allocation with SOURCE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resol

[Bug c++/54927] New: internal compiler error: in tsubst_copy, at cp/pt.c:12349

2012-10-14 Thread cas43 at cs dot stanford.edu
Using built-in specs. COLLECT_GCC=/new-gcc/i-4.8/bin/g++ COLLECT_LTO_WRAPPER=/new-gcc/i-4.8/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../s-4.8/configure --prefix=/new-gcc/i-4.8 Thread model: posix gcc version 4.8.0 20121014 (experimental) (GCC)

[Bug c++/54844] [4.8 Regression] ice tsubst_copy, at cp/pt.c:12352

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54844 Paolo Carlini changed: What|Removed |Added CC||cas43 at cs dot

[Bug c++/54927] internal compiler error: in tsubst_copy, at cp/pt.c:12349

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54927 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/54917] [4.7/4.8 Regression] [OOP] TRANSFER on polymorphic variable causes ICE

2012-10-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54917 --- Comment #14 from janus at gcc dot gnu.org 2012-10-14 22:56:11 UTC --- (In reply to comment #13) > So, again, _data and _size references missing. Moreover, we need to set the _vptr component and allocate _data.

[Bug c++/54928] New: Infinite output with after ICE with macro

2012-10-14 Thread cas43 at cs dot stanford.edu
^ Output of g++ -v: Using built-in specs. COLLECT_GCC=/new-gcc/i-4.8/bin/g++ COLLECT_LTO_WRAPPER=/new-gcc/i-4.8/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../s-4.8/configure --prefix=/new-gcc/i-4.8 Thread model: posix gcc ve

[Bug c++/54844] [4.8 Regression] ice tsubst_copy, at cp/pt.c:12352

2012-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54844 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug c++/54929] New: internal compiler error: in tsubst_copy, at cp/pt.c:12349

2012-10-14 Thread cas43 at cs dot stanford.edu
/bin/g++ COLLECT_LTO_WRAPPER=/new-gcc/i-4.8/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../s-4.8/configure --prefix=/new-gcc/i-4.8 Thread model: posix gcc version 4.8.0 20121014 (experimental) (GCC) Sorry if this bugs gets duplicated; I canno

[Bug c++/54928] Infinite output with after ICE with macro

2012-10-14 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54928 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-10-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 --- Comment #1 from Uros Bizjak 2012-10-15 06:44:57 UTC --- (In reply to comment #0) > Problem was introduced in r191981. The patch just introduces -funwind-tables to compile flags, so I really don't see how this can cause any differe