[Bug lto/44390] LTO strips out symbols that are actually needed

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44390 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/51833] ICE in tsubst_copy, at cp/pt.c:11333

2012-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833 --- Comment #7 from Jonathan Wakely 2012-01-12 20:43:04 UTC --- Further reduced struct function { template function(T) { } }; class Foo { public: template void dostuff(function callback = []() { }) { } }; int main() { Foo foo;

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2012-01-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #12 from Iain Sandoe 2012-01-12 21:27:57 UTC --- passes now on powerpc-darwin9. thanks for the patch.

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2012-01-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/51633] [c++0x] [4.6/4.7 Regression] ICE with invalid constexpr constructor

2012-01-12 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51633 --- Comment #6 from Dodji Seketeli 2012-01-12 23:28:52 UTC --- Author: dodji Date: Thu Jan 12 23:28:46 2012 New Revision: 183144 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183144 Log: PR c++/51633 - ICEs with constexpr constructor gc

[Bug c++/51633] [c++0x] [4.6/4.7 Regression] ICE with invalid constexpr constructor

2012-01-12 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51633 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/51840] New: asm goto incorrect code generation at -O2 and -O3

2012-01-12 Thread adam at consulting dot net.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840 Bug #: 51840 Summary: asm goto incorrect code generation at -O2 and -O3 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/51840] asm goto incorrect code generation at -O2 and -O3

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840 --- Comment #1 from Andrew Pinski 2012-01-13 00:53:17 UTC --- I think the problem here is the label references are being moved which is correct as GCC thinks the labels where the address was taken is not going to happen. I don't think you can us

[Bug c++/51841] New: iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 Bug #: 51841 Summary: iterator weirdness. I couldn't tell you what's going on here Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug c++/51841] iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 Andrew Pinski changed: What|Removed |Added Summary|delusional compile errors |iterator weirdness. I |

[Bug c++/51841] iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/51841] iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 --- Comment #3 from mako 2012-01-13 01:38:46 UTC --- Created attachment 26311 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26311 simple code

[Bug c++/51841] iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/51841] iterator weirdness. I couldn't tell you what's going on here

2012-01-12 Thread marcus-yass at ihug dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841 --- Comment #5 from mako 2012-01-13 02:05:24 UTC --- (In reply to comment #4) > void actv(vector::iterator in){ > > You are missing the typename keyword. Thanks a bunch, Andrew. I didn't know about this. The internet hasn't served as a very goo

[Bug tree-optimization/51840] asm goto incorrect code generation at -O2 and -O3

2012-01-12 Thread adam at consulting dot net.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840 --- Comment #2 from Adam Warner 2012-01-13 02:08:34 UTC --- (In reply to comment #1) > I think the problem here is the label references are being moved which is > correct as GCC thinks the labels where the address was taken is not going to > happ

[Bug fortran/51842] New: fortran fails if ssize_t is 32-bit on 64-bit host

2012-01-12 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51842 Bug #: 51842 Summary: fortran fails if ssize_t is 32-bit on 64-bit host Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51714] [4.6/4.7 Regression] internal compiler error: Segmentation fault with -std=c++11

2012-01-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51714 --- Comment #5 from Jason Merrill 2012-01-13 05:05:54 UTC --- Author: jason Date: Fri Jan 13 05:05:46 2012 New Revision: 183149 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183149 Log: PR c++/51714 * pt.c (value_dependent_expres

[Bug c++/51714] [4.6/4.7 Regression] internal compiler error: Segmentation fault with -std=c++11

2012-01-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51714 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/51620] [c++0x] [4.6/4.7 Regression] ICE with private destructor

2012-01-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51620 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/51819] [4.7 Regression] Neon wrong code generation, Error: unsupported alignment for instruction -- `vst1.32 {d2[0]},[r0:64]'

2012-01-12 Thread thejes.k at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51819 --- Comment #2 from Thejes Kuttian 2012-01-13 05:32:48 UTC --- (In reply to comment #1) > Completely untested but I think this is the correct fix for this problem. > > > > > diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c > index 4c

[Bug bootstrap/12024] i386-elf build references nonexistent crt0.o, libsim.a

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12024 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/23198] AC_PROG_INSTALL (autoconf 2.13) does not detect bad install program

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23198 Andrew Pinski changed: What|Removed |Added Status|NEW |WAITING --- Comment #8 from Andrew Pinski

[Bug libstdc++/19212] /tmp/ccbY7YyA.s:6435: Error: attempt to get value of unresolved symbol `__s:V151'

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19212 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Component|debug

[Bug c/23145] struct {int i;} is not compatiable with struct {int i,j}

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23145 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal

[Bug other/22368] [meta-bug] mis-match types in GCC

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/34484] libgcc should check if feclearexcept (and others) available for BID support on uclibc

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34484 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW Summary|pulls in allegedly

[Bug middle-end/323] optimized code gives strange floating point results

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 Andrew Pinski changed: What|Removed |Added CC||dov.grobgeld at gmail dot

[Bug middle-end/38777] gcc optimize flag causes different program behavior

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38777 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/37107] Incorrect code generated after function inlining

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/37750] a lot of crashes with tree optimizations on mingw

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37750 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/51843] New: ICE with LTO and attribute `dllimport'

2012-01-12 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51843 Bug #: 51843 Summary: ICE with LTO and attribute `dllimport' Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug web/27877] path mentioned in faq for specs file is incorrect

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27877 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/51019] unclear documentation on -fomit-frame-pointer default for -Os and different platforms

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51019 Andrew Pinski changed: What|Removed |Added Keywords||documentation Status|UNCONFIR

[Bug other/43752] main manual should mention more explicitly other manuals

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43752 Andrew Pinski changed: What|Removed |Added Keywords||documentation Status|UNCONFIR

<    1   2