On Wed, Jun 27, 2018 at 1:28 PM, Jonathan Wakely wrote:
> Your mail is off-topic on this list, it would be appropriate on the
> gcc-help list, or in Bugzilla if you want to report a bug.
>
>
> On Wed, 27 Jun 2018 at 11:27, Csaba Raduly wrote:
(snip)
>> 1. Why is a warning
#include
#include
#include
using srange = boost::sub_range;
void func(srange) // by value
{}
int main()
{
std::string kitty{"meow"};
srange hello{kitty};
srange const& helref = hello;
func(hello);
func(helref); // line 17
return 0;
}
$ g++ -v
gcc version 9.0.0 2018
On Mon, Feb 14, 2011 at 7:57 PM, David Fang wrote:
>
>>
>> I suspect his problems will be solved by adding --with-dwarf2 to the
>> configure options. We don't seem to have a specific PR for this but I
>
> This PR seems to match: :)
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248
> One user ha
Hi all,
I'm trying to build GCC (r170071) on powerpc-apple-darwin8.11.0 (a G4
Mac Mini with OS X 10.4.11). I built and installed gmp-5.0.1,
mpc-0.8.2 and mpfr-3.0.0, then ran
../gcc/configure --enable-languages=c,c++
make bootstrap
This failed with:
libtool: link: /Users/useruser/GCC/build/./gcc