-
And the sources I was using (545 KB):
http://repo.or.cz/w/tinycc.git/snapshot/24dd25056c793763226ae51dbe37fc31606bdb35.tar.gz.
2010-01-04 15:59:30 UTC by kaodome
-
I couldn't upload more than one file, so the verbose log is here:
http://tdm.pastebin.com/f75d4c84f.
2010-01-04 15:52:16 UTC by kaodome
-
I was trying to compile Tiny C Compiler with TDM's MinGW latest build but there is an error when compiling the TCC library:
../libtcc.c: In function 'tcc_add_file_internal':
../libtcc.c:2051: internal compiler error: in extract_range_from_assert, at tree-vrp.c:1457
Details on my system:
- OS: 32-bit Windows 7 Professional.
- GCC Verbose information: Included in the verbose log.
-...
2010-01-04 15:50:15 UTC by kaodome
-
pthreads / OpenMP do not interoperate (i.e. crash).
Under Linux this works well with my gcc version 4.4.1.
A sample test is in attachment.
Remark : pthreads without OpenMP => works.
Remark : OpenMP without (started) threads => works.
I'm pretty desperate for the functionality : I have a raw image processor with multiple threads (ie gui and workers) and I cannot 'openmp' the workers...
2009-12-27 07:58:10 UTC by jdla
-
Environment : Windows XP - pristine TDM-2 mingw32 install.
libgomp-1.dll,libspp-0.dll is under C:\MinGW\lib\gcc\mingw32\bin
I think those ought to be (copied) under C:\MinGW\bin
If not , compilation of for instance ImageMagick fails with a message along the lines that libgomp is not a 'real file'.
After copying there, everything goes well.
Remark that ImageMagick does compile under...
2009-12-26 18:33:16 UTC by jdla
-
the build succeeds after rebuilding Qt from source using GCC 4.4.1 TDM-2.
what caused this issue? is it a bug in TDM's MinGW, the official MinGW, or Qt? is it an undocumented feature? or is it a lack of understanding on my part of some fundamental concept?.
2009-12-22 14:06:24 UTC by nisavid
-
Possible have a installer either Dwarf-2 (DW2) and SJLJ (setjmp/longjmp)?
I Need for different project (Qt require DW2)
I have made with double installation but hope in better way.
2009-12-21 17:38:13 UTC by https://www.google.com/accounts
-
This bug can be worked around by not using PCH. The -include tmp\obj\release_shared\lib_pch.h argument to g++ is the offending argument. Removing it (by hand) for this single file also completes the Qt build.
2009-12-15 07:50:47 UTC by Arjan
-
I work on it. It is not so easy- I found it in big project. I suppose problem is not for particular code, but in compiler itself. It occurs only when "O" options are used; if the same set of the command-line optimization options introduces without "O" flag, problem does not rise.
2009-12-08 14:47:48 UTC by nen
-
This Tracker item should be destroyed : it is not a bug.
The absolute path should be given in windows format, not cygwin :
C:/foo/bar.
2009-12-07 15:00:17 UTC by nobody