From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11781 invoked by alias); 12 Mar 2007 23:21:25 -0000 Received: (qmail 11726 invoked by uid 48); 12 Mar 2007 23:21:16 -0000 Date: Mon, 12 Mar 2007 23:21:00 -0000 Message-ID: <20070312232116.11725.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg01139.txt.bz2 ------- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-12 23:21 ------- I proved to my self at least with a cross from x86 to ppc64, I get the correct output: change t: long long t = 0x1234567890123456ULL; and we get: .tc FD_12345678_90123456[TC],0x1234567890123456 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30704