[Bug c++/54055] spurious(?) "invalid use of incomplete type" warning in template definition

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

[Bug fortran/54034] [4.8 Regression] doduc benchmark from polyhedron 11 segfaults

2012-07-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54034 --- Comment #5 from Dominique d'Humieres 2012-07-20 19:26:05 UTC --- This works for me on x86_64-apple-darwin10 at revision 189718 even when the executable is run under valgrind. Nevertheless this remind me pr43716 which disappeared without being

[Bug c++/54055] spurious(?) "invalid use of incomplete type" warning in template definition

2012-07-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54055 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/53787] Possible IPA-SRA / IPA-CP improvement

2012-07-20 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787 Martin Jambor changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|unassigned at

[Bug c++/54056] New: Fast run out of memory compiling template specialization

2012-07-20 Thread sergey.prokhorenko at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54056 Bug #: 54056 Summary: Fast run out of memory compiling template specialization Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/54008] [4.8 Regression] gcc.dg/tree-prof/update-loopch.c and gcc.dg/tree-ssa/pr18133-1.c

2012-07-20 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54008 --- Comment #3 from Hans-Peter Nilsson 2012-07-20 21:08:14 UTC --- This is fixed for me, and I think by intent (189712:189718). I'll leave it to H.J. or Steven to close this.

[Bug c++/54058] New: Injected friend functions are not considered when using contextual type info to take a function address

2012-07-20 Thread andy.m.jost at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54058 Bug #: 54058 Summary: Injected friend functions are not considered when using contextual type info to take a function address Classification: Unclassified Product: gcc Version: u

[Bug middle-end/54008] [4.8 Regression] gcc.dg/tree-prof/update-loopch.c and gcc.dg/tree-ssa/pr18133-1.c

2012-07-20 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54008 Steven Bosscher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/54034] [4.8 Regression] doduc benchmark from polyhedron 11 segfaults

2012-07-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54034 --- Comment #6 from janus at gcc dot gnu.org 2012-07-20 21:47:43 UTC --- (In reply to comment #4) > Janus, please try to run the executable under valgrind: Sorry, I still can not reproduce it. Neither with valgrind, nor at later revisions (189690,

[Bug c++/54058] Injected friend functions are not considered when using contextual type info to take a function address

2012-07-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54058 --- Comment #1 from Jonathan Wakely 2012-07-20 21:51:30 UTC --- I think G++ is correct. The injected functions can only be found by ADL and ADL only applies to function calls, not when taking the address of a function.

[Bug c++/54059] New: g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059 Bug #: 54059 Summary: g++ silently omits code that creates a std::chrono::millisecond temporary Classification: Unclassified Product: gcc Version: unknown Status: UNC

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059 --- Comment #1 from Jason Toffaletti 2012-07-20 23:11:37 UTC --- $ g++-4.7 -c -g -Wa,-alh -std=c++11 bug.cc 155.LEHE0: 13:bug.cc unsigned int a = 200; 156.loc 2 13 0 discriminat

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

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

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059 --- Comment #3 from Jonathan Wakely 2012-07-20 23:14:09 UTC --- This is http://en.wikipedia.org/wiki/Most_vexing_parse The declaration f2 declares a function, it is not a variables definition. To convince yourself, try taking its address: foo*

[Bug c++/54059] g++ silently omits code that creates a std::chrono::millisecond temporary

2012-07-20 Thread jason at cornsyrup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059 --- Comment #4 from Jason Toffaletti 2012-07-20 23:16:56 UTC --- I knew there was something familiar about this, thanks for the reminder.

[Bug target/53967] GCC produces slow code for convolution algorithm with -mfpmath=sse (the AMD_64 default)

2012-07-20 Thread bfriesen at simple dot dallas.tx.us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53967 --- Comment #17 from bfriesen at simple dot dallas.tx.us 2012-07-21 01:04:55 UTC --- I discovered that GCC's __attribute__((__optimize__())) and optimization pragmas do not work for OpenMP code because OpenMP uses a different function name for the

[Bug fortran/54034] [4.8 Regression] doduc benchmark from polyhedron 11 segfaults

2012-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54034 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #7

[Bug c++/54060] New: [C++11] Lambda expression's type should not be in an anonymous namespace

2012-07-20 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54060 Bug #: 54060 Summary: [C++11] Lambda expression's type should not be in an anonymous namespace Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug target/54061] New: [4.8 Regression] gcc.c-torture/compile/mipscop-1.c ICEs with -g

2012-07-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54061 Bug #: 54061 Summary: [4.8 Regression] gcc.c-torture/compile/mipscop-1.c ICEs with -g Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug target/54061] [4.8 Regression] gcc.c-torture/compile/mipscop-1.c ICEs with -g

2012-07-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54061 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Target|

<    1   2