This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/38772] r143102 breaks error checking on floating point reads
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2009 05:31:17 -0000
- Subject: [Bug libfortran/38772] r143102 breaks error checking on floating point reads
- References: <bug-38772-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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