http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54055
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
Martin Jambor changed:
What|Removed |Added
Status|WAITING |ASSIGNED
AssignedTo|unassigned at
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
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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54008
Steven Bosscher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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,
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.
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54059
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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*
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.
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54061
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target|
101 - 120 of 120 matches
Mail list logo