// { dg-do run }
// GROUPS passed code-generation
// Check that declarations with initializations are executed
// correctly.
extern "C" int printf (const char *, ...);
int main ()
{
char buff[40]
// { dg-do run }
// GROUPS passed code-generation
// Check that passing things which are not a multiple of
// 4 bytes in size doesn't mess up other subsequent parameters.
extern "C" int printf (cons
// { dg-do run }
// GROUPS passed code-generation
// Check that type float parameters can be correctly passed to
// methods.
extern "C" int printf (const char *, ...);
class tres_floats {
float f
/*
* compiler/back-ends/c-gen/gen-code.h - generates C hdr and source files
*
* Copyright (C) 1991, 1992 Michael Sample
* and the University of British Columbia
*
* This program is fr
/*
* ===========================================================================
* PRODUCTION $Log: code.cpp,v $
* PRODUCTION Revision 1000.2 2004/06/01 19:42:37 gouriano
* PRODUCTION PRODUCTION
/****************************************************/
/* File: code.h */
/* Code emitting utilities for the TINY compiler */
/* and interface to the TM machi