View Issue Details

IDProjectCategoryView StatusLast Update
0000463GCC - GNU C CompilerBugpublic2020-08-24 03:07
Reporterpsmedley Assigned Topsmedley  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformeCS v2 
Summary0000463: configure tests fail unless -static-libgcc is used
Descriptionconfigure tests such as the following test.c fail unless -static-libgcc is used on command line:
#include <stdio.h>
int main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) return(1);
  fprintf(f, "%d\n", sizeof(size_t));
  return(0);
}

without -static-libgcc, running test produces a 0 byte file
with -static-libgcc conftestval contains: 4 which is correct
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-02-07 09:02 psmedley New Issue
2011-02-07 09:02 psmedley Status new => assigned
2011-02-07 09:02 psmedley Assigned To => psmedley
2014-10-11 19:07 psmedley Status assigned => resolved
2014-10-11 19:07 psmedley Resolution open => unable to reproduce
2020-08-24 03:07 psmedley Status resolved => closed