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 bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn



------- Comment #7 from James dot W dot Mckelvey at jpl dot nasa dot gov  2008-10-02 14:36 -------
(In reply to comment #5)
> Subject: Re:  Stage 2- C compiler cannot create 
>  executables-recent svn
> 
> What does "stat
> /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe" report?
> 

$ stat /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe
  File: `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe'
  Size: 25105955        Blocks: 24576      IO Block: 65536  regular file
Device: 46a50dc2h/1185222082d   Inode: 3659174697419415  Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (15495/mckelvey)   Gid: (10545/mkgroup-l-d)
Access: 2008-10-02 07:33:27.812551500 -0700
Modify: 2008-10-01 08:52:33.045021800 -0700
Change: 2008-10-01 08:52:33.045021800 -0700

I can even run it:


$ /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe </dev/null

Analyzing compilation unit
Performing interprocedural optimizations
 <visibility> <early_local_cleanups> <summary generate> <inline>Assembling
functions:

Execution times (seconds)
 callgraph construction:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 callgraph optimization:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 symout                :   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 TOTAL                 :   0.00             0.00             0.49              
 612 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --enable-checking=release to disable checks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702


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