/[tinycc]/tinycc/tcctest.c
ViewVC logotype

Diff of /tinycc/tcctest.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by bellard, Sun May 18 18:48:33 2003 UTC revision 1.23 by bellard, Mon Jun 2 20:31:46 2003 UTC
# Line 1943  void builtin_test(void) Line 1943  void builtin_test(void)
1943      printf("res = %d\n", __builtin_constant_p(&constant_p_var));      printf("res = %d\n", __builtin_constant_p(&constant_p_var));
1944      printf("res = %d\n", __builtin_constant_p(constant_p_var));      printf("res = %d\n", __builtin_constant_p(constant_p_var));
1945  }  }
1946    
1947    
1948    void const_func(const int a)
1949    {
1950    }
1951    
1952    void const_warn_test(void)
1953    {
1954        const_func(1);
1955    }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26