[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2014-01-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45364 --- Comment #8 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Jan 28 09:02:59 2014 New Revision: 207172 URL: http://gcc.gnu.org/viewcvs?rev=207172root=gccview=rev Log: 2014-01-28 Richard Biener rguent...@suse.de

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2014-01-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45364 --- Comment #9 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Jan 28 13:13:54 2014 New Revision: 207182 URL: http://gcc.gnu.org/viewcvs?rev=207182root=gccview=rev Log: 2014-01-28 Richard Biener rguent...@suse.de

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2012-02-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45364 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-21 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-08-21 14:36 --- Well something in -g processing is a CPU hog. On my Turion X2 Ultra ZM-82 laptop (2.2GHz x 2 cores) with 32-bit kernel and vanilla gcc-4.5.1 (--enable-checking=release) I get: time gcc -m32 -O0 -c pr45364.i 1.220u

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-21 Thread mikpe at it dot uu dot se
--- Comment #5 from mikpe at it dot uu dot se 2010-08-21 15:44 --- (In reply to comment #4) Well something in -g processing is a CPU hog. On my Turion X2 Ultra ZM-82 laptop (2.2GHz x 2 cores) with 32-bit kernel and vanilla gcc-4.5.1 (--enable-checking=release) I get: Same machine,

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-21 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-08-21 15:56 --- On the trunk this takes (--enable-checking=release) time ./cc1 -g -O2 -quiet directx.i real2m49.038s user2m48.489s sys 0m0.268s here. As InitAdapters is quite large, with more than thousand calls in

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-20 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2010-08-21 01:10 --- Assumed it was an infinite loop a bit too early -- it did finish after giving it some more time. There is a speed problem though. Updating summary and severity. -- bero at arklinux dot org changed: What

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-20 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-08-21 05:13 --- On Linux/Intel64, I got time /usr/gcc-4.5/bin/gcc -m32 -O2 pr45364.i -g -c /tmp /usr/gcc-4.5/bin/gcc -m32 -O2 pr45364.i -g -c 110.63s user 0.17s system 99% cpu 1:50.87 total [...@gnu-6 tmp]$