Changes in / [aa90b2c:2494720]


Ignore:
Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/init1.txt

    raa90b2c r2494720  
     1init1.cfa: In function '_X1fFv___1':
     2init1.cfa:43:69: warning: initialization of 'int (*)(int)' from incompatible pointer type 'void (*)()' [-Wincompatible-pointer-types]
     3init1.cfa:44:29: warning: assignment to 'int (*)(int)' from incompatible pointer type 'void (*)()' [-Wincompatible-pointer-types]
    14init1.cfa: In function '_X4mainFi___1':
    2 init1.cfa:136:9: note: #pragma message: Compiled
     5init1.cfa:132:9: note: #pragma message: Compiled
  • tests/init1.cfa

    raa90b2c r2494720  
    1010// Created On       : Thu Jul 16 22:00:00 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Oct 11 10:26:50 2020
    13 // Update Count     : 8
     12// Last Modified On : Fri Oct  9 23:11:02 2020
     13// Update Count     : 5
    1414//
    1515
     
    4141    const float * cpx2 = cpx;
    4242
    43     // FIX ME: Code gen not producing correct cast.
    44 #pragma GCC diagnostic push
    45 #pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
    4643    int (* fp)( int ) = 0p;
    4744    fp = 0p;
    48 #pragma GCC diagnostic pop
    4945
    5046    //
Note: See TracChangeset for help on using the changeset viewer.