Hi David,
thanks, hopefully fixed in SVN 840. I did not get these
warnings with g++ 4.8.4.
-Werror=misleading-indentation? They must be kidding.
/// Jürgen
On 01/09/2017 03:11 AM, David B.
Lamkins wrote:
GNU APL SVN 839 d
Compile errors on Fedora 25 at svn revision 840,
Xtian.
g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing
-I/usr/include -I sql-rdynamic -g -O2 -MT apl-LApack.o -MD -MP -MF
.deps/apl-LApack.Tpo -c -o apl-LApack.o `test -f 'LApack.cc' || echo
'./'`LApack.cc
InputFile.cc: I
I must've missed some error when excerpting the 839 transcript. Sorry.
I've attached make transcripts with the remaining errors.
On Mon, Jan 9, 2017 at 4:13 AM, Juergen Sauermann
wrote:
> Hi David,
>
> thanks, hopefully fixed in SVN 840. I did not get these warnings with g++
> 4.8.4.
>
> -Werror=
Hi,
fixed in SVN 841.
I guess what happens is that g++ compiles a handful of
files in parallel (according to the
-J option for make) and only shows the errors in those
files.
If you run make several time (until Workspace.cc ia
You're right. I forgot about the fail-on-first error nature of make;
the -j misled me to think that it was reporting all errors. This time
I've done a make -k; this ought to catch more errors. See attached.
A new version of gcc is always an adventure. :\
On Mon, Jan 9, 2017 at 11:05 AM, Juergen S
They should have frozen gcc dev at 2.95 :)
On Mon, 9 Jan 2017 11:45:23 -0800
David Lamkins wrote:
> You're right. I forgot about the fail-on-first error nature of make;
> the -j misled me to think that it was reporting all errors. This time
> I've done a make -k; this ought to catch mor
On 64 bit Linux using GCC-4.8.4
(Same system I've been using for a couple of years.)
...
g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing
-I/usr/include -I sql -I/usr/include/postgresql -I sql -rdynamic -g -O2
-MT apl-PrimitiveOperator.o -MD -MP -MF .deps/apl-PrimitiveOperator