Tue 04/26/2016 
17:09:24.55|C:\Users\Kristina\Desktop\prj\disk-refresh\disk-refresh-1.0\win|>g++
 -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=c:/gcc-5-win32/bin/../libexec/gcc/i686-w64-mingw32/5.3.1/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: /home/cauchy/vcs/svn/gcc/branches/gcc-5-branch/configure 
--prefix=/home/cauchy/native/gcc-5-win32 
--with-sysroot=/home/cauchy/native/gcc-5
-win32 --build=x86_64-unknown-linux-gnu --host=i686-w64-mingw32 
--target=i686-w64-mingw32 --disable-multilib --disable-nls 
--disable-win32-registry --disab
le-gcov-tool --enable-checking=release --enable-languages=c,c++,fortran 
--enable-fully-dynamic-string --with-arch=core2 --with-tune=generic
Thread model: win32
gcc version 5.3.1 20160412 (GCC)

Tue 04/26/2016 
17:09:30.77|C:\Users\Kristina\Desktop\prj\disk-refresh\disk-refresh-1.0\win|>
dongsheng daily (it's actually weekly now) x32pasting is random/flaky. it might 
be a redirect symbol in a source code file I have.

I don't remember how to code fortran, it's not one if my main languages. and I 
don't know how to compile it. could you supply compile line examples in an 
Examples.txt file like 

rem parallel compile
mkdir 32 64 arm32 arm64 atom
start g++ -static -W -Wall -O2 -march=i686   -fautovec -s -o 32\src.exe src.cpp
start g++ -static -W -Wall -O2 -march=x86_64 -fautovec -s -o 64\src.exe src.cpp
start g++ -static -W -Wall -O2 -march=arm    -fautovec -s -o arm32\src.exe 
src.cpp
start g++ -static -W -Wall -O2 -march=arm64  -fautovec -s -o arm64\src.exe 
src.cpp
start g++ -static -W -Wall -O2 -march=atom   -fautovec -s -o atom\src.exe 
src.cpp
rem arm64 is ARMv8.
rem make -j is broken. it's not just the single-threaded stdout either.

are the following valid? if not, why do they teach them? whay do they not teach 
them? they work.
int main(void)void main(void)int main(int argc, char * argv[])void main(int 
argc, char * argv[])int main(int argc, char * argv[], char * envp[]) //this is 
as far as I learned in college
void main(int argc, char * argv[], char * envp[])
if there are more, why aren't they documented? not taught. I need to know about 
them. put them in Examples.txt and tell what they are for, and explain how to 
address argv and envp.


did you know you can have a WinMain() and main() in the same program? nice 
feature.
 -------------
 Jim Michaels<[email protected]> http://www.JesusnJim.com (computer repair 
info, programming)

      From: LRN <[email protected]>
 To: [email protected] 
 Sent: Tuesday, April 26, 2016 2:39 PM
 Subject: Re: [Mingw-w64-public] why is g++ pasting the source code it compiles 
into the cmd shell?
   
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 27.04.2016 0:09, Jim Michaels wrote:
> why is g++ pasting the source code it compiles into the cmd shell?
> nasty action.

Which version of g++?

Which distribution of GCC (i.e. where did you get it from)?

Does this depend on the code of the program it compiles, or does it paste
source code of *any* program?

How are you invoking g++? What does the commandline look?

Does this affect gcc? gfortran? Other compilers from GCC?

it's probably the return compare(first,second,iCase)<0;

http://www.asus.com/us/supportonly/Z10PE-D16%20WS/HelpDesk_QVL/saves on server 
$$$$$ use corsair 600T case or antec 1200 series and choice of cooler is going 
to be interesting, since it needs extra cooling. for now use 1 cpu and a 
corsair H110i. the GTX is worse. parallel builds. nice number of cores with 
e5-2697 v3 and mobo takes 1TiB RAM.

http://www.newegg.com/Desktop-Computers/BrandSubCat/ID-12150-10
 (yes, atom pc's do exist - they go on the back of monitors)
                              vvvvvvvvvvvvvvv that's not appropriate. you know 
why.
- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXH+AOAAoJEOs4Jb6SI2Cw2XoH/3NsG8yJGF3LxgEhcwdTI/H5
tf8eVtMQBtZJab/sxygSj7MJhs7+JoZZuJW+6W0URcIbgMaTBvdJHINqhweVUnlB
j2QvSE/uKs5Njhs0fOP78bG/d28iqKQpKUY+yBiamtv02+/tb+rjlid6ECgts4TN
nN0q7zPMQhACVCGsQbdLdJ769b+epyllvQJ/M0f8gns7o2oY2JFQfePPa4HEELuv
3MmdASztXFVr4qurT130/XzVYlh8tdAkp6ZosHm1DqFqFRHwJvuGZwOwgbLrjmmH
CKNRRNfamMoS2x+SxUcgKJMJJjWbWdM4+j+mHCIaJ+FRAvUKoz3lQzn3O8mkyPM=
=NM4q
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


  
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to