This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/71261] Trunk GCC hangs on knl and broadwell targets


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71261

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |compile-time-hog
             Target|                            |x86_64-*-*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-05-25
     Ever confirmed|0                           |1

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yes, certainly too slow ;)  But likely we blow up somewhere odd.  Yes:

> ./cc1plus  -quiet t.ii -O3 -march=knl -ftime-report -fno-checking

Execution times (seconds)
 rest of compilation     :  16.57 (81%) usr   0.63 (54%) sys  17.27 (80%) wall 
242780 kB (61%) ggc
 TOTAL                 :  20.38             1.16            21.54            
400732 kB

looks like some machine-reorg stuff.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]