Title: | DECC |
Notice: | General DEC C discussions |
Moderator: | TLE::D_SMITH N TE |
Created: | Fri Nov 13 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2212 |
Total number of notes: | 11045 |
Compiling this on my system caused all sorts of havoc: /* Note the nasty include with mismatched paren/bracket */ #include<stdio.h> #include"t.h> main() { printf("Hello World!\n"); } # /usr/lib/cmplrs/cc/gemc_cc -V DEC C V5.2-033 on Digital UNIX V4.0 (Rev. 564) # To spare you the trouble, the compile sucked every bit of resources from the system until I ran out of swap (I had it set up for lazy, but I think you'll have the same problem with eager eval.)
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2153.1 | Real problem... | DECC::SULLIVAN | Jeff Sullivan | Tue Apr 15 1997 16:39 | 8 |
I was able to reproduce this with the latest development compiler. Yes, it really did bog down my system too. I've reported it to our preprocessor expert. Thanks for reporting it. -Jeff | |||||
2153.2 | fixed in next release | DECC::PARKS | Tue Apr 15 1997 17:51 | 9 | |
Sorry about that. We're testing the fix right now. We'll check the new code into our mainline sources after the test results come back, most likely tomorrow morning. Thanks for the report. \John |