http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58469
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- (In reply to Tobias Burnus from comment #0) > Additionally, I wonder what the code should print - 20 or 42. With the > current code (plus patch) and with crayftn it prints 20. (ifort and pgf95 > segfault.) I have the vague feeling that 42 is correct Correction: I meant that gfortran(+comment 0 patch) and crayftn print 42 - while I (wrongly?) expect that the defined assignment gets invoked, leading to the value 20.