Ignore:
Timestamp:
Jul 8, 2026, 6:15:31 PM (10 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
d9235b6b
Message:

remove volatile workaround for the missing -fwrapv compilation flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/manipulatorsOutput3.cfa

    rd9235b6b rde67ab8  
    1010// Created On       : Tue Apr 13 17:54:23 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul  4 14:53:56 2026
    13 // Update Count     : 41
     12// Last Modified On : Wed Jul  8 18:08:44 2026
     13// Update Count     : 42
    1414//
    1515
     
    299299        i128 += 0xfffffffffffffffa;
    300300
    301         for ( volatile int i; 20 ) {                                            // FIX ME: without volatile -O3 bug that loops
     301        for ( i; 20 ) {
    302302                sout | i128;
    303303                sout | left( sign( wd( 45, i128 ) ) ) | left( wd( 45, hex( i128 ) ) ) | left( wd( 45, oct( i128 ) ) );
Note: See TracChangeset for help on using the changeset viewer.