Bug#618718: c99-gcc error message incorrectly refers to ANSI C

2011-03-17 Thread Mike Miller
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:

Bug#617321: gcc: c99-gcc with -ansi option should be handled as a conflict

2011-03-07 Thread Mike Miller
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