This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] PR c/7490


On Thu, Nov 21, 2002 at 01:34:32PM +0100, Philippe Trebuchet wrote:
> Hi, 
> so here is the new patch revision, I included a testcase done "by hand" with a diff -c -p -3 command 
> 
> *** gcc/gcc/testsuite/gcc.c-torture/compile/20021120.c Thu Nov 21 12:01:49 2002
> --- gcc/gcc/testsuite/gcc.c-torture/compile/20021120.c Thu Nov 21 13:10:23 2002

This should be .../compile/20021120-1.c.

> ***************
> *** 0 ****
> --- 1,6 ----
> + void foo()
> + {
> +       extern bar() __attribute__((alias "BAR"));
> +       bar();
> + }
> + 

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]