Ticket #43352

AC_C_VARARRAYS() too strict

오픈 날짜: 2021-12-09 02:02 마지막 업데이트: 2021-12-20 06:46

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

Configure with tcc fails on S3_0+. The reason is that those branches use AC_C_VARARRAYS(), while older branches used custom macro of our own (AC_C_VARARRAYS() wasn't available at the time it was introduced). AC_C_VARARRAYS() is a more complete check for vararrays support than our custom macro was. Needlessly so, as our own macro checked the constructs we actually need.

We should probably reintroduce our own macro.

As part of #43200, this has also been posted to http://forum.freeciv.org/f/viewtopic.php?f=14&t=92091

Ticket History (3/5 Histories)

2021-12-09 02:02 Updated by: cazfi
  • New Ticket "AC_C_VARARRAYS() too strict" created
2021-12-09 02:15 Updated by: cazfi
  • Details Updated
2021-12-09 02:21 Updated by: cazfi
  • Resolution Update from None to Accepted
2021-12-20 06:46 Updated by: cazfi
  • Status Update from Open to Closed
  • 소유자 Update from (None) to cazfi
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login