Files
grischka 38ab5f65b3 tccgen: more of scope hacks
* case 1: local scope of 'ff'
  int main() {
    int ff = 123;
    {
      int ff(int):
      ff(456)
    }}

* case 2: linkage of a static extern symbol
  (older gcc did allow that)
  static int ff(int);
  int main() {
    int ff(int):
    ff(456)
  }

Also:
- cleanup enum, let sym_push() handle redefinition
- just mark incomplete array base types, unshare only
  when needed (in decl_initializer_alloc())
- fix sizeof empty array (= 0) : int ii[] = {};
- rename 'Sym' members used by __attribute__((cleanup(f)))
2025-09-08 17:23:18 +02:00
..
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2024-02-04 18:18:40 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2020-01-20 05:48:48 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 14:27:38 +01:00
2017-07-10 22:20:34 +02:00
2017-07-10 22:20:34 +02:00
2022-09-12 11:37:47 +02:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2014-04-07 11:20:45 +02:00
2014-04-07 11:20:45 +02:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2025-09-08 17:23:18 +02:00
2025-09-08 17:23:18 +02:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2025-09-08 17:23:18 +02:00
2025-09-08 17:23:18 +02:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 14:27:38 +01:00
2013-02-05 14:27:38 +01:00
2013-02-05 13:22:36 +01:00
2019-12-12 12:56:06 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 14:27:38 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 14:27:38 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2013-02-05 13:22:36 +01:00
2021-02-03 04:30:11 +01:00
2022-07-01 15:37:23 +02:00
2019-04-09 04:39:38 +02:00
2016-03-24 15:44:01 +01:00
2016-04-05 13:05:09 +03:00
2019-06-24 11:40:01 +02:00
2020-08-09 07:50:34 +02:00
2020-08-09 08:28:45 +02:00
2020-08-09 07:50:34 +02:00
2019-12-16 21:37:44 +01:00
2020-07-06 13:00:47 +02:00
2020-12-22 07:02:47 +01:00
2025-07-17 06:50:15 +02:00
2025-07-17 06:50:15 +02:00
2022-10-13 20:32:47 +02:00
2019-06-17 19:08:08 +02:00
2020-12-19 21:02:44 +01:00
2020-12-19 21:02:44 +01:00
2019-10-29 12:02:58 +01:00
2020-01-19 11:46:07 +01:00
2020-01-19 11:46:07 +01:00
2023-04-25 15:22:31 +02:00
2024-02-04 18:18:40 +01:00
2024-02-04 18:18:40 +01:00
2024-02-04 18:18:40 +01:00
2023-03-12 20:40:50 +01:00
2020-10-01 17:09:09 +02:00
2021-02-03 04:30:11 +01:00
2021-02-03 04:30:11 +01:00
2022-05-05 09:10:37 +02:00
2022-08-16 15:59:41 +02:00
2022-08-16 15:59:41 +02:00
2025-09-08 17:23:18 +02:00
2025-09-08 17:23:18 +02:00
2025-08-10 21:55:48 +02:00
2025-08-30 07:13:49 +02:00
2025-03-11 22:56:01 +01:00
2025-07-16 21:32:21 +02:00
2013-02-05 13:22:36 +01:00
2025-08-18 20:43:52 +02:00