[Bug testsuite/119818] FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2026-04-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818

--- Comment #5 from GCC Commits  ---
The trunk branch has been updated by Thomas Schwinge :

https://gcc.gnu.org/g:90b1d10ad1b2908c40af9cb53007f69d4435b220

commit r16-8724-g90b1d10ad1b2908c40af9cb53007f69d4435b220
Author: Thomas Schwinge 
Date:   Fri Apr 18 13:01:57 2025 +0200

Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob' (take
2) [PR119818]

In recent commit 1cbfc71e53207bde3f0d28354b5c92d973d4b435
"cobol: Update and expand DejaGNU test suite", we lost the
commit ed8761241ac529ccddb2b76a1895c124c67c132c
"Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob'
[PR119818]"
patch, and with that in certain configurations regressed:

PASS: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob   -O0  (test for
excess errors)
[-PASS:-]{+FAIL:+} cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob  
-O0  execution test
[Etc.]

Re-apply that patch.

PR cobol/119818
gcc/testsuite/
* cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob:
'dg-set-target-env-var TZ UTC0' (take 2).

[Bug testsuite/119818] FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-07-18 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818

Thomas Schwinge  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Target Milestone|--- |15.2
 Resolution|--- |FIXED

--- Comment #4 from Thomas Schwinge  ---
Fixed for GCC 15.2.

[Bug testsuite/119818] FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-07-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818

--- Comment #3 from GCC Commits  ---
The releases/gcc-15 branch has been updated by Thomas Schwinge
:

https://gcc.gnu.org/g:f5afbab22d3171631542bb42fb7e9198f89233df

commit r15-10006-gf5afbab22d3171631542bb42fb7e9198f89233df
Author: Thomas Schwinge 
Date:   Fri Apr 18 13:01:57 2025 +0200

Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob'
[PR119818]

This progresses:

PASS: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob   -O0  (test for
excess errors)
[-FAIL:-]{+PASS:+} cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob  
-O0  execution test
[Etc.]

PR cobol/119818
gcc/testsuite/
* cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob:
'dg-set-target-env-var TZ UTC0'.

(cherry picked from commit ed8761241ac529ccddb2b76a1895c124c67c132c)

[Bug testsuite/119818] FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-04-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818

--- Comment #2 from GCC Commits  ---
The trunk branch has been updated by Thomas Schwinge :

https://gcc.gnu.org/g:ed8761241ac529ccddb2b76a1895c124c67c132c

commit r16-30-ged8761241ac529ccddb2b76a1895c124c67c132c
Author: Thomas Schwinge 
Date:   Fri Apr 18 13:01:57 2025 +0200

Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob'
[PR119818]

This progresses:

PASS: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob   -O0  (test for
excess errors)
[-FAIL:-]{+PASS:+} cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob  
-O0  execution test
[Etc.]

PR cobol/119818
gcc/testsuite/
* cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob:
'dg-set-target-env-var TZ UTC0'.

[Bug testsuite/119818] FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-04-18 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818

Thomas Schwinge  changed:

   What|Removed |Added

   Assignee|unassigned at gcc dot gnu.org  |tschwinge at gcc dot 
gnu.org
   Keywords||patch
 CC||jklowden at gcc dot gnu.org,
   ||rdubner at gcc dot gnu.org,
   ||tschwinge at gcc dot gnu.org
 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2025-04-18
 Ever confirmed|0   |1

--- Comment #1 from Thomas Schwinge  ---
 "Fix time
zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob' [PR119818]".