Package: gcc
Version: 4:4.4.5-1
Severity: minor
Tags: patch
The error message displayed when a conflicting C language option is passed to
the c99-gcc script refers to the wrong C standard.
Observed behavior:
$ c99 -std=c89 hello.c
c99 called with non ANSI/ISO C option -std=c89
Desired behavior:
onstration program to separate C89 from C99
*
* Copyright (C) 2011 Mike Miller
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apac
2 matches
Mail list logo