http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267
--- Comment #6 from paolo at gcc dot gnu.org
2011-09-24 09:55:06 UTC ---
Author: paolo
Date: Sat Sep 24 09:55:01 2011
New Revision: 179141
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179141
Log:
/cp
2011-09-24 Paolo Carlini
PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267
--- Comment #4 from Jason Merrill 2011-09-23
22:50:50 UTC ---
Looks like we need to pass complain down into build_base_path.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267
--- Comment #3 from Paolo Carlini 2011-09-23
21:38:33 UTC ---
Jason, can you help me triaging this PR? Thanks..
--- Comment #2 from cjoldfield at gmail dot com 2010-05-25 17:09 ---
Intel 11.1 accepts it, but it doesn't even try to instantiate "one &f(...)".
To see what I mean, try replacing main with:
#include
int main()
{
std::cout << sizeof(f(0)) << std::endl;
std::cout << sizeof(f(0))
--- Comment #1 from paolo dot carlini at oracle dot com 2010-05-25 09:28
---
For the record, both Intel and Comeau accept this. Let's CC Jason...
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added