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 libfortran/38772] r143102 breaks error checking on floating point reads



------- Comment #17 from howarth at nitro dot med dot uc dot edu  2009-01-13 05:31 -------
I'll do a fresh bootstrap with the proposed patch tomorrow. We may have a
separate regression that appeared since I last checked the full xplor-nih
testsuite. Basically, the following difference is appearing in output of half
of the testcases....

@@ -264,8 +264,8 @@
  X-PLOR>energy end 
  --------------- cycle=     1
--------------------------------------------------
  | Etotal =236.279    grad(E)=14.482     E(BOND)=41.209     E(ANGL)=122.157   
|
- | E(DIHE)=0.000      E(IMPR)=48.529     E(VDW )=18.932     E(ELEC)=0.000     
|
- | E(COUP)=5.453                                                              
|
+ | E(DIHE)=0.000      E(IMPR)=48.529     E(VDW )=18.932     E(ELEC)=0.000      
+ | E(COUP)=5.453                                                               
 
-------------------------------------------------------------------------------
  X-PLOR> 
  X-PLOR>coup  print threshold=1.0 class phi end 

somehow we are losing the trailing | character in the output.


-- 


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


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