[Mesa-dev] [Bug 89218] lower_instructions.cpp:648:48: error: invalid suffix 'd' on floating constant

2015-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89218

Ilia Mirkin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Ilia Mirkin  ---
commit e8e22cf65fc8b9b0c0355540985b073a03c69a51
Author: Ilia Mirkin 
Date:   Thu Feb 19 01:44:44 2015 -0500

glsl: remove bogus 'd' constant qualifiers

0.0 is a double anyways. Apparently my version of gcc was happy with
0.0d as well, but this is not true of all compilers.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89218

Signed-off-by: Ilia Mirkin 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 89218] lower_instructions.cpp:648:48: error: invalid suffix 'd' on floating constant

2015-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89218

Bug ID: 89218
   Summary: lower_instructions.cpp:648:48: error: invalid suffix
'd' on floating constant
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: All
Status: NEW
  Keywords: bisected, regression
  Severity: blocker
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: v...@freedesktop.org
QA Contact: mesa-dev@lists.freedesktop.org
CC: airl...@freedesktop.org, imir...@alum.mit.edu

mesa: de798bb93708cebdedecefebdc96a82d9481f2aa (master 10.6.0-devel)

  Compiling src/glsl/lower_instructions.cpp ...
src/glsl/lower_instructions.cpp:648:45: error: invalid suffix "d" on floating
constant
src/glsl/lower_instructions.cpp:720:45: error: invalid suffix "d" on floating
constant


2e7e7b8af6cb9055204e196db9902ec9991cd538 is the first bad commit
commit 2e7e7b8af6cb9055204e196db9902ec9991cd538
Author: Ilia Mirkin 
Date:   Thu Jul 17 17:59:32 2014 -0400

glsl: add a lowering pass for frexp/ldexp with double arguments

Signed-off-by: Ilia Mirkin 
Reviewed-by: Dave Airlie 

:04 04 fa27b7bf59bf78d757b5dc16b047bdbd21bcda2c
cbc878cb1e925c9085c29f29ad2009881775dc2f Msrc
bisect run success

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev