OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [warn/] [pr13358.C] - Blame information for rev 328

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// PR c++/13358: g++ should accept a long long constant sans LL suffix
2
// if -Wno-long-long is in use.
3
// { dg-do compile }
4
// { dg-require-effective-target int32plus }
5
// { dg-options "-std=c++98 -Wno-long-long -pedantic-errors" }
6
 
7
 
8
void use_longlong ()
9
{
10
  unsigned long long x1, x2, x3;
11
  // make sure it's ok with hex, decimal and octal
12
  x1 = 0x1b27da572ef3cd86;
13
  x2 = 1956772631100509574;
14
  x3 = 0154476645345674746606;
15
}
16
 
17
void use_longlong2 ()
18
{
19
  unsigned long long x1, x2, x3;
20
  // make sure it's ok with hex, decimal and octal
21
  x1 = 0x1b27da572ef3cd86LL;
22
  x2 = 1956772631100509574LL;
23
  x3 = 0154476645345674746606LL;
24
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.